Hmm, I don't see any color strings?
This is what I see (It's the info.plist that is in the same folder as the Calendar Icon)
Code:
<?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>MobileCal</string>
<key>CFBundleIdentifier</key>
<string>com.apple.mobilecal</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTSDKName</key>
<string>iphoneos2.2.internal</string>
<key>MinimumOSVersion</key>
<string>2.2</string>
<key>NSPrincipalClass</key>
<string>UIApplication</string>
<key>SBDemoRole</key>
<string>Calendar</string>
<key>SBIconClass</key>
<string>SBCalendarApplicationIcon</string>
<key>UIPriority</key>
<integer>25</integer>
</dict>
</plist>