Touchgui/plugins/org.apache.cordova.splashscreen/tests/ios/package.json

Thu, 04 Jun 2015 14:50:33 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Jun 2015 14:50:33 +0200
changeset 0
e8ccd40d0ef6
permissions
-rw-r--r--

Genesis of lecture sources for Droidcon Berlin 2015 in Postbahnhof.

michael@0 1 {
michael@0 2 "name": "cordova-plugin-splashscreen-test-ios",
michael@0 3 "version": "1.0.0",
michael@0 4 "description": "iOS Unit Tests for Splashscreen Plugin",
michael@0 5 "author": "Apache Software Foundation",
michael@0 6 "license": "Apache Version 2.0",
michael@0 7 "dependencies": {
michael@0 8 "cordova-ios": "^3.6.0"
michael@0 9 },
michael@0 10 "scripts": {
michael@0 11 "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
michael@0 12 }
michael@0 13 }

mercurial