|
2 | 2 | <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
3 | 3 | xmlns:android="http://schemas.android.com/apk/res/android"
|
4 | 4 | id="ro.qualitance.obimagepicker"
|
5 |
| - version="1.0.14"> |
| 5 | + version="2.0.2"> |
6 | 6 |
|
7 | 7 | <name>ObImagePicker</name>
|
8 | 8 |
|
|
31 | 31 | <header-file src="src/ios/SOSPicker.h" />
|
32 | 32 | <source-file src="src/ios/SOSPicker.m" />
|
33 | 33 |
|
34 |
| - <header-file src="src/ios/ELCImagePicker/ELCAlbumPickerController.h" /> |
35 |
| - <source-file src="src/ios/ELCImagePicker/ELCAlbumPickerController.m" /> |
| 34 | + <header-file src="src/ios/ELCImagePicker/QBAlbumCell.h" /> |
| 35 | + <source-file src="src/ios/ELCImagePicker/QBAlbumCell.m" /> |
36 | 36 |
|
37 |
| - <header-file src="src/ios/ELCImagePicker/ELCAsset.h" /> |
38 |
| - <source-file src="src/ios/ELCImagePicker/ELCAsset.m" /> |
| 37 | + <header-file src="src/ios/ELCImagePicker/QBAlbumsViewController.h" /> |
| 38 | + <source-file src="src/ios/ELCImagePicker/QBAlbumsViewController.m" /> |
39 | 39 |
|
40 |
| - <header-file src="src/ios/ELCImagePicker/ELCAssetCell.h" /> |
41 |
| - <source-file src="src/ios/ELCImagePicker/ELCAssetCell.m" /> |
| 40 | + <header-file src="src/ios/ELCImagePicker/QBAssetCell.h" /> |
| 41 | + <source-file src="src/ios/ELCImagePicker/QBAssetCell.m" /> |
42 | 42 |
|
43 |
| - <header-file src="src/ios/ELCImagePicker/ELCAssetPickerFilterDelegate.h" /> |
44 |
| - <header-file src="src/ios/ELCImagePicker/ELCAssetSelectionDelegate.h" /> |
| 43 | + <header-file src="src/ios/ELCImagePicker/QBAssetsViewController.h" /> |
| 44 | + <source-file src="src/ios/ELCImagePicker/QBAssetsViewController.m" /> |
45 | 45 |
|
46 |
| - <header-file src="src/ios/ELCImagePicker/ELCAssetTablePicker.h" /> |
47 |
| - <source-file src="src/ios/ELCImagePicker/ELCAssetTablePicker.m" /> |
| 46 | + <header-file src="src/ios/ELCImagePicker/QBCheckmarkView.h" /> |
| 47 | + <source-file src="src/ios/ELCImagePicker/QBCheckmarkView.m" /> |
48 | 48 |
|
49 |
| - <header-file src="src/ios/ELCImagePicker/ELCImagePickerController.h" /> |
50 |
| - <source-file src="src/ios/ELCImagePicker/ELCImagePickerController.m" /> |
| 49 | + <header-file src="src/ios/ELCImagePicker/QBImagePicker.h" /> |
| 50 | + |
| 51 | + <header-file src="src/ios/ELCImagePicker/QBImagePickerController.h" /> |
| 52 | + <source-file src="src/ios/ELCImagePicker/QBImagePickerController.m" /> |
| 53 | + |
| 54 | + <header-file src="src/ios/ELCImagePicker/QBSlomoIconView.h" /> |
| 55 | + <source-file src="src/ios/ELCImagePicker/QBSlomoIconView.m" /> |
| 56 | + |
| 57 | + <header-file src="src/ios/ELCImagePicker/QBVideoIconView.h" /> |
| 58 | + <source-file src="src/ios/ELCImagePicker/QBVideoIconView.m" /> |
| 59 | + |
| 60 | + <header-file src="src/ios/ELCImagePicker/QBVideoIndicatorView.h" /> |
| 61 | + <source-file src="src/ios/ELCImagePicker/QBVideoIndicatorView.m" /> |
| 62 | + |
| 63 | + |
| 64 | + <resource-file src="src/ios/ELCImagePicker/QBImagePicker.storyboard" /> |
| 65 | + <resource-file src="src/ios/ELCImagePicker/en.lproj/QBImagePicker.strings" /> |
| 66 | + <resource-file src="src/ios/ELCImagePicker/de.lproj/QBImagePicker.strings" /> |
| 67 | + <resource-file src="src/ios/ELCImagePicker/es.lproj/QBImagePicker.strings" /> |
| 68 | + <resource-file src="src/ios/ELCImagePicker/ja.lproj/QBImagePicker.strings" /> |
| 69 | + <resource-file src="src/ios/ELCImagePicker/zh-Hans.lproj/QBImagePicker.strings" /> |
51 | 70 |
|
52 |
| - <resource-file src="src/ios/ELCImagePicker/Resources/ELCAlbumPickerController.xib" /> |
53 |
| - <resource-file src="src/ios/ELCImagePicker/Resources/ELCAssetPicker.xib" /> |
54 |
| - <resource-file src="src/ios/ELCImagePicker/Resources/ELCAssetTablePicker.xib" /> |
55 |
| - <resource-file src="src/ios/ELCImagePicker/Resources/Overlay.png" /> |
56 |
| - <resource-file src="src/ios/ELCImagePicker/Resources/Overlay@2x.png" /> |
57 | 71 | </platform>
|
58 | 72 |
|
59 | 73 | <!-- android -->
|
|
0 commit comments