diff --git a/M13ProgressSuite.xcworkspace/xcuserdata/Brandon.xcuserdatad/UserInterfaceState.xcuserstate b/M13ProgressSuite.xcworkspace/xcuserdata/Brandon.xcuserdatad/UserInterfaceState.xcuserstate index 4601e85..02f46ee 100644 Binary files a/M13ProgressSuite.xcworkspace/xcuserdata/Brandon.xcuserdatad/UserInterfaceState.xcuserstate and b/M13ProgressSuite.xcworkspace/xcuserdata/Brandon.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29.png new file mode 100644 index 0000000..0a44b8b Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x-1.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x-1.png new file mode 100644 index 0000000..2144253 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x-1.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png new file mode 100644 index 0000000..2144253 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40.png new file mode 100644 index 0000000..f7c2fa8 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x-1.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x-1.png new file mode 100644 index 0000000..a46e43d Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x-1.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png new file mode 100644 index 0000000..a46e43d Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png new file mode 100644 index 0000000..251c290 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon76x76.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon76x76.png new file mode 100644 index 0000000..9bc57d6 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon76x76.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon76x76@2x.png b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon76x76@2x.png new file mode 100644 index 0000000..f12fb68 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/AppIcon76x76@2x.png differ diff --git a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/Contents.json b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/Contents.json index 91bf9c1..14ea50a 100644 --- a/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/M13ProgressSuite/Images.xcassets/AppIcon.appiconset/Contents.json @@ -1,48 +1,57 @@ { "images" : [ { - "idiom" : "iphone", "size" : "29x29", + "idiom" : "iphone", + "filename" : "AppIcon29x29@2x.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "40x40", + "idiom" : "iphone", + "filename" : "AppIcon40x40@2x.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "60x60", + "idiom" : "iphone", + "filename" : "AppIcon60x60@2x.png", "scale" : "2x" }, { - "idiom" : "ipad", "size" : "29x29", + "idiom" : "ipad", + "filename" : "AppIcon29x29.png", "scale" : "1x" }, { - "idiom" : "ipad", "size" : "29x29", + "idiom" : "ipad", + "filename" : "AppIcon29x29@2x-1.png", "scale" : "2x" }, { - "idiom" : "ipad", "size" : "40x40", + "idiom" : "ipad", + "filename" : "AppIcon40x40.png", "scale" : "1x" }, { - "idiom" : "ipad", "size" : "40x40", + "idiom" : "ipad", + "filename" : "AppIcon40x40@2x-1.png", "scale" : "2x" }, { - "idiom" : "ipad", "size" : "76x76", + "idiom" : "ipad", + "filename" : "AppIcon76x76.png", "scale" : "1x" }, { - "idiom" : "ipad", "size" : "76x76", + "idiom" : "ipad", + "filename" : "AppIcon76x76@2x.png", "scale" : "2x" } ], diff --git a/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/Contents.json b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/Contents.json index 6f870a4..03264c7 100644 --- a/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/Contents.json +++ b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -5,14 +5,16 @@ "idiom" : "iphone", "extent" : "full-screen", "minimum-system-version" : "7.0", + "filename" : "LaunchImage-iPhone@2x.png", "scale" : "2x" }, { - "orientation" : "portrait", + "extent" : "full-screen", "idiom" : "iphone", "subtype" : "retina4", - "extent" : "full-screen", + "filename" : "LaunchImage-iPhone-526h.png", "minimum-system-version" : "7.0", + "orientation" : "portrait", "scale" : "2x" }, { @@ -20,6 +22,7 @@ "idiom" : "ipad", "extent" : "full-screen", "minimum-system-version" : "7.0", + "filename" : "LaunchImage-iPad.png", "scale" : "1x" }, { @@ -34,6 +37,7 @@ "idiom" : "ipad", "extent" : "full-screen", "minimum-system-version" : "7.0", + "filename" : "LaunchImage-iPad@2x.png", "scale" : "2x" }, { diff --git a/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPad.png b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPad.png new file mode 100644 index 0000000..91bd791 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPad.png differ diff --git a/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPad@2x.png b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPad@2x.png new file mode 100644 index 0000000..8f5daf4 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPad@2x.png differ diff --git a/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPhone-526h.png b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPhone-526h.png new file mode 100644 index 0000000..eaa0a66 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPhone-526h.png differ diff --git a/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPhone@2x.png b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPhone@2x.png new file mode 100644 index 0000000..6dd5791 Binary files /dev/null and b/M13ProgressSuite/Images.xcassets/LaunchImage.launchimage/LaunchImage-iPhone@2x.png differ diff --git a/ReadmeResources/App Icon Template [3.3].psd b/ReadmeResources/App Icon Template [3.3].psd new file mode 100644 index 0000000..134ec0e Binary files /dev/null and b/ReadmeResources/App Icon Template [3.3].psd differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon29x29.png b/ReadmeResources/App Icon [Squared]/AppIcon29x29.png new file mode 100644 index 0000000..0a44b8b Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon29x29.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon29x29@2x.png b/ReadmeResources/App Icon [Squared]/AppIcon29x29@2x.png new file mode 100644 index 0000000..2144253 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon29x29@2x.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon40x40.png b/ReadmeResources/App Icon [Squared]/AppIcon40x40.png new file mode 100644 index 0000000..f7c2fa8 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon40x40.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon40x40@2x.png b/ReadmeResources/App Icon [Squared]/AppIcon40x40@2x.png new file mode 100644 index 0000000..a46e43d Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon40x40@2x.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon50x50.png b/ReadmeResources/App Icon [Squared]/AppIcon50x50.png new file mode 100644 index 0000000..51bf14c Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon50x50.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon50x50@2x.png b/ReadmeResources/App Icon [Squared]/AppIcon50x50@2x.png new file mode 100644 index 0000000..e4bbcb1 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon50x50@2x.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon57x57.png b/ReadmeResources/App Icon [Squared]/AppIcon57x57.png new file mode 100644 index 0000000..7d3daba Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon57x57.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon57x57@2x.png b/ReadmeResources/App Icon [Squared]/AppIcon57x57@2x.png new file mode 100644 index 0000000..8f3604e Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon57x57@2x.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon60x60.png b/ReadmeResources/App Icon [Squared]/AppIcon60x60.png new file mode 100644 index 0000000..deb4599 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon60x60.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon60x60@2x.png b/ReadmeResources/App Icon [Squared]/AppIcon60x60@2x.png new file mode 100644 index 0000000..251c290 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon60x60@2x.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon72x72.png b/ReadmeResources/App Icon [Squared]/AppIcon72x72.png new file mode 100644 index 0000000..c7f4ccc Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon72x72.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon72x72@2x.png b/ReadmeResources/App Icon [Squared]/AppIcon72x72@2x.png new file mode 100644 index 0000000..5a319e8 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon72x72@2x.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon76x76.png b/ReadmeResources/App Icon [Squared]/AppIcon76x76.png new file mode 100644 index 0000000..9bc57d6 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon76x76.png differ diff --git a/ReadmeResources/App Icon [Squared]/AppIcon76x76@2x.png b/ReadmeResources/App Icon [Squared]/AppIcon76x76@2x.png new file mode 100644 index 0000000..f12fb68 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/AppIcon76x76@2x.png differ diff --git a/ReadmeResources/App Icon [Squared]/iTunesArtwork.png b/ReadmeResources/App Icon [Squared]/iTunesArtwork.png new file mode 100644 index 0000000..1d78a67 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/iTunesArtwork.png differ diff --git a/ReadmeResources/App Icon [Squared]/iTunesArtwork@2x.png b/ReadmeResources/App Icon [Squared]/iTunesArtwork@2x.png new file mode 100644 index 0000000..403ceb9 Binary files /dev/null and b/ReadmeResources/App Icon [Squared]/iTunesArtwork@2x.png differ diff --git a/ReadmeResources/LaunchImage-iPad.png b/ReadmeResources/LaunchImage-iPad.png new file mode 100644 index 0000000..91bd791 Binary files /dev/null and b/ReadmeResources/LaunchImage-iPad.png differ diff --git a/ReadmeResources/LaunchImage-iPad.psd b/ReadmeResources/LaunchImage-iPad.psd new file mode 100644 index 0000000..cefc5a2 Binary files /dev/null and b/ReadmeResources/LaunchImage-iPad.psd differ diff --git a/ReadmeResources/LaunchImage-iPad@2x.png b/ReadmeResources/LaunchImage-iPad@2x.png new file mode 100644 index 0000000..8f5daf4 Binary files /dev/null and b/ReadmeResources/LaunchImage-iPad@2x.png differ diff --git a/ReadmeResources/LaunchImage-iPhone-526h.png b/ReadmeResources/LaunchImage-iPhone-526h.png new file mode 100644 index 0000000..eaa0a66 Binary files /dev/null and b/ReadmeResources/LaunchImage-iPhone-526h.png differ diff --git a/ReadmeResources/LaunchImage-iPhone.png b/ReadmeResources/LaunchImage-iPhone.png new file mode 100644 index 0000000..61f7563 Binary files /dev/null and b/ReadmeResources/LaunchImage-iPhone.png differ diff --git a/ReadmeResources/LaunchImage-iPhone.psd b/ReadmeResources/LaunchImage-iPhone.psd new file mode 100644 index 0000000..8ad819c Binary files /dev/null and b/ReadmeResources/LaunchImage-iPhone.psd differ diff --git a/ReadmeResources/LaunchImage-iPhone@2x.png b/ReadmeResources/LaunchImage-iPhone@2x.png new file mode 100644 index 0000000..6dd5791 Binary files /dev/null and b/ReadmeResources/LaunchImage-iPhone@2x.png differ