Skip to content

Commit f97a07c

Browse files
committed
release(ios-security): 1.0.0
1 parent 3d68e5e commit f97a07c

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

packages/ios-security/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
# @nativescript/ios-security
22

3-
[IOSSecuritySuite](https://github.com/securing/IOSSecuritySuite) for NativeScript.
3+
🔒 [IOSSecuritySuite](https://github.com/securing/IOSSecuritySuite) for NativeScript.
4+
5+
> 🌏 iOS Security Suite is an advanced and easy-to-use platform security & anti-tampering library. If you are developing for iOS and you want to protect your app according to the OWASP [MASVS](https://github.com/OWASP/owasp-masvs) standard, chapter v8, then this library could save you a lot of time. 🚀
6+
> What ISS detects:
7+
> * Jailbreak (even the iOS 11+ with brand new indicators! 🔥)
8+
> * Attached debugger 👨🏻‍🚀
9+
> * If an app was run in an emulator 👽
10+
> * Common reverse engineering tools running on the device 🔭
411
512
```javascript
613
ns plugin add @nativescript/ios-security
714
```
815

916
## Usage
1017

11-
The best way to explore the usage of the plugin is to inspect both demo apps in the plugin repository.
12-
In `demo` folder you can find the usage of the plugin for TypeScript non-Angular application. Refer to `demo/app/main-page.ts`.
13-
In `demo-angular` is the usage in an Angular app. Refer to `demo-angular/app/app.component.ts`.
14-
15-
In addition to the plugin usage, both apps are webpack configured.
16-
17-
In short here are the steps:
18-
19-
### Import the plugin
20-
2118
*TypeScript*
2219
```
2320
import { IOSSecurity } from "@nativescript/ios-security";

packages/ios-security/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,18 @@
1919
"JavaScript",
2020
"TypeScript",
2121
"iOS",
22-
"Android"
22+
"Security"
2323
],
2424
"author": {
2525
"name": "NativeScript",
2626
"email": "oss@nativescript.org"
2727
},
28+
"contributors": [
29+
{
30+
"name": "Teodor Dermendjiev",
31+
"url": "https://github.com/tdermendjiev"
32+
}
33+
],
2834
"bugs": {
2935
"url": "https://github.com/NativeScript/plugins/issues"
3036
},

0 commit comments

Comments
 (0)