From 013ba7828733fe9af8b521a73f8c35283af2cde3 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 16 Jan 2024 13:35:42 -0800 Subject: [PATCH 1/3] chore: nx migrate @nativescript/plugin-tools --- .eslintignore | 1 + apps/demo-angular/package.json | 4 ++-- package.json | 7 +++---- workspace.json | 9 --------- 4 files changed, 6 insertions(+), 15 deletions(-) create mode 100644 .eslintignore delete mode 100644 workspace.json diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..3c3629e6 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +node_modules diff --git a/apps/demo-angular/package.json b/apps/demo-angular/package.json index 3db47768..e8759f75 100644 --- a/apps/demo-angular/package.json +++ b/apps/demo-angular/package.json @@ -5,8 +5,8 @@ "@triniwiz/nativescript-masonkit": "file:../../dist/packages/nativescript-masonkit" }, "devDependencies": { - "@nativescript/android": "8.5.1", - "@nativescript/ios": "8.5.2", + "@nativescript/android": "^8.6.2", + "@nativescript/ios": "^8.6.3", "@nativescript/detox": "1.0.1", "detox": "20.1.1", "pixelmatch": "5.3.0", diff --git a/package.json b/package.json index 68cbee04..defcb2ed 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ "@angular/platform-browser-dynamic": "^15.0.0", "@angular/router": "^15.0.0", "@nativescript/angular": "^15.0.0", - "@nativescript/core": "~8.4.0", - "@nativescript/plugin-tools": "5.0.3", - "@nativescript/types": "~8.4.0", + "@nativescript/core": "~8.6.0", + "@nativescript/plugin-tools": "5.1.0", + "@nativescript/types": "~8.6.0", "@nativescript/webpack": "~5.0.5", "@ngtools/webpack": "^15.0.0", "husky": "^8.0.0", @@ -41,7 +41,6 @@ "typescript": "~4.8.0", "zone.js": "~0.11.1", "@angular-devkit/build-angular": "^15.0.0", - "nativescript-permissions": "1.3.11", "cheerio": "^1.0.0-rc.12" }, "lint-staged": { diff --git a/workspace.json b/workspace.json deleted file mode 100644 index 19b5934f..00000000 --- a/workspace.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": 2, - "projects": { - "demo": "apps/demo", - "demo-angular": "apps/demo-angular", - "nativescript-masonkit": "packages/nativescript-masonkit" - }, - "$schema": "./node_modules/nx/schemas/workspace-schema.json" -} From 48a9e96452804db082994cc1611b98371ea04ce0 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 16 Jan 2024 19:10:12 -0800 Subject: [PATCH 2/3] chore: cleanup mason setup --- apps/demo/src/main-page.xml | 1 - .../plugin-demos/nativescript-masonkit.xml | 87 +++++++++---------- tools/assets/App_Resources/Android/app.gradle | 5 +- tools/assets/App_Resources/iOS/Podfile | 5 +- tools/assets/App_Resources/iOS/build.xcconfig | 1 + 5 files changed, 49 insertions(+), 50 deletions(-) diff --git a/apps/demo/src/main-page.xml b/apps/demo/src/main-page.xml index 88af520f..8f6ec868 100644 --- a/apps/demo/src/main-page.xml +++ b/apps/demo/src/main-page.xml @@ -5,7 +5,6 @@ -