summaryrefslogtreecommitdiff
path: root/waffle_cgl.xcodeproj
diff options
context:
space:
mode:
authorJeff Bland <jksb@linux.com>2013-03-03 04:07:26 -0700
committerChad Versace <chad.versace@linux.intel.com>2013-03-06 13:51:28 -0800
commit7ae84bf4f00d6682adc534d50d00bf443db1f4e1 (patch)
tree9e13dcf1599e7e31786723c96b7036becc1019ae /waffle_cgl.xcodeproj
parent33e2603dfa3699e725ccad52c5d490ea86505710 (diff)
Fix several warnings in Xcode project files
Diffstat (limited to 'waffle_cgl.xcodeproj')
-rw-r--r--waffle_cgl.xcodeproj/project.pbxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/waffle_cgl.xcodeproj/project.pbxproj b/waffle_cgl.xcodeproj/project.pbxproj
index 72834a7..82b6cc1 100644
--- a/waffle_cgl.xcodeproj/project.pbxproj
+++ b/waffle_cgl.xcodeproj/project.pbxproj
@@ -343,7 +343,7 @@
1FCDE1E4161139AD00E1247C /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 0450;
+ LastUpgradeCheck = 0460;
};
buildConfigurationList = 1FCDE1E7161139AD00E1247C /* Build configuration list for PBXProject "waffle_cgl" */;
compatibilityVersion = "Xcode 3.2";
@@ -426,6 +426,7 @@
1FCDE1F2161139AD00E1247C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
EXECUTABLE_PREFIX = lib;
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -434,6 +435,7 @@
1FCDE1F3161139AD00E1247C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
EXECUTABLE_PREFIX = lib;
PRODUCT_NAME = "$(TARGET_NAME)";
};