8000 adds archs settings branch for Any iOS Simulator SDK which defaults t… · magic-coder/sqlcipher@58c95b3 · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit 58c95b3

Browse files
committed
adds archs settings branch for Any iOS Simulator SDK which defaults to i386 instead of standard archs+64, overrident to standard+64
1 parent 3019c79 commit 58c95b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
isa = XCBuildConfiguration;
230230
buildSettings = {
231231
"ARCHS[sdk=iphoneos*]" = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
232+
"ARCHS[sdk=iphonesimulator*]" = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
232233
"ARCHS[sdk=macosx*]" = (
233234
x86_64,
234235
i386,
@@ -248,6 +249,7 @@
248249
isa = XCBuildConfiguration;
249250
buildSettings = {
250251
"ARCHS[sdk=iphoneos*]" = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
252+
"ARCHS[sdk=iphonesimulator*]" = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
251253
"ARCHS[sdk=macosx*]" = (
252254
i386,
253255
x86_64,

0 commit comments

Comments
 (0)
0