Skip to content

Commit

Permalink
First public version 🤘
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Oct 1, 2015
1 parent cade7da commit c049397
Show file tree
Hide file tree
Showing 100 changed files with 4,649 additions and 311 deletions.
45 changes: 45 additions & 0 deletions .gitignore
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
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.
25 changes: 18 additions & 7 deletions Example/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
// AppDelegate.swift
//
// AppDelegate.swift
// Instructions Example
// Copyright (c) 2015 Frédéric Maquin <fred@ephread.com>
//
// Created by Frédéric Maquin on 26/09/15.
// Copyright © 2015 Ephread. All rights reserved.
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

import UIKit

Expand Down Expand Up @@ -40,7 +54,4 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func applicationWillTerminate(application: UIApplication) {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}


}

6 changes: 6 additions & 0 deletions Example/Assets.xcassets/Contents.json
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 Example/Assets.xcassets/arrow-bottom.imageset/Contents.json
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.
23 changes: 23 additions & 0 deletions Example/Assets.xcassets/arrow-top.imageset/Contents.json
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.
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"
}
}
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 Example/Assets.xcassets/button-background.imageset/Contents.json
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"
}
}
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.
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"
}
}
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

0 comments on commit c049397

Please sign in to comment.