mirror of
https://github.com/kennethreitz/super-sphere.git
synced 2026-06-05 07:06:12 +00:00
updates icons for ios
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+8
-3
@@ -13,19 +13,19 @@
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "icon-29pt@1x.png",
|
||||
"filename" : "Icon-29pt@1x-1.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "icon-29pt@2x.png",
|
||||
"filename" : "Icon-29pt@2x-1.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "icon-29pt@3x.png",
|
||||
"filename" : "Icon-29pt@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
@@ -139,6 +139,11 @@
|
||||
"idiom" : "ipad",
|
||||
"filename" : "hmm.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ios-marketing",
|
||||
"size" : "1024x1024",
|
||||
"scale" : "1x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 4.7 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 12 KiB |
@@ -654,7 +654,7 @@
|
||||
INFOPLIST_FILE = "$(SRCROOT)/ios/love-ios.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.kennethreitz.supersphere;
|
||||
PRODUCT_NAME = "Super Sphere";
|
||||
PROVISIONING_PROFILE = "";
|
||||
@@ -698,7 +698,7 @@
|
||||
INFOPLIST_FILE = "$(SRCROOT)/ios/love-ios.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.kennethreitz.supersphere;
|
||||
PRODUCT_NAME = "Super Sphere";
|
||||
PROVISIONING_PROFILE = "";
|
||||
|
||||
Generated
Vendored
BIN
Binary file not shown.
+1
-1
@@ -44,7 +44,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2</string>
|
||||
<string>1.3</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIFileSharingEnabled</key>
|
||||
|
||||
Reference in New Issue
Block a user