diff --git a/StickerSlack.xcodeproj/project.pbxproj b/StickerSlack.xcodeproj/project.pbxproj index 93b4dd5..4de702a 100644 --- a/StickerSlack.xcodeproj/project.pbxproj +++ b/StickerSlack.xcodeproj/project.pbxproj @@ -340,8 +340,8 @@ projectRoot = ""; targets = ( A949B1DE2EA04C0B00215164 /* StickerSlack */, - A9B9A8222EB2CCB5004C9245 /* StickerSlackTests */, A986A6AC2EB658DF00B6E0FA /* StickerSlackiMessageApp */, + A9B9A8222EB2CCB5004C9245 /* StickerSlackTests */, ); }; /* End PBXProject section */ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/Contents.json b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/Contents.json index bc3c4ee..5689a46 100644 --- a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/Contents.json +++ b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/Contents.json @@ -1,70 +1,59 @@ { "images" : [ { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { + "filename" : "rectIcon120.png", "idiom" : "iphone", "scale" : "2x", "size" : "60x45" }, { + "filename" : "rectIcon180.png", "idiom" : "iphone", "scale" : "3x", "size" : "60x45" }, { - "idiom" : "ipad", - "scale" : "2x", - "size" : "29x29" - }, - { + "filename" : "rectIcon134.png", "idiom" : "ipad", "scale" : "2x", "size" : "67x50" }, { + "filename" : "rectIcon148.png", "idiom" : "ipad", "scale" : "2x", "size" : "74x55" }, { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - }, - { + "filename" : "rectIcon54.png", "idiom" : "universal", "platform" : "ios", "scale" : "2x", "size" : "27x20" }, { + "filename" : "rectIcon81.png", "idiom" : "universal", "platform" : "ios", "scale" : "3x", "size" : "27x20" }, { + "filename" : "rectIcon64.png", "idiom" : "universal", "platform" : "ios", "scale" : "2x", "size" : "32x24" }, { + "filename" : "rectIcon96.png", "idiom" : "universal", "platform" : "ios", "scale" : "3x", "size" : "32x24" }, { + "filename" : "rectIcon.png", "idiom" : "ios-marketing", "platform" : "ios", "scale" : "1x", diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon.png new file mode 100644 index 0000000..ae39e11 Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon.png differ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon120.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon120.png new file mode 100644 index 0000000..07b1a1e Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon120.png differ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon134.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon134.png new file mode 100644 index 0000000..8377960 Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon134.png differ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon148.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon148.png new file mode 100644 index 0000000..7bd000f Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon148.png differ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon180.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon180.png new file mode 100644 index 0000000..31452e3 Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon180.png differ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon54.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon54.png new file mode 100644 index 0000000..33a85e8 Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon54.png differ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon64.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon64.png new file mode 100644 index 0000000..ee4470c Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon64.png differ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon81.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon81.png new file mode 100644 index 0000000..add4135 Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon81.png differ diff --git a/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon96.png b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon96.png new file mode 100644 index 0000000..68e936f Binary files /dev/null and b/StickerSlackiMessageApp/Assets.xcassets/iMessage App Icon.stickersiconset/rectIcon96.png differ