ios-fail-with-sandbox-plugin
v1.0.1
Published
Plugin used for testing sandbox-pod.
Downloads
6
Readme
ios-fail-with-sandbox-plugin
Plugin used for testing sandbox-pod and pod support in nativescript-cli.
This plugin will try to create file called I_MADE_THIS_FILE.txt
in <project_name>/platforms
directory.
How to use
NativeScript CLI:
In your project execute:
$ tns plugin add ios-fail-with-sandbox-plugin
or add the following entry in your package.json
"dependencies": {
"ios-fail-with-sandbox-plugin": "1.0.0"
}
AppBuilder
Add the following entry in your package.json
"dependencies": {
"ios-fail-with-sandbox-plugin": "1.0.0"
}
AppBuilder CLI
In your project execute:
$ appbuilder plugin add ios-fail-with-sandbox-plugin
or add the following entry in your package.json
"dependencies": {
"ios-fail-with-sandbox-plugin": "1.0.0"
}
Expected result when building the project
NativeScript CLI
In the default scenario the build should fail with some sandbox-pod error.
In case you open <cli_install_dir>/config/config.json
and set USE_POD_SANDBOX
to false
, the build will succeed.
When the build succeeds, you will find file called I_MADE_THIS_FILE.txt
inside <project_name>/platforms
directory.
AppBuilder
The build will fail with some sandbox-pod error.