Skip to content
Snippets Groups Projects
Commit 46e52440 authored by Maxime Graulich's avatar Maxime Graulich
Browse files

iOS: add icons to the project and remove useless icons for iOS7

parent ecaaf0ce
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,19 @@
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>onelab</string>
</array>
<key>CFBundleTypeName</key>
<string>Onelab package</string>
<key>LSTypeIsPackage</key>
<true/>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
......@@ -14,6 +27,24 @@
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>icon_app_iphone_retina</string>
<string>icon_app_ipad_61</string>
<string>ic_launcher.png</string>
<string>ic_launcher_retina.png</string>
</array>
</dict>
</dict>
<key>CFBundleIcons~ipad</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>icon_app_ipad</string>
<string>icon_app_iphone_61</string>
<string>icon_app_ipad_retina</string>
<string>icon_app_iphone_retina</string>
<string>icon_app_ipad_61</string>
<string>ic_launcher.png</string>
<string>ic_launcher_retina.png</string>
</array>
......@@ -33,21 +64,12 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>onelab</string>
</array>
<key>CFBundleTypeName</key>
<string>Onelab package</string>
<key>LSTypeIsPackage</key>
<true/>
</dict>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string></string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UIMainStoryboardFile</key>
......@@ -72,9 +94,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string></string>
</array>
</dict>
</plist>
......@@ -3,11 +3,7 @@
mkdir ios.iconset
# App icons (iPad)
convert -scale 152 ../../../utils/icons/gmsh_1024x1024.png ios.iconset/icon_app_ipad_retina.png
convert -scale 144 ../../../utils/icons/gmsh_1024x1024.png ios.iconset/icon_app_ipad_retina_61.png
convert -scale 76 ../../../utils/icons/gmsh_1024x1024.png ios.iconset/icon_app_ipad.png
convert -scale 72 ../../../utils/icons/gmsh_1024x1024.png ios.iconset/icon_app_ipad_61.png
# App icons (iPhone)
convert -scale 120 ../../../utils/icons/gmsh_1024x1024.png ios.iconset/icon_app_iphone_retina.png
convert -scale 114 ../../../utils/icons/gmsh_1024x1024.png ios.iconset/icon_app_iphone_retina_61.png
convert -scale 57 ../../../utils/icons/gmsh_1024x1024.png ios.iconset/icon_app_iphone_61.png
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment