Skip to content

Commit

Permalink
Merge pull request #4 from kostiakoval/swift_2.0
Browse files Browse the repository at this point in the history
Swift 2.0
  • Loading branch information
kostiakoval committed Nov 2, 2015
2 parents b51a14a + c72865e commit 4249529
Show file tree
Hide file tree
Showing 15 changed files with 165 additions and 116 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ podfile: Example/Podfile
script:
- set -o pipefail && xcodebuild test -workspace Example/SpeedLog.xcworkspace -scheme SpeedLog-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick

notifications:
email:
on_success: change
on_failure: change
21 changes: 21 additions & 0 deletions Example/MyPlayground.playground/Contents.swift
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"])
4 changes: 4 additions & 0 deletions Example/MyPlayground.playground/contents.xcplayground
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>
6 changes: 6 additions & 0 deletions Example/MyPlayground.playground/timeline.xctimeline
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>
9 changes: 8 additions & 1 deletion Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions 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.

40 changes: 20 additions & 20 deletions 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.

40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/SpeedLog/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4249529

Please sign in to comment.