Skip to content

Commit

Permalink
Set base SDK to current OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Feb 17, 2012
1 parent f7a6d9b commit 3cf9e5f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 7E0CF31B11769FE700EDC305 /* Release-Debug.xcconfig */;
buildSettings = {
SDKROOT = "";
};
name = "Release-Debug";
};
Expand Down Expand Up @@ -318,6 +319,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 7E0CF31811769FBD00EDC305 /* Release.xcconfig */;
buildSettings = {
SDKROOT = "";
};
name = Release;
};
Expand Down

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
PRODUCT_NAME = BlowfishEncryption;
SDKROOT = "";
WRAPPER_EXTENSION = framework;
};
name = Debug;
Expand All @@ -288,6 +289,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
PRODUCT_NAME = BlowfishEncryption;
SDKROOT = "";
WRAPPER_EXTENSION = framework;
};
name = Release;
Expand All @@ -306,7 +308,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = NO;
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = "";
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
};
name = Debug;
Expand All @@ -324,7 +326,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = NO;
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = "";
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
};
name = Release;
Expand Down
4 changes: 2 additions & 2 deletions Resources/Miscellaneous/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>Build Number</key>
<string>9608</string>
<string>9611</string>
<key>Build Reference</key>
<string>2.1-198-g2e4a5ec-unstable</string>
<string>2.1-199-gf7a6d9b-unstable</string>
<key>CFBundleExecutable</key>
<string>Textual</string>
<key>CFBundleIconFile</key>
Expand Down

0 comments on commit 3cf9e5f

Please sign in to comment.