sineedgelenderapp/plugins/cordova-plugin-camera/tests/ios/package.json
venbatechnologies@gmail.com 2ef0da5b3f Fairoj : IMGC Changes
2019-09-07 17:19:57 +05:30

14 lines
434 B
JSON
Executable File

{
"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": {
"cordova-ios": "*"
},
"scripts": {
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVCameraLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
}
}