Skip to content

Commit 94abbd2

Browse files
committed
specifies all valid archs for xcode-build compatibility with other platforms
1 parent 58c95b3 commit 94abbd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
SDKROOT = iphoneos;
243243
SKIP_INSTALL = YES;
244244
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
245+
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386";
245246
};
246247
name = Debug;
247248
};
@@ -260,6 +261,7 @@
260261
SDKROOT = iphoneos;
261262
SKIP_INSTALL = YES;
262263
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
264+
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386";
263265
};
264266
name = Release;
265267
};

0 commit comments

Comments
 (0)