diff --git a/testapp/testapp.xcodeproj/project.pbxproj b/testapp/testapp.xcodeproj/project.pbxproj index 8765229..7e09fca 100644 --- a/testapp/testapp.xcodeproj/project.pbxproj +++ b/testapp/testapp.xcodeproj/project.pbxproj @@ -381,7 +381,7 @@ PRODUCT_BUNDLE_IDENTIFIER = ru.touchin.testapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Debug; }; @@ -400,7 +400,7 @@ PRODUCT_BUNDLE_IDENTIFIER = ru.touchin.testapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Release; }; diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/1024.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/1024.png new file mode 100644 index 0000000..295fb1f Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/1024.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/120-1.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/120-1.png new file mode 100644 index 0000000..64aba34 Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/120-1.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/120.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/120.png new file mode 100644 index 0000000..64aba34 Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/120.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/180.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/180.png new file mode 100644 index 0000000..a40d2f7 Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/180.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/40.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/40.png new file mode 100644 index 0000000..293b220 Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/40.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/58.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/58.png new file mode 100644 index 0000000..2bbf7f8 Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/58.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/60.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/60.png new file mode 100644 index 0000000..a3b2852 Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/60.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/80.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/80.png new file mode 100644 index 0000000..ae1ecc5 Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/80.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/87.png b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/87.png new file mode 100644 index 0000000..01129f4 Binary files /dev/null and b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/87.png differ diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/Contents.json b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/Contents.json index d8db8d6..e43fa54 100644 --- a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/testapp/testapp/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,43 +1,51 @@ { "images" : [ { - "idiom" : "iphone", "size" : "20x20", + "idiom" : "iphone", + "filename" : "40.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "20x20", + "idiom" : "iphone", + "filename" : "60.png", "scale" : "3x" }, { - "idiom" : "iphone", "size" : "29x29", + "idiom" : "iphone", + "filename" : "58.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "29x29", + "idiom" : "iphone", + "filename" : "87.png", "scale" : "3x" }, { - "idiom" : "iphone", "size" : "40x40", + "idiom" : "iphone", + "filename" : "80.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "40x40", + "idiom" : "iphone", + "filename" : "120.png", "scale" : "3x" }, { - "idiom" : "iphone", "size" : "60x60", + "idiom" : "iphone", + "filename" : "120-1.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "60x60", + "idiom" : "iphone", + "filename" : "180.png", "scale" : "3x" }, { @@ -86,8 +94,9 @@ "scale" : "2x" }, { - "idiom" : "ios-marketing", "size" : "1024x1024", + "idiom" : "ios-marketing", + "filename" : "1024.png", "scale" : "1x" } ],