File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
OSX/ParseOSXStarterProject/ParseOSXStarterProject
iOS/ParseStarterProject/ParseStarterProject Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)notification {
3131 PFACL *defaultACL = [PFACL ACL ];
3232
3333 // If you would like all objects to be private by default, remove this line.
34- [ defaultACL setPublicReadAccess: YES ] ;
34+ defaultACL. publicReadAccess = YES ;
3535
3636 [PFACL setDefaultACL: defaultACL withAccessForCurrentUser: YES ];
3737
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
4242 PFACL *defaultACL = [PFACL ACL ];
4343
4444 // If you would like all objects to be private by default, remove this line.
45- [ defaultACL setPublicReadAccess: YES ] ;
45+ defaultACL. publicReadAccess = YES ;
4646
4747 [PFACL setDefaultACL: defaultACL withAccessForCurrentUser: YES ];
4848
You can’t perform that action at this time.
0 commit comments