feat(device): detect if app is running on a macOS desktop with Apple Silicon (#4299)
This commit is contained in:
parent
2b8992faf3
commit
af55cb25fa
@ -66,4 +66,8 @@ export class Device extends AwesomeCordovaNativePlugin {
|
|||||||
/** Get the Android device's SDK version. (Android-only) */
|
/** Get the Android device's SDK version. (Android-only) */
|
||||||
@CordovaProperty()
|
@CordovaProperty()
|
||||||
sdkVersion?: string;
|
sdkVersion?: string;
|
||||||
|
|
||||||
|
/** Detect if app is running on a macOS desktop with Apple Silicon. */
|
||||||
|
@CordovaProperty()
|
||||||
|
isiOSAppOnMac: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user