Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit fe278b3

Browse files
author
Michael Ehrmann
committed
updating project for xcode5
1 parent b7f8e07 commit fe278b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

PSMTabBarControl.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
0259C573FE90428111CA0C5A /* Project object */ = {
556556
isa = PBXProject;
557557
attributes = {
558-
LastUpgradeCheck = 0430;
558+
LastUpgradeCheck = 0500;
559559
};
560560
buildConfigurationList = C056398B08A954F8003078D8 /* Build configuration list for PBXProject "PSMTabBarControl" */;
561561
compatibilityVersion = "Xcode 3.2";
@@ -712,21 +712,23 @@
712712
isa = XCBuildConfiguration;
713713
baseConfigurationReference = 5A5652FC15D1E72F00F9EFD5 /* PSMTabBarControlDemo-Debug.xcconfig */;
714714
buildSettings = {
715+
COMBINE_HIDPI_IMAGES = YES;
715716
};
716717
name = Debug;
717718
};
718719
8BD4395E1185147E00DB4AC3 /* Release */ = {
719720
isa = XCBuildConfiguration;
720721
baseConfigurationReference = 5A5652FD15D1E72F00F9EFD5 /* PSMTabBarControlDemo-Release.xcconfig */;
721722
buildSettings = {
723+
COMBINE_HIDPI_IMAGES = YES;
722724
};
723725
name = Release;
724726
};
725727
C056398008A954F8003078D8 /* Debug */ = {
726728
isa = XCBuildConfiguration;
727729
baseConfigurationReference = 5A5652FF15D1E72F00F9EFD5 /* PSMTabBarControlFramework-Debug.xcconfig */;
728730
buildSettings = {
729-
GCC_ENABLE_OBJC_GC = supported;
731+
COMBINE_HIDPI_IMAGES = YES;
730732
ONLY_ACTIVE_ARCH = NO;
731733
};
732734
name = Debug;
@@ -735,7 +737,7 @@
735737
isa = XCBuildConfiguration;
736738
baseConfigurationReference = 5A56530015D1E72F00F9EFD5 /* PSMTabBarControlFramework-Release.xcconfig */;
737739
buildSettings = {
738-
GCC_ENABLE_OBJC_GC = supported;
740+
COMBINE_HIDPI_IMAGES = YES;
739741
};
740742
name = Release;
741743
};

0 commit comments

Comments
 (0)