Socket
Socket
Sign inDemoInstall

ios-fail-with-sandbox-plugin

Package Overview
Dependencies
0
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ios-fail-with-sandbox-plugin

Plugin used for testing sandbox-pod.


Version published
Weekly downloads
1
Maintainers
3
Install size
14.2 kB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 10 Feb 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc