Enable "Combine High Resolution Artwork" ARC
authorFrank Dowsett <wixardy@adium.im>
Mon, 30 Apr 2012 12:03:51 -0400
branchARC
changeset 47962520efeb6d91
parent 4792 6ca9e2716e43
child 4797 09237b862b38
Enable "Combine High Resolution Artwork"
Adium.xcodeproj/project.pbxproj
xcconfigs/Base.xcconfig
     1.1 --- a/Adium.xcodeproj/project.pbxproj	Sun Apr 29 19:21:35 2012 -0400
     1.2 +++ b/Adium.xcodeproj/project.pbxproj	Mon Apr 30 12:03:51 2012 -0400
     1.3 @@ -9291,7 +9291,7 @@
     1.4  			isa = PBXProject;
     1.5  			attributes = {
     1.6  				BuildIndependentTargetsInParallel = YES;
     1.7 -				LastUpgradeCheck = 0420;
     1.8 +				LastUpgradeCheck = 0440;
     1.9  			};
    1.10  			buildConfigurationList = DADE8E3A085507450062B664 /* Build configuration list for PBXProject "Adium" */;
    1.11  			compatibilityVersion = "Xcode 3.2";
     2.1 --- a/xcconfigs/Base.xcconfig	Sun Apr 29 19:21:35 2012 -0400
     2.2 +++ b/xcconfigs/Base.xcconfig	Mon Apr 30 12:03:51 2012 -0400
     2.3 @@ -36,3 +36,4 @@
     2.4  GCC_WARN_UNUSED_VALUE = YES
     2.5  GCC_TREAT_WARNINGS_AS_ERRORS = NO
     2.6  RUN_CLANG_STATIC_ANALYZER = NO
     2.7 +COMBINE_HIDPI_IMAGES = YES