Xilai Zhang 2024-03-11 16:37:26 -07:00 committed by GitHub
parent e62c718145
commit 0fbd9368b6

View File

@ -220,7 +220,7 @@ def zip_framework(dst, args):
def zip_xcframework_archive(dst):
filepath_with_entitlements = ''
filepath_without_entitlements = (
'FlutterMacOS.xcframework/macos-arm64_x84_64/'
'FlutterMacOS.xcframework/macos-arm64_x86_64/'
'FlutterMacOS.framework/Versions/A/FlutterMacOS'
)
embed_codesign_configuration(os.path.join(dst, 'entitlements.txt'), filepath_with_entitlements)