-
Notifications
You must be signed in to change notification settings - Fork 37
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 #6 from lukaskubanek/swift-2
Update to Swift 2.0
- Loading branch information
Showing
15 changed files
with
791 additions
and
842 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,48 @@ | ||
// | ||
// __ _____ _ ______ | ||
// / / ____ ________ ____ ___ / ___/ __(_) __/ /___ ______ ___ | ||
// / / / __ \/ ___/ _ \/ __ `__ \\__ \ | /| / / / /_/ __/ / / / __ `__ \ | ||
// / /___/ /_/ / / / __/ / / / / /__/ / |/ |/ / / __/ /_/ /_/ / / / / / / | ||
// /_____/\____/_/ \___/_/ /_/ /_/____/|__/|__/_/_/ \__/\__,_/_/ /_/ /_/ | ||
// | ||
// LoremSwiftum.playground | ||
// http://github.com/lukaskubanek/LoremSwiftum | ||
// 2014-2015 (c) Lukas Kubanek (http://lukaskubanek.com) | ||
// | ||
|
||
import LoremSwiftum | ||
|
||
// ======================================================= // | ||
// Texts | ||
// ======================================================= // | ||
|
||
let word = Lorem.word | ||
let words0 = Lorem.words(0) | ||
let words1 = Lorem.words(1) | ||
let words5 = Lorem.words(5) | ||
|
||
let sentence = Lorem.sentence | ||
let sentences0 = Lorem.sentences(0) | ||
let sentences1 = Lorem.sentences(1) | ||
let sentences5 = Lorem.sentences(5) | ||
|
||
let paragraph = Lorem.paragraph | ||
let paragraphs0 = Lorem.paragraphs(0) | ||
let paragraphs1 = Lorem.paragraphs(1) | ||
let paragraphs5 = Lorem.paragraphs(5) | ||
|
||
let title = Lorem.title | ||
|
||
// ======================================================= // | ||
// Misc Data | ||
// ======================================================= // | ||
|
||
let name = Lorem.name | ||
let firstName = Lorem.firstName | ||
let lastName = Lorem.lastName | ||
|
||
let email = Lorem.email | ||
let url = Lorem.URL | ||
let tweet = Lorem.tweet | ||
|
||
let date = Lorem.date |
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,3 @@ | ||
// | ||
// This file (and all other Swift source files in the Sources directory of this playground) will be precompiled into a framework which is automatically made available to Examples.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,4 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='5.0' target-platform='ios' requires-full-environment='true'> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> |
File renamed without changes.
Oops, something went wrong.