diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Contents.json b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Contents.json index eeea76c..87cdfb9 100644 --- a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,73 +1,110 @@ { - "images" : [ - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "3x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "83.5x83.5", - "scale" : "2x" + "images":[ + { + "idiom":"iphone", + "size":"29x29", + "scale":"1x", + "filename":"Icon-App-29x29@1x.png" + }, + { + "idiom":"iphone", + "size":"29x29", + "scale":"2x", + "filename":"Icon-App-29x29@2x.png" + }, + { + "idiom":"iphone", + "size":"29x29", + "scale":"3x", + "filename":"Icon-App-29x29@3x.png" + }, + { + "idiom":"iphone", + "size":"40x40", + "scale":"1x", + "filename":"Icon-App-40x40@1x.png" + }, + { + "idiom":"iphone", + "size":"40x40", + "scale":"2x", + "filename":"Icon-App-40x40@2x.png" + }, + { + "idiom":"iphone", + "size":"40x40", + "scale":"3x", + "filename":"Icon-App-40x40@3x.png" + }, + { + "idiom":"iphone", + "size":"60x60", + "scale":"1x", + "filename":"Icon-App-60x60@1x.png" + }, + { + "idiom":"iphone", + "size":"60x60", + "scale":"2x", + "filename":"Icon-App-60x60@2x.png" + }, + { + "idiom":"iphone", + "size":"60x60", + "scale":"3x", + "filename":"Icon-App-60x60@3x.png" + }, + { + "idiom":"ipad", + "size":"29x29", + "scale":"1x", + "filename":"Icon-App-29x29@1x.png" + }, + { + "idiom":"ipad", + "size":"29x29", + "scale":"2x", + "filename":"Icon-App-29x29@2x.png" + }, + { + "idiom":"ipad", + "size":"40x40", + "scale":"1x", + "filename":"Icon-App-40x40@1x.png" + }, + { + "idiom":"ipad", + "size":"40x40", + "scale":"2x", + "filename":"Icon-App-40x40@2x.png" + }, + { + "idiom":"ipad", + "size":"76x76", + "scale":"1x", + "filename":"Icon-App-76x76@1x.png" + }, + { + "idiom":"ipad", + "size":"76x76", + "scale":"2x", + "filename":"Icon-App-76x76@2x.png" + }, + { + "idiom":"ipad", + "size":"76x76", + "scale":"3x", + "filename":"Icon-App-76x76@3x.png" + }, + { + "idiom":"ipad", + "size":"83.5x83.5", + "scale":"2x", + "filename":"Icon-App-83.5x83.5@2x.png" + } + ], + "info":{ + "version":1, + "author":"makeappicon" } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file +} diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png new file mode 100644 index 0000000..1e8b888 Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png new file mode 100644 index 0000000..225dd5d Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png new file mode 100644 index 0000000..8e8694c Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png new file mode 100644 index 0000000..765f827 Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png new file mode 100644 index 0000000..a9cf9a7 Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png new file mode 100644 index 0000000..4f2f5c1 Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@1x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@1x.png new file mode 100644 index 0000000..c19fd33 Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@1x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png new file mode 100644 index 0000000..4f2f5c1 Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png new file mode 100644 index 0000000..a9aa7b5 Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png new file mode 100644 index 0000000..a8e23da Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png new file mode 100644 index 0000000..84fea6a Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@3x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@3x.png new file mode 100644 index 0000000..1f52fbc Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@3x.png differ diff --git a/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png new file mode 100644 index 0000000..5ba0b51 Binary files /dev/null and b/xcode-project/pokemon-webspoof/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ