mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 09:18:11 +00:00
specifies all valid archs for xcode-build compatibility with other platforms
This commit is contained in:
parent
58c95b38b2
commit
94abbd2595
@ -242,6 +242,7 @@
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
|
||||
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@ -260,6 +261,7 @@
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
|
||||
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user