File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 228
228
1DEB91F008733DB70010E9CD /* Debug */ = {
229
229
isa = XCBuildConfiguration;
230
230
buildSettings = {
231
- ARCHS = "$(ARCHS_STANDARD_32_BIT )";
231
+ ARCHS = "$(ARCHS_STANDARD_32_64_BIT )";
232
232
GCC_C_LANGUAGE_STANDARD = c99;
233
233
GCC_OPTIMIZATION_LEVEL = 0;
234
234
GCC_WARN_ABOUT_RETURN_TYPE = YES;
235
235
GCC_WARN_UNUSED_VARIABLE = YES;
236
236
ONLY_ACTIVE_ARCH = NO;
237
237
PREBINDING = NO;
238
+ SDKROOT = "$(PLATFORM_NAME)";
238
239
SKIP_INSTALL = YES;
239
240
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
240
241
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
244
245
1DEB91F108733DB70010E9CD /* Release */ = {
245
246
isa = XCBuildConfiguration;
246
247
buildSettings = {
247
- ARCHS = "$(ARCHS_STANDARD_32_BIT )";
248
+ ARCHS = "$(ARCHS_STANDARD_32_64_BIT )";
248
249
GCC_C_LANGUAGE_STANDARD = c99;
249
250
GCC_WARN_ABOUT_RETURN_TYPE = YES;
250
251
GCC_WARN_UNUSED_VARIABLE = YES;
251
252
ONLY_ACTIVE_ARCH = NO;
252
253
PREBINDING = NO;
254
+ SDKROOT = "$(PLATFORM_NAME)";
253
255
SKIP_INSTALL = YES;
254
256
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
255
257
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
You can’t perform that action at this time.
0 commit comments