mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling (#10478)
This commit is contained in:
@@ -897,7 +897,7 @@ export namespace knownFolders {
|
||||
|
||||
export namespace ios {
|
||||
function _checkPlatform(knownFolderName: string) {
|
||||
if (!__IOS__) {
|
||||
if (!__APPLE__) {
|
||||
throw new Error(`The "${knownFolderName}" known folder is available on iOS only!`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user