diff options
author | Joseph Heenan <joseph@emobix.co.uk> | 2014-10-12 11:39:05 +0100 |
---|---|---|
committer | Joseph Heenan <joseph@emobix.co.uk> | 2014-10-12 11:39:05 +0100 |
commit | 60d6fd50d6817e8fd7aa1873f4a8063f1e56768f (patch) | |
tree | e4c48bf2799307ae04bdb28428570c1b2b6fcdd5 | |
parent | 98f265445da62b0b9965ab9313df6ac5ae7f5e16 (diff) | |
download | mupdf-60d6fd50d6817e8fd7aa1873f4a8063f1e56768f.tar.xz |
iOS: Remove CFBundleIcon* keys from the Info.plist
These are now generated by Xcode at build time from the asset catalogue,
and the CFBundleIconFiles we had here was upsetting the app store validator.
-rw-r--r-- | platform/ios/Info.plist | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/ios/Info.plist b/platform/ios/Info.plist index bf23a0d6..dfef190c 100644 --- a/platform/ios/Info.plist +++ b/platform/ios/Info.plist @@ -55,17 +55,6 @@ </array> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> - <key>CFBundleIconFiles</key> - <array> - <string>Icon.png</string> - <string>Icon@2x.png</string> - <string>Icon-72.png</string> - <string>Icon-72@2x.png</string> - </array> - <key>CFBundleIcons</key> - <dict/> - <key>CFBundleIcons~ipad</key> - <dict/> <key>CFBundleIdentifier</key> <string>com.artifex.mupdf</string> <key>CFBundleInfoDictionaryVersion</key> |