Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
NickIliev committed May 30, 2019
1 parent 6babbd7 commit cf8e890
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
4 changes: 3 additions & 1 deletion app/App_Resources/iOS/build.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// for example you can uncomment the following line to force distribution code signing
// CODE_SIGN_IDENTITY = iPhone Distribution
// To build for device with Xcode 8 you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
DEVELOPMENT_TEAM = CHSQ3M3P37;
// DEVELOPMENT_TEAM = CHSQ3M3P37;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;

DEVELOPMENT_TEAM = W7TGC3P93K
22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.curiosity"
"id": "org.nativescript.curiosity",
"tns-ios": {
"version": "6.0.0-2019-05-13-154237-01"
},
"tns-android": {
"version": "6.0.0-2019-05-16-172644-03"
}
},
"dependencies": {
"@angular/animations": "~7.2.0",
Expand All @@ -19,13 +25,13 @@
"nativescript-angular": "next",
"nativescript-app-center": "^1.0.3",
"nativescript-cardview": "^3.1.1",
"nativescript-permissions": "^1.3.5",
"nativescript-plugin-firebase": "^8.2.0",
"nativescript-social-share": "^1.5.1",
"nativescript-theme-core": "^1.0.4",
"nativescript-permissions": "^1.3.6",
"nativescript-plugin-firebase": "^8.3.2",
"nativescript-social-share": "^1.5.2",
"nativescript-theme-core": "^1.0.6",
"nativescript-ui-sidedrawer": "^6.0.0",
"reflect-metadata": "~0.1.13",
"rxjs": "^6.3.3",
"rxjs": "^6.5.2",
"tns-core-modules": "next",
"zone.js": "^0.8.4"
},
Expand All @@ -38,10 +44,10 @@
"codelyzer": "^4.4.4",
"mocha": "~5.2.0",
"mochawesome": "~3.1.2",
"nativescript-dev-appium": "^next",
"nativescript-dev-appium": "next",
"nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next",
"tns-platform-declarations": "~5.3.1",
"tns-platform-declarations": "next",
"tslint": "^5.11.0",
"typescript": "~3.1.1"
},
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = env => {

const ngCompilerPlugin = new AngularCompilerPlugin({
hostReplacementPaths: nsWebpack.getResolver([platform, "tns"]),
platformTransformers: ngCompilerTransformers.map(t => t(() => ngCompilerPlugin, resolve(appFullPath, entryModule))),
platformTransformers: ngCompilerTransformers.map(t => t(() => ngCompilerPlugin, resolve(appFullPath, entryModule), projectRoot)),
mainPath: join(appFullPath, entryModule),
tsConfigPath: join(__dirname, tsConfigName),
skipCodeGeneration: !aot,
Expand Down Expand Up @@ -259,7 +259,6 @@ module.exports = env => {
new CleanWebpackPlugin([`${dist}/**/*`]),
// Copy assets to out dir. Add your own globs as needed.
new CopyWebpackPlugin([
{ from: { glob: "settings.json"} }, // HERE
{ from: { glob: "fonts/**" } },
{ from: { glob: "**/*.jpg" } },
{ from: { glob: "**/*.png" } },
Expand Down

0 comments on commit cf8e890

Please sign in to comment.