Skip to content

Commit

Permalink
Updated settings for easier building on OSX 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Krikava committed Jan 9, 2011
1 parent b7eeada commit 81b4af9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ShiftIt/ShiftIt.xcodeproj/project.pbxproj
Expand Up @@ -339,7 +339,6 @@
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ShiftIt" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Expand Down Expand Up @@ -579,6 +578,7 @@
FRAMEWORK_SEARCH_PATHS = .;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IBC_OVERRIDING_PLUGINS_AND_FRAMEWORKS_DIR = "";
Expand All @@ -592,7 +592,7 @@
"-lX11",
);
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx10.5;
};
name = Debug;
};
Expand All @@ -602,9 +602,11 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
FRAMEWORK_SEARCH_PATHS = .;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IBC_PLUGINS = ShortcutRecorder.framework/Versions/A/Resources/ShortcutRecorder.ibplugin;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"-DNDEBUG",
"-DX11",
Expand All @@ -614,7 +616,7 @@
"-lX11",
);
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx10.5;
};
name = Release;
};
Expand Down

0 comments on commit 81b4af9

Please sign in to comment.