Files
cordova-plugin-camera-dev/tests/ios/package.json
T

14 lines
434 B
JSON
Raw Normal View History

{
"name": "cordova-plugin-camera-test-ios",
"version": "1.0.0",
"description": "iOS Unit Tests for Camera Plugin",
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
2016-03-21 12:54:07 +03:00
"cordova-ios": "*"
},
"scripts": {
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVCameraLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
2016-03-21 12:54:07 +03:00
}
}