Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='Raw Values'/>
Expand All @@ -8,4 +8,4 @@
<page name='Extract with If'/>
<page name='Enums within Enums'/>
</pages>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Closures/Closures.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' display-mode='raw'>
<playground version='5.0' target-platform='ios' display-mode='rendered'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Collections/Collections.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' display-mode='raw'>
<playground version='5.0' target-platform='ios' display-mode='rendered'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Collections/Exercises.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' requires-full-environment='true' display-mode='raw'>
<playground version='5.0' target-platform='ios' requires-full-environment='true' display-mode='rendered'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' auto-termination-delay='31' requires-full-environment='true' display-mode='raw'>
<playground version='5.0' target-platform='ios' auto-termination-delay='31' requires-full-environment='true' display-mode='rendered'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
4 changes: 2 additions & 2 deletions ControlFlow/ControlFlow.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' display-mode='raw'>
<playground version='5.0' target-platform='ios' display-mode='rendered'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
4 changes: 2 additions & 2 deletions ControlFlow/Exercises.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' display-mode='raw'>
<playground version='5.0' target-platform='ios' display-mode='rendered'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' display-mode='raw' last-migration='0800'>
<playground version='5.0' target-platform='ios' display-mode='rendered' last-migration='0800'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
4 changes: 2 additions & 2 deletions EnumsStructs/Exercises.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' display-mode='raw' last-migration='0800'>
<playground version='5.0' target-platform='ios' display-mode='rendered' last-migration='0800'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' display-mode='raw' last-migration='0800'>
<playground version='5.0' target-platform='ios' display-mode='rendered' last-migration='0800'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Errors/Errors.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='Handle Errors'/>
Expand All @@ -10,4 +10,4 @@
<page name='Describe Custom Errors'/>
<page name='Cleanup with Defer'/>
</pages>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Errors/Exercises.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='Handle Errors'/>
Expand All @@ -10,4 +10,4 @@
<page name='Describe Custom Errors'/>
<page name='Cleanup with Defer'/>
</pages>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Errors/ExercisesSolutions.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='Handle Errors'/>
Expand All @@ -10,4 +10,4 @@
<page name='Describe Custom Errors'/>
<page name='Cleanup with Defer'/>
</pages>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Functions/Functions.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' display-mode='raw'>
<playground version='5.0' target-platform='ios' display-mode='rendered'>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Generics/Exercises.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='Arrays are Generic'/>
Expand All @@ -8,4 +8,4 @@
<page name='Subclass a Generic Type'/>
<page name='Multiple Generic Types'/>
</pages>
</playground>
</playground>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='Arrays are Generic'/>
Expand All @@ -8,4 +8,4 @@
<page name='Subclass a Generic Type'/>
<page name='Multiple Generic Types'/>
</pages>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Generics/Generics.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='Arrays are Generic'/>
Expand All @@ -8,4 +8,4 @@
<page name='Subclass a Generic Type'/>
<page name='Multiple Generic Types'/>
</pages>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Guards/Exercises.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='The Guard Statement'/>
<page name='Guard Versus If'/>
<page name='Guard with Optionals'/>
<page name='Guard Let Versus If Let'/>
</pages>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Guards/ExercisesSolutions.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='The Guard Statement'/>
<page name='Guard Versus If'/>
<page name='Guard with Optionals'/>
<page name='Guard Let Versus If Let'/>
</pages>
</playground>
</playground>
4 changes: 2 additions & 2 deletions Guards/Guards.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw'>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Intro'/>
<page name='The Guard Statement'/>
<page name='Guard Versus If'/>
<page name='Guard with Optionals'/>
<page name='Guard Let Versus If Let'/>
</pages>
</playground>
</playground>