Skip to content

Commit 7c2b6c7

Browse files
committed
Updated to latest version of Xcode
1 parent eedf88b commit 7c2b6c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Xcode-iOS/SDL_net.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
0867D690FE84028FC02AAC07 /* Project object */ = {
129129
isa = PBXProject;
130130
attributes = {
131-
LastUpgradeCheck = 0430;
131+
LastUpgradeCheck = 0630;
132132
};
133133
buildConfigurationList = 00F072090992C7C800D99510 /* Build configuration list for PBXProject "SDL_net" */;
134134
compatibilityVersion = "Xcode 3.2";
@@ -204,11 +204,11 @@
204204
00F0720A0992C7C800D99510 /* Debug */ = {
205205
isa = XCBuildConfiguration;
206206
buildSettings = {
207-
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
208207
GCC_OPTIMIZATION_LEVEL = 0;
209208
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
210209
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../SDL/include\"";
211210
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
211+
ONLY_ACTIVE_ARCH = YES;
212212
SDKROOT = iphoneos;
213213
TARGETED_DEVICE_FAMILY = "1,2";
214214
};
@@ -217,7 +217,6 @@
217217
00F0720B0992C7C800D99510 /* Release */ = {
218218
isa = XCBuildConfiguration;
219219
buildSettings = {
220-
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
221220
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
222221
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
223222
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../SDL/include\"";

0 commit comments

Comments
 (0)