-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This includes the latest updates to the language specification but also alters the project settings for the playgrounds to target 'iossimulator' rather than 'macosx'. This was necessary as the release of XCode 6.0 GM broke playgrounds that targeted OSX. This new configuration does work on both of the current versions of XCode (6.0 GM and 6.1 Beta 2)
- Loading branch information
Showing
47 changed files
with
85 additions
and
135 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='3.0' sdk='macosx'> | ||
<playground version='3.0' sdk='iphonesimulator'> | ||
<sections> | ||
<code source-file-name='section-1.swift'/> | ||
</sections> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> | ||
</playground> |
Oops, something went wrong.