From 215bab3ff3de8d9b6ea296c7b74c10be99c99bfe Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 4 Dec 2020 11:48:03 -0800 Subject: [PATCH] Add Flutter.xcframework binaries --- codesign.py | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/codesign.py b/codesign.py index d875459..8a0ce0e 100755 --- a/codesign.py +++ b/codesign.py @@ -124,6 +124,18 @@ 'Flutter', ], }, + { + 'path': 'Flutter.xcframework/ios-x86_64-simulator/Flutter.framework', + 'files': [ + 'Flutter', + ] + }, + { + 'path': 'Flutter.xcframework/ios-armv7_arm64/Flutter.framework', + 'files': [ + 'Flutter', + ] + }, ], 'files_with_entitlements': [ 'gen_snapshot_arm64', @@ -143,6 +155,18 @@ 'Flutter', ] }, + { + 'path': 'Flutter.xcframework/ios-x86_64-simulator/Flutter.framework', + 'files': [ + 'Flutter', + ] + }, + { + 'path': 'Flutter.xcframework/ios-armv7_arm64/Flutter.framework', + 'files': [ + 'Flutter', + ] + }, ], }, { @@ -158,6 +182,18 @@ 'Flutter', ] }, + { + 'path': 'Flutter.xcframework/ios-x86_64-simulator/Flutter.framework', + 'files': [ + 'Flutter', + ] + }, + { + 'path': 'Flutter.xcframework/ios-armv7_arm64/Flutter.framework', + 'files': [ + 'Flutter', + ] + }, ], }, ]