Skip to content

Commit 28af14c

Browse files
committed
release(ionic-portals): 1.0.1
1 parent 4440967 commit 28af14c

File tree

2 files changed

+37
-35
lines changed

2 files changed

+37
-35
lines changed

packages/ionic-portals/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Application.run({ moduleName: 'app-root' });
3333

3434
2. Use in your views
3535

36+
> Note: You may need to add `IPHONEOS_DEPLOYMENT_TARGET = 12.0` to your `App_Resources/iOS/build.xcconfig` file.
37+
3638
### Vanilla/Plain/Core
3739

3840
```xml

packages/ionic-portals/package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"name": "@nativescript/ionic-portals",
3-
"version": "1.0.0",
4-
"description": "Ionic Portals - Supercharged Web Views for iOS and Android",
5-
"main": "index",
6-
"typings": "index.d.ts",
7-
"nativescript": {
8-
"platforms": {
9-
"ios": "6.0.0",
10-
"android": "6.0.0"
11-
}
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/NativeScript/plugins.git"
16-
},
17-
"keywords": [
18-
"NativeScript",
19-
"JavaScript",
20-
"TypeScript",
21-
"iOS",
22-
"Android",
23-
"Ionic",
24-
"Capacitor"
25-
],
26-
"author": {
27-
"name": "NativeScript",
28-
"email": "oss@nativescript.org"
29-
},
30-
"bugs": {
31-
"url": "https://github.com/NativeScript/plugins/issues"
32-
},
33-
"license": "Apache-2.0",
34-
"homepage": "https://github.com/NativeScript/plugins",
35-
"readmeFilename": "README.md",
36-
"bootstrapper": "@nativescript/plugin-seed"
2+
"name": "@nativescript/ionic-portals",
3+
"version": "1.0.1",
4+
"description": "Ionic Portals - Supercharged Web Views for iOS and Android",
5+
"main": "index",
6+
"typings": "index.d.ts",
7+
"nativescript": {
8+
"platforms": {
9+
"ios": "6.0.0",
10+
"android": "6.0.0"
11+
}
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/NativeScript/plugins.git"
16+
},
17+
"keywords": [
18+
"NativeScript",
19+
"JavaScript",
20+
"TypeScript",
21+
"iOS",
22+
"Android",
23+
"Ionic",
24+
"Capacitor"
25+
],
26+
"author": {
27+
"name": "NativeScript",
28+
"email": "oss@nativescript.org"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/NativeScript/plugins/issues"
32+
},
33+
"license": "Apache-2.0",
34+
"homepage": "https://github.com/NativeScript/plugins",
35+
"readmeFilename": "README.md",
36+
"bootstrapper": "@nativescript/plugin-seed"
3737
}

0 commit comments

Comments
 (0)