Quote:
Originally Posted by Talynrider
Did you replace it with your graphic renamed as icon.png and placed it in the same folder?
|
Yes I did , unfortunately it didnt replace it

, I guess there are certain applications that you cant change the icons as simply as that ?
Any other ideas ?
I have had a look at the plist file (note the entries in bold) ..
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>MobilePhone</string>
<key>CFBundleIdentifier</key>
<string>com.apple.mobilephone</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>36</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTSDKName</key>
<string>(SDK_NAME)</string>
<key>SBAppTags</key>
<array>
<string>telephony</string>
</array>
<key>SBIconClass</key>
<string>SBPhoneApplicationIcon</string>
</dict>
</plist>
|
Should I be looking for the icon named "SBPhoneApplicationIcon" ?
Also , mentioned in the file "DisplayOrder.plist" is the following ...
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>buttonBar</key>
<array>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobilephone</string>
</dict>
|
Should I be looking for the icon named "com.apple.mobilephone" ?
cheers