Skip to content

Commit c2cc089

Browse files
committed
fix: fix macOS build on intel chip
1 parent f1d818b commit c2cc089

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/app_flowy/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@
416416
isa = XCBuildConfiguration;
417417
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
418418
buildSettings = {
419-
ARCHS = arm64;
420419
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
421420
CLANG_ENABLE_MODULES = YES;
422421
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
@@ -550,7 +549,6 @@
550549
isa = XCBuildConfiguration;
551550
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
552551
buildSettings = {
553-
ARCHS = arm64;
554552
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
555553
CLANG_ENABLE_MODULES = YES;
556554
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
@@ -575,7 +573,6 @@
575573
isa = XCBuildConfiguration;
576574
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
577575
buildSettings = {
578-
ARCHS = arm64;
579576
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
580577
CLANG_ENABLE_MODULES = YES;
581578
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;

0 commit comments

Comments
 (0)