Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

Commit

Permalink
Xcode 4.5 upgrade check
Browse files Browse the repository at this point in the history
  • Loading branch information
roustem committed Jul 11, 2012
1 parent 0a4fceb commit af4f08d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Kiwi.xcodeproj/project.pbxproj
Expand Up @@ -1602,7 +1602,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "Allen Ding";
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Kiwi" */;
Expand Down Expand Up @@ -1968,6 +1968,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1991,6 +1992,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand Down

0 comments on commit af4f08d

Please sign in to comment.