mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2026-03-23 00:00:02 +08:00
- Rename to `CDVUIImagePickerController ` since it inherits from `UIImagePickerController` and is not only for taking pictures - This is a breaking change because it renames an externally visible interface.
iOS Tests for CDVCamera
You need to install node.js to pull in cordova-ios.
First install cordova-ios:
npm install
... in the current folder.
Testing from Xcode
- Launch the
CDVCameraTest.xcworkspacefile. - Choose "CDVCameraLibTests" from the scheme drop-down menu
- Click and hold on the
Playbutton, and choose theWrenchicon to run the tests
Testing from the command line
npm test