Thu, 04 Jun 2015 14:50:33 +0200
Genesis of lecture sources for Droidcon Berlin 2015 in Postbahnhof.
1 {
2 "name": "cordova-plugin-splashscreen-test-ios",
3 "version": "1.0.0",
4 "description": "iOS Unit Tests for Splashscreen Plugin",
5 "author": "Apache Software Foundation",
6 "license": "Apache Version 2.0",
7 "dependencies": {
8 "cordova-ios": "^3.6.0"
9 },
10 "scripts": {
11 "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
12 }
13 }