mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
Updated to take correct parameters, allow for 0 in width/height to size to a specific dimension, and updated controller/delegate to work correctly with updated ELCPicker
This commit is contained in:
+28
-2
@@ -14,7 +14,9 @@
|
||||
<engine name="cordova" version=">=3.0.0" />
|
||||
</engines>
|
||||
|
||||
|
||||
<js-module src="www/imagepicker.js" name="ImagePicker">
|
||||
<clobbers target="plugins.imagePicker" />
|
||||
</js-module>
|
||||
|
||||
<!-- ios -->
|
||||
<platform name="ios">
|
||||
@@ -26,9 +28,33 @@
|
||||
|
||||
<header-file src="src/ios/SOSPicker.h" />
|
||||
<source-file src="src/ios/SOSPicker.m" />
|
||||
|
||||
<header-file src="src/ios/ELCImagePicker/ELCAlbumPickerController.h" />
|
||||
<source-file src="src/ios/ELCImagePicker/ELCAlbumPickerController.m" />
|
||||
|
||||
<header-file src="src/ios/ELCImagePicker/ELCAsset.h" />
|
||||
<source-file src="src/ios/ELCImagePicker/ELCAsset.m" />
|
||||
|
||||
<header-file src="src/ios/ELCImagePicker/ELCAssetCell.h" />
|
||||
<source-file src="src/ios/ELCImagePicker/ELCAssetCell.m" />
|
||||
|
||||
<header-file src="src/ios/ELCImagePicker/ELCAssetPickerFilterDelegate.h" />
|
||||
<header-file src="src/ios/ELCImagePicker/ELCAssetSelectionDelegate.h" />
|
||||
|
||||
<header-file src="src/ios/ELCImagePicker/ELCAssetTablePicker.h" />
|
||||
<source-file src="src/ios/ELCImagePicker/ELCAssetTablePicker.m" />
|
||||
|
||||
<header-file src="src/ios/ELCImagePicker/ELCImagePickerController.h" />
|
||||
<source-file src="src/ios/ELCImagePicker/ELCImagePickerController.m" />
|
||||
|
||||
<resource-file src="src/ios/ELCImagePicker/Resources/ELCAlbumPickerController.xib" />
|
||||
<resource-file src="src/ios/ELCImagePicker/Resources/ELCAssetPicker.xib" />
|
||||
<resource-file src="src/ios/ELCImagePicker/Resources/ELCAssetTablePicker.xib" />
|
||||
<resource-file src="src/ios/ELCImagePicker/Resources/Overlay.png" />
|
||||
<resource-file src="src/ios/ELCImagePicker/Resources/Overlay@2x.png" />
|
||||
</platform>
|
||||
|
||||
<!-- android -->
|
||||
<platform name="android">
|
||||
</platform>
|
||||
</plugin>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user