Skip to content

Instantly share code, notes, and snippets.

@simonprickett
Created October 23, 2015 18:56
Show Gist options
  • Save simonprickett/949c99151a4046ee057d to your computer and use it in GitHub Desktop.
Save simonprickett/949c99151a4046ee057d to your computer and use it in GitHub Desktop.
Cordova 5 / iOS 9 Security Blog - Building a Boilerplate Test Application
$ cordova -version
5.3.3
$ cordova create securitytest com.moduscreate.securitytest
Creating a new cordova project.
$ cd securitytest
$ cordova platform add ios android
Adding ios project...
iOS project created with cordova-ios@3.9.1
Discovered plugin "cordova-plugin-whitelist" in config.xml. Installing to the project
Fetching plugin "cordova-plugin-whitelist@1" via npm
Installing "cordova-plugin-whitelist" for ios
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Package: com.moduscreate.securitytest
Name: HelloCordova
Activity: MainActivity
Android target: android-22
Copying template files...
Android project created with cordova-android@4.1.1
Installing "cordova-plugin-whitelist" for android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment