diff options
author | Struan Donald <struan@exo.org.uk> | 2013-10-03 10:41:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-10-03 10:41:29 +0100 |
commit | 9060e5b308bfec37e75eb81af4ca309182b3d0de (patch) | |
tree | d02dcac71f4b783df49bea304065afdda9a40953 | |
parent | 6472a9fe27e10a952105e680a29714b330699e90 (diff) |
Remove references to unused icons
App store validation objects otherwise
-rw-r--r-- | iPhone/FixMyStreet/FixMyStreet-Info.plist | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/iPhone/FixMyStreet/FixMyStreet-Info.plist b/iPhone/FixMyStreet/FixMyStreet-Info.plist index 1a2ce75..8ccd7af 100644 --- a/iPhone/FixMyStreet/FixMyStreet-Info.plist +++ b/iPhone/FixMyStreet/FixMyStreet-Info.plist @@ -10,8 +10,6 @@ <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFiles</key> <array> - <string>Icon.png</string> - <string>Icon@2x.png</string> </array> <key>CFBundleIcons</key> <dict> @@ -20,12 +18,9 @@ <key>CFBundleIconFiles</key> <array> <string>fms-Icon</string> - <string>Icon</string> <string>fms-Icon-Small-29</string> <string>fms-Icon-80</string> <string>fms-Icon-120</string> - <string>Icon.png</string> - <string>Icon@2x.png</string> </array> <key>UIPrerenderedIcon</key> <true/> |