-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5a3c48
commit b42ca80
Showing
35 changed files
with
394 additions
and
123 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
220 changes: 174 additions & 46 deletions
220
Keep Standing/Assets.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,176 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "20x20", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "20x20", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"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" | ||
"images":[ | ||
{ | ||
"idiom":"iphone", | ||
"size":"20x20", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"20x20", | ||
"scale":"3x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"29x29", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"29x29", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"29x29", | ||
"scale":"3x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"40x40", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"40x40", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"40x40", | ||
"scale":"3x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"57x57", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"57x57", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"60x60", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"60x60", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"60x60", | ||
"scale":"3x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"76x76", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"20x20", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"20x20", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"29x29", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"29x29", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"40x40", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"40x40", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"72x72", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"72x72", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"76x76", | ||
"scale":"1x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"76x76", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"76x76", | ||
"scale":"3x", | ||
"filename":"[email protected]" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"83.5x83.5", | ||
"scale":"2x", | ||
"filename":"[email protected]" | ||
} | ||
], | ||
"info":{ | ||
"version":1, | ||
"author":"makeappicon" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "Canvas 1-1.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "Canvas 1.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "Canvas 1-2.png", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// | ||
// | ||
// IntroVC.swift | ||
// Keep Standing | ||
// | ||
|
Oops, something went wrong.