Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sky/tools/create_macos_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def zip_framework(dst, args):
220220
def zip_xcframework_archive(dst):
221221
filepath_with_entitlements = ''
222222
filepath_without_entitlements = (
223-
'FlutterMacOS.xcframework/macos-arm64_x84_64/'
223+
'FlutterMacOS.xcframework/macos-arm64_x86_64/'
224224
'FlutterMacOS.framework/Versions/A/FlutterMacOS'
225225
)
226226
embed_codesign_configuration(os.path.join(dst, 'entitlements.txt'), filepath_with_entitlements)

0 commit comments

Comments
 (0)