Skip to content

Commit b1ba526

Browse files
committed
Fix Swift API usage in watchOS starter project.
1 parent bd58848 commit b1ba526

File tree

1 file changed

+1
-1
lines changed
  • ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarterProject

1 file changed

+1
-1
lines changed

ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarterProject/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
4949
let defaultACL = PFACL();
5050

5151
// If you would like all objects to be private by default, remove this line.
52-
defaultACL.setPublicReadAccess(true)
52+
defaultACL.publicReadAccess = true
5353

5454
PFACL.setDefaultACL(defaultACL, withAccessForCurrentUser:true)
5555

0 commit comments

Comments
 (0)