Skip to content

Commit cb77815

Browse files
committedSep 13, 2015
Update iOS files.
1 parent de6ccf6 commit cb77815

File tree

2 files changed

+33
-19
lines changed

2 files changed

+33
-19
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-obimagepicker",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Cordova file picker",
55
"main": "index.js",
66
"scripts": {

‎plugin.xml

+32-18
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="ro.qualitance.obimagepicker"
5-
version="1.0.14">
5+
version="2.0.2">
66

77
<name>ObImagePicker</name>
88

@@ -31,29 +31,43 @@
3131
<header-file src="src/ios/SOSPicker.h" />
3232
<source-file src="src/ios/SOSPicker.m" />
3333

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" />
3636

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" />
3939

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" />
4242

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" />
4545

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" />
4848

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" />
5170

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" />
5771
</platform>
5872

5973
<!-- android -->

0 commit comments

Comments
 (0)
Failed to load comments.