We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe63c9 commit 579914eCopy full SHA for 579914e
Crashlytics/Crashlytics/Components/FIRCLSApplication.m
@@ -48,6 +48,8 @@
48
return @"tvos";
49
#elif TARGET_OS_WATCH
50
return @"ios"; // TODO: temporarily use iOS until Firebase can add watchos to the backend
51
+#elif defined(TARGET_OS_VISION) && TARGET_OS_VISION
52
+ return @"ios"; // TODO: temporarily use iOS until Firebase can add visionos to the backend
53
#endif
54
}
55
0 commit comments