Skip to content

Commit 0bec4c5

Browse files
committed
Updates playgrounds
1 parent 0bc95eb commit 0bec4c5

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

ParseSwift.playground/Pages/10 - Cloud Code.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ cloud.runFunction { result in
3434
}
3535

3636
//: Jobs can be run the same way by using the method `startJob()`
37+
PlaygroundPage.current.finishExecution()
3738

3839
//: [Next](@next)

ParseSwift.playground/Pages/7 - GeoPoint.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,5 @@ print(explain)
177177
let hint = try query2.find(explain: false, hint: "objectId")
178178
print(hint)
179179

180+
PlaygroundPage.current.finishExecution()
180181
//: [Next](@next)

ParseSwift.playground/Pages/8 - Pointers.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ author2.save { result in
8484
}
8585
}
8686

87+
PlaygroundPage.current.finishExecution()
8788
//: [Next](@next)

ParseSwift.playground/Pages/9 - Files.xcplaygroundpage/Contents.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,6 @@ do {
151151
/*: Files can also be saved from files located on your device by using:
152152
let localFile = ParseFile(name: "hello.txt", localURL: URL)
153153
*/
154+
155+
PlaygroundPage.current.finishExecution()
154156
//: [Next](@next)

ParseSwift.playground/contents.xcplayground

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
<page name='7 - GeoPoint'/>
1111
<page name='8 - Pointers'/>
1212
<page name='9 - Files'/>
13-
<page name='10 - Cloud Code'/>
1413
</pages>
15-
</playground>
14+
</playground>

0 commit comments

Comments
 (0)