Skip to content

Commit 8e9b1aa

Browse files
authored
Update PFConstants.m
1 parent 21137f9 commit 8e9b1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Parse/Parse/Source/PFConstants.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
NSString *const kPFDeviceType = @"tvos";
1818
#elif TARGET_OS_WATCH
1919
NSString *const kPFDeviceType = @"applewatch";
20+
#elif TARGET_OS_VISION
21+
NSString *const kPFDeviceType = @"vision";
2022
#endif
2123

2224
NSString *const PFParseErrorDomain = @"Parse";

0 commit comments

Comments
 (0)