mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-04-16 00:02:54 +08:00
add license to plugin.xml and remove unnecessary header in SOSpicker.m
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
<description>
|
||||
This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app
|
||||
</description>
|
||||
|
||||
<license>MIT</license>
|
||||
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.0.0" />
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#import "ELCAlbumPickerController.h"
|
||||
#import "ELCImagePickerController.h"
|
||||
#import "ELCAssetTablePicker.h"
|
||||
#import "CDVCamera.h"
|
||||
|
||||
#define CDV_PHOTO_PREFIX @"cdv_photo_"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user