chore: use nativescript.config with apps

This commit is contained in:
Nathan Walker
2020-08-30 10:29:35 -07:00
parent eeb9e069b1
commit 8bbb3fefae
1067 changed files with 45 additions and 82 deletions

View File

@@ -1,7 +0,0 @@
{
"main": "app.js",
"android": {
"v8Flags": "--expose_gc",
"markingMode": "none"
}
}

View File

@@ -0,0 +1,10 @@
import { NativeScriptConfig } from '@nativescript/core';
export default {
id: 'org.nativescript.uitestsapp',
appResourcesPath: '../../tools/assets/App_Resources',
android: {
v8Flags: '--expose_gc',
markingMode: 'none'
},
} as NativeScriptConfig;

View File

@@ -1,4 +0,0 @@
{
"appResourcesPath": "../../tools/assets/App_Resources",
"appPath": "app"
}

View File

@@ -1,14 +1,5 @@
{
"nativescript": {
"id": "org.nativescript.uitestsapp",
"tns-android": {
"version": "next"
},
"tns-ios": {
"version": "6.5.2"
}
},
"main": "app.js",
"main": "main.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
@@ -17,6 +8,7 @@
"@nativescript/core": "file:../../packages/core"
},
"devDependencies": {
"@nativescript/ios": "7.0.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "file:../../node_modules/typescript"
},

View File

Some files were not shown because too many files have changed in this diff Show More