-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from kostiakoval/swift_2.0
Swift 2.0
- Loading branch information
Showing
15 changed files
with
165 additions
and
116 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
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,21 @@ | ||
//: Playground - noun: a place where people can play | ||
|
||
import SpeedLog | ||
|
||
print("A") | ||
SpeedLog.print("A") | ||
|
||
print("A", "B") | ||
SpeedLog.print("A", "B") | ||
|
||
print(["A", "B"]) | ||
SpeedLog.print(["A", "B"]) | ||
|
||
print(["A"], ["B"]) | ||
SpeedLog.print(["A"], ["B"]) | ||
|
||
|
||
print(["A"], ["B"], 123, ["C"]) | ||
SpeedLog.print(["A"], ["B"], 123, ["C"]) | ||
|
||
SpeedLog.print(["Super"], ["Speed"]) |
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,4 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='5.0' target-platform='ios'> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> |
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 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Timeline | ||
version = "3.0"> | ||
<TimelineItems> | ||
</TimelineItems> | ||
</Timeline> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
39 changes: 25 additions & 14 deletions
39
Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SpeedLog.xcscheme
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
40 changes: 20 additions & 20 deletions
40
Example/Pods/Target Support Files/Pods-SpeedLog_Example/Info.plist
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
40 changes: 20 additions & 20 deletions
40
Example/Pods/Target Support Files/Pods-SpeedLog_Tests/Info.plist
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.