Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Xcode wanted to fix these project settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpotter committed Mar 1, 2013
1 parent 3dc3f0e commit 0e48283
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SimLib/SimLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
281BA0161662CC13000DF4AB /* dyld-interposing.h in Headers */ = {isa = PBXBuildFile; fileRef = 281B9F901662CC13000DF4AB /* dyld-interposing.h */; };
2862840E16DD463300EE287B /* SimLib.m in Sources */ = {isa = PBXBuildFile; fileRef = 2862840C16DD463300EE287B /* SimLib.m */; };
2862844516DD5B3D00EE287B /* dyld-interposing.h in Headers */ = {isa = PBXBuildFile; fileRef = 2862844216DD5B3D00EE287B /* dyld-interposing.h */; };
28D7A4A116DDAC4400569B9E /* ArrayOfStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = 28D7A49F16DDAC4400569B9E /* ArrayOfStrings.h */; };
28D7A4A216DDAC4400569B9E /* ArrayOfStrings.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7A4A016DDAC4400569B9E /* ArrayOfStrings.m */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -144,7 +143,7 @@
281B9F0E1662CAF5000DF4AB /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Fred Potter";
};
buildConfigurationList = 281B9F111662CAF5000DF4AB /* Build configuration list for PBXProject "SimLib" */;
Expand Down Expand Up @@ -223,6 +222,7 @@
281B9F291662CAF5000DF4AB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -233,6 +233,7 @@
281B9F2A1662CAF5000DF4AB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down

0 comments on commit 0e48283

Please sign in to comment.