mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:42:52 +08:00
14 lines
435 B
JSON
14 lines
435 B
JSON
{
|
|
"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 5s'"
|
|
}
|
|
}
|