Skip to content

Commit

Permalink
Remove SDK setting added by modern objective-c conversion tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Jun 27, 2012
1 parent ba10e56 commit 8644d01
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,12 @@
DA8A8084085549EE00F24BB3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
SDKROOT = macosx;
};
name = Debug;
};
DA8A8085085549EE00F24BB3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
SDKROOT = macosx;
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -285,7 +284,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = Release;
};
Expand Down
10 changes: 5 additions & 5 deletions Main Project (Textual).xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@
IBC_WARNINGS = NO;
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_OUTPUT_FORMAT = binary;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = (
"-Xclang",
"-fobjc-runtime-has-weak",
Expand Down Expand Up @@ -2490,7 +2490,7 @@
IBC_WARNINGS = NO;
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_OUTPUT_FORMAT = binary;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = (
"-Xclang",
"-fobjc-runtime-has-weak",
Expand Down Expand Up @@ -2572,7 +2572,7 @@
IBC_WARNINGS = NO;
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_OUTPUT_FORMAT = binary;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = (
"-Xclang",
"-fobjc-runtime-has-weak",
Expand Down Expand Up @@ -2639,7 +2639,7 @@
IBC_WARNINGS = NO;
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_OUTPUT_FORMAT = binary;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = (
"-Xclang",
"-fobjc-runtime-has-weak",
Expand Down Expand Up @@ -2706,7 +2706,7 @@
IBC_WARNINGS = NO;
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_OUTPUT_FORMAT = binary;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = (
"-Xclang",
"-fobjc-runtime-has-weak",
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>TXBundleBuildNumber</key>
<string>11500</string>
<string>11501</string>
<key>TXBundleBuildReference</key>
<string>2.1.1-195-g583382b-appstore,llvm4.0</string>
<string>2.1.1-196-gba10e56-appstore,llvm4.0</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -188,7 +187,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = Release;
};
Expand Down Expand Up @@ -291,7 +289,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = "App Store Release";
};
Expand Down Expand Up @@ -333,7 +330,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = "Release (Trial)";
};
Expand Down Expand Up @@ -375,7 +371,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = "Release + No Sandbox";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -180,7 +179,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = Release;
};
Expand Down Expand Up @@ -274,7 +272,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = "App Store Release";
};
Expand Down Expand Up @@ -313,7 +310,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = "Release (Trial)";
};
Expand Down Expand Up @@ -352,7 +348,6 @@
"-Xclang",
"-fobjc-runtime-has-weak",
);
SDKROOT = macosx;
};
name = "Release + No Sandbox";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,13 @@
isa = XCBuildConfiguration;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
SDKROOT = macosx;
};
name = Debug;
};
1DEB911C08733D790010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
SDKROOT = macosx;
};
name = Release;
};
Expand Down Expand Up @@ -322,7 +320,6 @@
isa = XCBuildConfiguration;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
SDKROOT = macosx;
};
name = "App Store Release";
};
Expand Down Expand Up @@ -361,7 +358,6 @@
isa = XCBuildConfiguration;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
SDKROOT = macosx;
};
name = "Release (Trial)";
};
Expand Down Expand Up @@ -400,7 +396,6 @@
isa = XCBuildConfiguration;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
SDKROOT = macosx;
};
name = "Release + No Sandbox";
};
Expand Down

0 comments on commit 8644d01

Please sign in to comment.