Chameleon Applications

Chameleon Applications Commit Details

Date:2011-12-06 07:11:16 (12 years 3 months ago)
Author:Rekursor
Commit:455
Parents: 454
Message:Changed pref pane icon to chameleon icon disk like for the bundle icon
Changes:
D/trunk/ChameleonPrefPane/Resources/Chameleon.tiff
A/trunk/ChameleonPrefPane/Resources/StartupDisk.tiff
M/trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj
M/trunk/ChameleonPrefPane/bin/OSX106/Chameleon.zip
M/trunk/ChameleonPrefPane/Info.plist

File differences

trunk/ChameleonPrefPane/Info.plist
2626
2727
2828
29
30
3129
3230
3331
<string>2.1.0</string>
<key>NSMainNibFile</key>
<string>Chameleon</string>
<key>NSPrefPaneIconFile</key>
<string>Chameleon.tiff</string>
<key>NSPrefPaneIconLabel</key>
<string>Chameleon</string>
<key>NSPrincipalClass</key>
trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj
9494
9595
9696
97
97
9898
9999
100100
......
198198
199199
200200
201
201
202202
203203
204204
......
454454
455455
456456
457
457
458458
459459
460460
......
630630
631631
632632
633
633
634634
635635
636636
B316F505111C62FE007EFE5E /* syringe.png in Resources */ = {isa = PBXBuildFile; fileRef = B316F4F4111C62FE007EFE5E /* syringe.png */; };
B316F506111C62FE007EFE5E /* Windows.png in Resources */ = {isa = PBXBuildFile; fileRef = B316F4F5111C62FE007EFE5E /* Windows.png */; };
B316F507111C62FE007EFE5E /* wrench.png in Resources */ = {isa = PBXBuildFile; fileRef = B316F4F6111C62FE007EFE5E /* wrench.png */; };
B316F50A111C6339007EFE5E /* Chameleon.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B316F509111C6339007EFE5E /* Chameleon.tiff */; };
B316F50A111C6339007EFE5E /* StartupDisk.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B316F509111C6339007EFE5E /* StartupDisk.tiff */; };
B3981D401113292A009E2520 /* CustomTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = B3981D3F1113292A009E2520 /* CustomTableView.h */; };
B3981D8411132A13009E2520 /* string_util.h in Headers */ = {isa = PBXBuildFile; fileRef = B3981D8311132A13009E2520 /* string_util.h */; };
B3981F7D1113376C009E2520 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3981F7C1113376C009E2520 /* QuartzCore.framework */; };
B316F4F4111C62FE007EFE5E /* syringe.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = syringe.png; path = Resources/syringe.png; sourceTree = "<group>"; };
B316F4F5111C62FE007EFE5E /* Windows.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Windows.png; path = Resources/Windows.png; sourceTree = "<group>"; };
B316F4F6111C62FE007EFE5E /* wrench.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = wrench.png; path = Resources/wrench.png; sourceTree = "<group>"; };
B316F509111C6339007EFE5E /* Chameleon.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Chameleon.tiff; path = Resources/Chameleon.tiff; sourceTree = "<group>"; };
B316F509111C6339007EFE5E /* StartupDisk.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = StartupDisk.tiff; path = Resources/StartupDisk.tiff; sourceTree = "<group>"; };
B3981D3F1113292A009E2520 /* CustomTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CustomTableView.h; path = Sources/CustomTableView.h; sourceTree = "<group>"; };
B3981D8311132A13009E2520 /* string_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = string_util.h; path = Sources/string_util.h; sourceTree = "<group>"; };
B3981F7C1113376C009E2520 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
B316F508111C632B007EFE5E /* Images */ = {
isa = PBXGroup;
children = (
B316F509111C6339007EFE5E /* Chameleon.tiff */,
B316F509111C6339007EFE5E /* StartupDisk.tiff */,
B316F4E6111C62FE007EFE5E /* Chameleon.icns */,
B316F4E7111C62FE007EFE5E /* advanced.png */,
B316F4E8111C62FE007EFE5E /* background.png */,
B316F505111C62FE007EFE5E /* syringe.png in Resources */,
B316F506111C62FE007EFE5E /* Windows.png in Resources */,
B316F507111C62FE007EFE5E /* wrench.png in Resources */,
B316F50A111C6339007EFE5E /* Chameleon.tiff in Resources */,
B316F50A111C6339007EFE5E /* StartupDisk.tiff in Resources */,
B3F352341125C0290051DFA5 /* Chameleon.strings in Resources */,
B3F352351125C0290051DFA5 /* Chameleon.xib in Resources */,
B3F352361125C0290051DFA5 /* Localizable.strings in Resources */,

Archive Download the corresponding diff file

Revision: 455