-
Notifications
You must be signed in to change notification settings - Fork 491
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
Showing
100 changed files
with
4,649 additions
and
311 deletions.
There are no files selected for viewing
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,45 @@ | ||
# Xcode | ||
# | ||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
|
||
## Build generated | ||
build/ | ||
DerivedData | ||
|
||
## Various settings | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
|
||
## Other | ||
*.xccheckout | ||
*.moved-aside | ||
*.xcuserstate | ||
*.xcscmblueprint | ||
|
||
## Obj-C/Swift specific | ||
*.hmap | ||
*.ipa | ||
|
||
# CocoaPods | ||
# | ||
# We recommend against adding the Pods directory to your .gitignore. However | ||
# you should judge for yourself, the pros and cons are mentioned at: | ||
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control | ||
# | ||
# Pods/ | ||
|
||
# Carthage | ||
# | ||
# Add this line if you want to avoid checking in source code from Carthage dependencies. | ||
# Carthage/Checkouts | ||
|
||
Carthage/Build | ||
|
||
Skassets |
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,9 @@ | ||
# Change Log | ||
Important changes to Instructions will be documented in this file. | ||
Instructions will follow [Semantic Versioning](http://semver.org/) after reaching version 1.0.0. | ||
|
||
## [0.1.0](https://github.com/ephread/Instructions/releases/tag/0.1.0) | ||
Released on 2015-10-01. | ||
|
||
### Added | ||
- Initial release of Instructions. |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
Example/Assets.xcassets/arrow-bottom.imageset/Contents.json
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" : "arrow-bottom.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "arrow-bottom@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "arrow-bottom@3x.png", | ||
"scale" : "3x" | ||
} | ||
], | ||
"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.
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" : "arrow-top.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "arrow-top@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "arrow-top@3x.png", | ||
"scale" : "3x" | ||
} | ||
], | ||
"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.
65 changes: 65 additions & 0 deletions
65
Example/Assets.xcassets/button-background-highlighted.imageset/Contents.json
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,65 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"resizing" : { | ||
"mode" : "9-part", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 1, | ||
"height" : 1 | ||
}, | ||
"cap-insets" : { | ||
"bottom" : 6, | ||
"top" : 5, | ||
"right" : 5, | ||
"left" : 5 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "button-background-highlighted.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"resizing" : { | ||
"mode" : "9-part", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 2, | ||
"height" : 2 | ||
}, | ||
"cap-insets" : { | ||
"bottom" : 12, | ||
"top" : 10, | ||
"right" : 10, | ||
"left" : 10 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "button-background-highlighted@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"resizing" : { | ||
"mode" : "9-part", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 1, | ||
"height" : 1 | ||
}, | ||
"cap-insets" : { | ||
"bottom" : 18, | ||
"top" : 17, | ||
"right" : 16, | ||
"left" : 16 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "button-background-highlighted@3x.png", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+386 Bytes
...assets/button-background-highlighted.imageset/button-background-highlighted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+680 Bytes
...ets/button-background-highlighted.imageset/button-background-highlighted@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+994 Bytes
...ets/button-background-highlighted.imageset/button-background-highlighted@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions
65
Example/Assets.xcassets/button-background.imageset/Contents.json
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,65 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"resizing" : { | ||
"mode" : "9-part", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 1, | ||
"height" : 1 | ||
}, | ||
"cap-insets" : { | ||
"bottom" : 6, | ||
"top" : 5, | ||
"right" : 5, | ||
"left" : 5 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "button-background.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"resizing" : { | ||
"mode" : "9-part", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 2, | ||
"height" : 2 | ||
}, | ||
"cap-insets" : { | ||
"bottom" : 12, | ||
"top" : 10, | ||
"right" : 10, | ||
"left" : 10 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "button-background@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"resizing" : { | ||
"mode" : "9-part", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 1, | ||
"height" : 1 | ||
}, | ||
"cap-insets" : { | ||
"bottom" : 18, | ||
"top" : 17, | ||
"right" : 16, | ||
"left" : 16 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "button-background@3x.png", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+362 Bytes
Example/Assets.xcassets/button-background.imageset/button-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+651 Bytes
Example/Assets.xcassets/button-background.imageset/button-background@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1014 Bytes
Example/Assets.xcassets/button-background.imageset/button-background@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions
56
Example/Assets.xcassets/coach-mark-bottom-plate.imageset/Contents.json
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,56 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"resizing" : { | ||
"mode" : "3-part-horizontal", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 1 | ||
}, | ||
"cap-insets" : { | ||
"right" : 8, | ||
"left" : 8 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "coach-mark-bottom-plate.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"resizing" : { | ||
"mode" : "3-part-horizontal", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 2 | ||
}, | ||
"cap-insets" : { | ||
"right" : 16, | ||
"left" : 16 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "coach-mark-bottom-plate@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"resizing" : { | ||
"mode" : "3-part-horizontal", | ||
"center" : { | ||
"mode" : "tile", | ||
"width" : 1 | ||
}, | ||
"cap-insets" : { | ||
"right" : 25, | ||
"left" : 25 | ||
} | ||
}, | ||
"idiom" : "universal", | ||
"filename" : "coach-mark-bottom-plate@3x.png", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+187 Bytes
...le/Assets.xcassets/coach-mark-bottom-plate.imageset/coach-mark-bottom-plate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+313 Bytes
...Assets.xcassets/coach-mark-bottom-plate.imageset/coach-mark-bottom-plate@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+450 Bytes
...Assets.xcassets/coach-mark-bottom-plate.imageset/coach-mark-bottom-plate@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.