8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b8d1f commit adcd37cCopy full SHA for adcd37c
sqlcipher.xcodeproj/project.pbxproj
@@ -296,6 +296,8 @@
296
GCC_DYNAMIC_NO_PIC = NO;
297
GCC_OPTIMIZATION_LEVEL = 0;
298
PRODUCT_NAME = amalgamation;
299
+ SDKROOT = macosx;
300
+ SUPPORTED_PLATFORMS = macosx;
301
};
302
name = Debug;
303
@@ -306,6 +308,8 @@
306
308
COPY_PHASE_STRIP = YES;
307
309
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
310
311
312
313
ZERO_LINK = NO;
314
315
name = Release;
0 commit comments