GithubHelp home page GithubHelp logo

ciayy213 / nativescript-ios-working-with-sandbox-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rosen-vladimirov/nativescript-ios-working-with-sandbox-plugin

1.0 0.0 0.0 148 KB

Plugin used for testing sandbox-pod and pod support in nativescript-cli

License: Apache License 2.0

Ruby 100.00%

nativescript-ios-working-with-sandbox-plugin's Introduction

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 ios-working-with-sandbox-plugin

or add the following entry in your package.json:

"dependencies": {
	"ios-working-with-sandbox-plugin": "1.0.2"
}

AppBuilder

Add the following entry in your package.json:

"dependencies": {
	"ios-working-with-sandbox-plugin": "1.0.2"
}

AppBuilder CLI

In your project execute:

$ appbuilder plugin add ios-working-with-sandbox-plugin

or add the following entry in your package.json:

"dependencies": {
	"ios-working-with-sandbox-plugin": "1.0.2"
}

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.

nativescript-ios-working-with-sandbox-plugin's People

Contributors

rosen-vladimirov avatar

Stargazers

Cjayy21310 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.