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 149
149
);
150
150
runOnlyForDeploymentPostprocessing = 0;
151
151
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";
153
153
};
154
154
/* End PBXShellScriptBuildPhase section */
155
155
228
228
1DEB91F008733DB70010E9CD /* Debug */ = {
229
229
isa = XCBuildConfiguration;
230
230
buildSettings = {
231
- "ARCHS[sdk=iphoneos*]" = "$(ARCHS_STANDARD )";
231
+ "ARCHS[sdk=iphoneos*]" = "$(ARCHS_STANDARD_INCLUDING_64_BIT )";
232
232
"ARCHS[sdk=macosx*]" = (
233
233
x86_64,
234
234
i386,
247
247
1DEB91F108733DB70010E9CD /* Release */ = {
248
248
isa = XCBuildConfiguration;
249
249
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 ,
254
254
);
255
- "ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD)";
256
255
GCC_C_LANGUAGE_STANDARD = c99;
257
256
GCC_WARN_ABOUT_RETURN_TYPE = YES;
258
257
GCC_WARN_UNUSED_VARIABLE = YES;
You can’t perform that action at this time.
0 commit comments