Skip to content

Commit ba1e6ed

Browse files
committed
feat: update ios sdk
1 parent c5b68cc commit ba1e6ed

38 files changed

+1654
-2019
lines changed

example/src/checks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const commonChecks = [
1111
{ name: 'Unofficial Store', status: 'ok' },
1212
{ name: 'Screenshot', status: 'ok' },
1313
{ name: 'Screen Recording', status: 'ok' },
14+
{ name: 'Time Spoofing', status: 'ok' },
1415
];
1516

1617
export const iosChecks = [{ name: 'Device ID', status: 'ok' }];
@@ -21,7 +22,6 @@ export const androidChecks = [
2122
{ name: 'Malware', status: 'ok' },
2223
{ name: 'ADB Enabled', status: 'ok' },
2324
{ name: 'Multi Instance', status: 'ok' },
24-
{ name: 'Time Spoofing', status: 'ok' },
2525
{ name: 'Location Spoofing', status: 'ok' },
2626
{ name: 'Unsecure Wifi', status: 'ok' },
2727
{ name: 'Automation', status: 'ok' },
48 Bytes
Binary file not shown.
-205 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)