adium 5018:c2db512d2a5c: Resolved an issue where the retina vari...
commits at adium.im
commits at adium.im
Wed Sep 5 10:27:27 UTC 2012
details: http://hg.adium.im/adium/rev/c2db512d2a5c
revision: 5018:c2db512d2a5c
branch: adium-1.6
author: Paul Wilde <me at paulwilde.co.uk>
date: Wed Sep 05 11:27:21 2012 +0100
Resolved an issue where the retina variant for stackImage.png wasn't being built into the correct folder and therefore wouldn't work
diffs (60 lines):
diff -r 1eb590b973e2 -r c2db512d2a5c Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Sun Aug 26 17:27:12 2012 +0200
+++ b/Adium.xcodeproj/project.pbxproj Wed Sep 05 11:27:21 2012 +0100
@@ -1440,6 +1440,7 @@
C4D29CC60C3C2E3C001545A2 /* BGICLogImportController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D29CC20C3C2E3C001545A2 /* BGICLogImportController.m */; };
C4D29CC80C3C2E49001545A2 /* ICImport.xib in Resources */ = {isa = PBXBuildFile; fileRef = C4D29CC70C3C2E49001545A2 /* ICImport.xib */; };
C61AFA9A15DD43C80001EDEF /* AboutDialog_bg at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C61AFA9915DD43C80001EDEF /* AboutDialog_bg at 2x.png */; };
+ C699374B15F75FB2007EFFA0 /* stackImage at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C647215515F75E3700206892 /* stackImage at 2x.png */; };
C6A42A8015C5B7290032FAB3 /* FTProgressReveal_Selected.png in Resources */ = {isa = PBXBuildFile; fileRef = C6A42A7415C5B7290032FAB3 /* FTProgressReveal_Selected.png */; };
C6A42A8115C5B7290032FAB3 /* FTProgressReveal_Selected at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6A42A7515C5B7290032FAB3 /* FTProgressReveal_Selected at 2x.png */; };
C6A42A8215C5B7290032FAB3 /* FTProgressReveal.png in Resources */ = {isa = PBXBuildFile; fileRef = C6A42A7615C5B7290032FAB3 /* FTProgressReveal.png */; };
@@ -1478,7 +1479,6 @@
C6A42ABB15C5DD790032FAB3 /* FTProgressStopRollover at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6A42AAF15C5DD790032FAB3 /* FTProgressStopRollover at 2x.png */; };
C6B545A815D338EE0005F1F8 /* SoundFileIcon at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6B545A715D338EE0005F1F8 /* SoundFileIcon at 2x.png */; };
C6B545AA15D3390F0005F1F8 /* ABSearch at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6B545A915D3390F0005F1F8 /* ABSearch at 2x.png */; };
- C6B545AE15D339B70005F1F8 /* stackImage at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6B545AD15D339B70005F1F8 /* stackImage at 2x.png */; };
C6EE433E15C0A9BC00A4B96C /* default-icon at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6EE433D15C0A9BC00A4B96C /* default-icon at 2x.png */; };
C6EE434015C0AA4600A4B96C /* emoticonBlank at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6EE433F15C0AA4600A4B96C /* emoticonBlank at 2x.png */; };
C6EE434215C0AA6F00A4B96C /* sidebarActionWidget at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6EE434115C0AA6F00A4B96C /* sidebarActionWidget at 2x.png */; };
@@ -4492,6 +4492,7 @@
C4D29CC20C3C2E3C001545A2 /* BGICLogImportController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = BGICLogImportController.m; path = Source/BGICLogImportController.m; sourceTree = SOURCE_ROOT; };
C4D29CC70C3C2E49001545A2 /* ICImport.xib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xib; name = ICImport.xib; path = Resources/ICImport.xib; sourceTree = SOURCE_ROOT; };
C61AFA9915DD43C80001EDEF /* AboutDialog_bg at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AboutDialog_bg at 2x.png"; path = "Resources/AboutDialog_bg at 2x.png"; sourceTree = "<group>"; };
+ C647215515F75E3700206892 /* stackImage at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "stackImage at 2x.png"; path = "Frameworks/Adium Framework/stackImage at 2x.png"; sourceTree = "<group>"; };
C6A42A7415C5B7290032FAB3 /* FTProgressReveal_Selected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = FTProgressReveal_Selected.png; path = Resources/FTProgressReveal_Selected.png; sourceTree = "<group>"; };
C6A42A7515C5B7290032FAB3 /* FTProgressReveal_Selected at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "FTProgressReveal_Selected at 2x.png"; path = "Resources/FTProgressReveal_Selected at 2x.png"; sourceTree = "<group>"; };
C6A42A7615C5B7290032FAB3 /* FTProgressReveal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = FTProgressReveal.png; path = Resources/FTProgressReveal.png; sourceTree = "<group>"; };
@@ -4530,7 +4531,6 @@
C6A42AAF15C5DD790032FAB3 /* FTProgressStopRollover at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "FTProgressStopRollover at 2x.png"; path = "Resources/FTProgressStopRollover at 2x.png"; sourceTree = "<group>"; };
C6B545A715D338EE0005F1F8 /* SoundFileIcon at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "SoundFileIcon at 2x.png"; path = "Resources/SoundFileIcon at 2x.png"; sourceTree = "<group>"; };
C6B545A915D3390F0005F1F8 /* ABSearch at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "ABSearch at 2x.png"; path = "Resources/ABSearch at 2x.png"; sourceTree = "<group>"; };
- C6B545AD15D339B70005F1F8 /* stackImage at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "stackImage at 2x.png"; path = "Frameworks/Adium Framework/stackImage at 2x.png"; sourceTree = "<group>"; };
C6EE433D15C0A9BC00A4B96C /* default-icon at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "default-icon at 2x.png"; path = "Resources/default-icon at 2x.png"; sourceTree = "<group>"; };
C6EE433F15C0AA4600A4B96C /* emoticonBlank at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "emoticonBlank at 2x.png"; path = "Resources/emoticonBlank at 2x.png"; sourceTree = "<group>"; };
C6EE434115C0AA6F00A4B96C /* sidebarActionWidget at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "sidebarActionWidget at 2x.png"; path = "Resources/sidebarActionWidget at 2x.png"; sourceTree = "<group>"; };
@@ -6731,7 +6731,7 @@
F55B416E03AB8C3201A8010A /* AIPasswordPromptController.h */,
F55B416603AB8BFC01A8010A /* AIPasswordPromptController.m */,
349DDD5206406A7D00542726 /* stackImage.png */,
- C6B545AD15D339B70005F1F8 /* stackImage at 2x.png */,
+ C647215515F75E3700206892 /* stackImage at 2x.png */,
);
name = Interface;
sourceTree = "<group>";
@@ -9740,7 +9740,6 @@
C6A42ABB15C5DD790032FAB3 /* FTProgressStopRollover at 2x.png in Resources */,
C6B545A815D338EE0005F1F8 /* SoundFileIcon at 2x.png in Resources */,
C6B545AA15D3390F0005F1F8 /* ABSearch at 2x.png in Resources */,
- C6B545AE15D339B70005F1F8 /* stackImage at 2x.png in Resources */,
C61AFA9A15DD43C80001EDEF /* AboutDialog_bg at 2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -9777,6 +9776,7 @@
1199AB0610BE13E600646322 /* Authorize.tiff in Resources */,
1199AB0710BE13E600646322 /* Deny.tiff in Resources */,
1199AB0810BE13E600646322 /* Ignore.tiff in Resources */,
+ C699374B15F75FB2007EFFA0 /* stackImage at 2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
More information about the commits
mailing list