UNPKG

@nativescript/ios-security

Version:
29 lines 676 B
export class IOSSecurity { static amIJailbroken() { return false; } static amIDebugged() { return false; } static amIRunInEmulator() { return false; } static denyDebugger() { return false; } static amIReverseEngineered() { return false; } static amIProxied() { return false; } // @ts-ignore static amIRuntimeHookedWithDyldWhiteListDetectionClassSelectorIsClassMethod(dyldWhiteList, detectionClass, selector, isClassMethod) { return false; } // @ts-ignore static amITampered(checks) { return []; } } //# sourceMappingURL=index.android.js.map