diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 07:15:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 14:56:39 -0800 |
commit | 18d044d9dc3219df116e226aa8a1d2ddce38eaea (patch) | |
tree | 8cda9fd17504bcac16cb8f32113033b4139604f8 /packaging/ios/Info.plist.in | |
parent | 016b73872fa5997420c42e10ed987b892909da33 (diff) | |
download | subsurface-18d044d9dc3219df116e226aa8a1d2ddce38eaea.tar.gz |
iOS build: update icons
Latest xcode requires more and different(?) icons.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Info.plist.in')
-rw-r--r-- | packaging/ios/Info.plist.in | 43 |
1 files changed, 2 insertions, 41 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index 80bb5a5d4..37aa1ea5a 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -8,47 +8,8 @@ <string>Subsurface-mobile</string> <key>CFBundleGetInfoString</key> <string>Created by Qt/QMake</string> - <key>CFBundleIcons</key> - <dict> - <key>CFBundlePrimaryIcon</key> - <dict> - <key>CFBundleIconFiles</key> - <array> - <string>AppIcon29x29.png</string> - <string>AppIcon29x29@2x.png</string> - <string>AppIcon40x40@2x.png</string> - <string>AppIcon57x57.png</string> - <string>AppIcon57x57@2x.png</string> - <string>AppIcon60x60@2x.png</string> - </array> - </dict> - </dict> - <key>CFBundleIcons~ipad</key> - <dict> - <key>CFBundlePrimaryIcon</key> - <dict> - <key>CFBundleIconFiles</key> - <array> - <string>AppIcon29x29.png</string> - <string>AppIcon29x29@2x.png</string> - <string>AppIcon40x40@2x.png</string> - <string>AppIcon57x57.png</string> - <string>AppIcon57x57@2x.png</string> - <string>AppIcon60x60@2x.png</string> - <string>AppIcon29x29~ipad.png</string> - <string>AppIcon29x29@2x~ipad.png</string> - <string>AppIcon40x40~ipad.png</string> - <string>AppIcon40x40@2x~ipad.png</string> - <string>AppIcon50x50~ipad.png</string> - <string>AppIcon50x50@2x~ipad.png</string> - <string>AppIcon72x72~ipad.png</string> - <string>AppIcon72x72@2x~ipad.png</string> - <string>AppIcon76x76~ipad.png</string> - <string>AppIcon76x76@2x~ipad.png</string> - <string>AppIcon167x167~ipad.png</string> - </array> - </dict> - </dict> + <key>CFBundleIconName</key> + <string>AppIcon</string> <key>CFBundleIdentifier</key> <string>org.subsurface-divelog.subsurface-mobile</string> <key>CFBundleName</key> |