Skip to content
No description, website, or topics provided.
Ruby
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
platforms/ios
LICENSE
README.md
package.json

README.md

ios-working-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/app/ directory. The build .ipa should contain this file.

How to use

NativeScript CLI:

In your project execute:

$ tns plugin add not-whlist-sandox-plugin

or add the following entry in your package.json:

"dependencies": {
	"not-whlist-sandox-plugin": "1.0.0"
}

AppBuilder

Add the following entry in your package.json:

"dependencies": {
	"not-whlist-sandox-plugin": "1.0.0"
}

AppBuilder CLI

In your project execute:

$ appbuilder plugin add not-whlist-sandox-plugin

or add the following entry in your package.json:

"dependencies": {
	"not-whlist-sandox-plugin": "1.0.0"
}

Expected result when building the project

NativeScript CLI

In the default scenario the build should succeed and the build .ipa must contain the I_MADE_THIS_FILE.txt file. The file should be created in <project_dir>/platforms/ios/<project_name>/app/.

In case you open <cli_install_dir>/config/config.json and set USE_POD_SANDBOX to false, the build should do the same.

AppBuilder

In the default scenario the build should succeed and the build .ipa must contain the I_MADE_THIS_FILE.txt file. The build will fail in case this plugin is not whitelisted.

You can’t perform that action at this time.