File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 149149 );
150150 runOnlyForDeploymentPostprocessing = 0;
151151 shellPath = /bin/sh;
152- shellScript = "./configure --enable-tempstore=yes --with-crypto-lib=openssl CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_OPENSSL \"\nmake sqlite3.c\nexit 0";
152+ shellScript = "./configure --enable-tempstore=yes --with-crypto-lib=commoncrypto CFLAGS=\"-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_CC \"\nmake sqlite3.c\nexit 0";
153153 };
154154/* End PBXShellScriptBuildPhase section */
155155
228228 1DEB91F008733DB70010E9CD /* Debug */ = {
229229 isa = XCBuildConfiguration;
230230 buildSettings = {
231- "ARCHS[sdk=iphoneos*]" = "$(ARCHS_STANDARD )";
231+ "ARCHS[sdk=iphoneos*]" = "$(ARCHS_STANDARD_INCLUDING_64_BIT )";
232232 "ARCHS[sdk=macosx*]" = (
233233 x86_64,
234234 i386,
247247 1DEB91F108733DB70010E9CD /* Release */ = {
248248 isa = XCBuildConfiguration;
249249 buildSettings = {
250- ARCHS = "$(ARCHS_STANDARD_32_BIT )";
251- "ARCHS[sdk=iphoneos *]" = (
252- armv7s ,
253- armv7 ,
250+ " ARCHS[sdk=iphoneos*]" = "$(ARCHS_STANDARD_INCLUDING_64_BIT )";
251+ "ARCHS[sdk=macosx *]" = (
252+ i386 ,
253+ x86_64 ,
254254 );
255- "ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD)";
256255 GCC_C_LANGUAGE_STANDARD = c99;
257256 GCC_WARN_ABOUT_RETURN_TYPE = YES;
258257 GCC_WARN_UNUSED_VARIABLE = YES;
You can’t perform that action at this time.
0 commit comments