FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Test Fast Forward master into Release by DimitarTachev · Pull Request #5081 · NativeScript/nativescript-cli · GitHub

Test Fast Forward master into Release - #5081

Closed
DimitarTachev wants to merge 57 commits into
copy-of-releasefrom
master
Closed

Test Fast Forward master into Release#5081
DimitarTachev wants to merge 57 commits into
copy-of-releasefrom
master

Conversation

Copy link
Copy Markdown
Contributor

No description provided.

madmas and others added 30 commits August 30, 2019 09:05
Solves #4995 

Adding an settings.gradle file marks the gradle build as a independent build and avoids conflicts with other gradle build
fix(cli): add iCloudContainerEnvironment export option
…errors

fix: handle correctly the compilation errors from webpack
fix: allow pre-release versions of Webpack plugin 1.3.0
fix: avoid marking mode checks in iOS commands
… are always different (outdated check from NativeScript 1.3)
fix: do not reject platform update on different pbxproj files as they are always different
fix: update the version of nativescript-dev-xcode
fix: update ios-device-lib to the latest version
Fatme and others added 27 commits October 8, 2019 09:54
…uilt

Currently `nativescript-cloud` cannot be built with latest master branch of CLI due to the following errors:
```
node_modules/nativescript/lib/definitions/project.d.ts(476,96): error TS2503: Cannot find namespace 'IXcode'.
node_modules/nativescript/lib/definitions/project.d.ts(476,165): error TS2503: Cannot find namespace 'IXcode'.
node_modules/nativescript/lib/definitions/project.d.ts(479,128): error TS2503: Cannot find namespace 'IXcode'.
node_modules/nativescript/lib/definitions/project.d.ts(480,99): error TS2503: Cannot find namespace 'IXcode'.
```

The issue happens as `IXcode` interface is already used from project.d.ts file. As `nativescript-cloud` lib generates `references.d.ts` file with references to all `.d.ts` files from NativeScript CLI, we need a separate `.d.ts`  file for `IXcode` interface. This way, it will be included in the generated `references.d.ts` file and cloud-lib will be successfully built.
fix: fix definition files so nativescript-cloud can be successfully built
fix: unify the casing of hookArgs.prepareData.platform from prepare and run commands
fix: add (empty) settings.gradle file to mark build as independent
…on-override

feat: initial implementation of pods override
Two different webpack compilations are started on `tns test` command - the one from `karma-webpack` and the second one from `nativescript-dev-webpack`. As the karma's webpack doesn't provide appPath to the env and there is a hardcoded `appPath` inside `webpack.config.js` (to `src` for example), it works only with that hardcoded path.

Rel to: #5070
fix: pass appPath to the env from karma.conf.js
…or device

The `-allowProvisioningUpdates` option is passed to `xcodebuild` no matter if building for device or for simulator.
According to the documentation of `xcodebuild`:
```
Allow xcodebuild to communicate with the Apple Developer website. For automatically signed targets, xcodebuild will create and update profiles, app IDs, and certificates. For manually signed targets, xcodebuild will download missing or updated provisioning profiles. Requires a developer account to have been added in Xcode's Accounts preference pane.
```

It seems it shouldn't be passed when building for simulator.
…ds-missing-resources-podfile

fix: error with missing AppResources Podfile and override pods
…ection-in-nested-plugins

Kddimitrov/fix podfile detection in nested plugins
…ests

test: add tests for cocoapods override feature
…pdates

fix: pass allowProvisioningUpdates to xcodebuild only when building for device
cla-bot Bot added the cla: yes label Oct 17, 2019
KristianDD closed this Oct 17, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL