Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

not-whlist-sandox-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

not-whlist-sandox-plugin

Plugin used for testing sandbox-pod.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 02 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc