Skip to content

Commit 6c7e157

Browse files
committed
Merge pull request ochococo#11 from michalkonturek/master
FIX: Playgrounds targeting OS X are not supported in this version of Xcode.
2 parents 1d7d623 + 95aeaca commit 6c7e157

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Design-Patterns.playground.zip

6 Bytes
Binary file not shown.

Design-Patterns.playground/contents.xcplayground

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<playground version="3.0" sdk="macosx" allows-reset="YES">
2+
<playground version="3.0" sdk="iphonesimulator" allows-reset="YES">
33
<sections>
44
<code source-file-name="section-0.swift">
55
</code>

generate-playground.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
rm -R ./Design-Patterns.playground
3-
playground ./README.markdown -s ./stylesheet.css && mv ./README.playground ./Design-Patterns.playground && zip -r -X Design-Patterns.playground.zip ./Design-Patterns.playground
3+
playground ./README.markdown -p ios -s ./stylesheet.css && mv ./README.playground ./Design-Patterns.playground && zip -r -X Design-Patterns.playground.zip ./Design-Patterns.playground
44

55
# no playground?
66
#

0 commit comments

Comments
 (0)