Skip to content

Commit e86f2cf

Browse files
committed
build: enable universal binary intel+arm
1 parent dc418fb commit e86f2cf

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
-scheme Taskito \
4040
-configuration Release \
4141
-derivedDataPath build \
42+
ARCHS="arm64 x86_64" \
43+
ONLY_ACTIVE_ARCH=NO \
4244
CODE_SIGN_IDENTITY="" \
4345
CODE_SIGNING_REQUIRED=NO \
4446
CODE_SIGNING_ALLOWED=NO \

Taskito.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@
631631
MACOSX_DEPLOYMENT_TARGET = 14.2;
632632
MTL_ENABLE_DEBUG_INFO = NO;
633633
MTL_FAST_MATH = YES;
634+
ONLY_ACTIVE_ARCH = NO;
634635
SDKROOT = macosx;
635636
SWIFT_COMPILATION_MODE = wholemodule;
636637
};

0 commit comments

Comments
 (0)