mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
#2 Support for iCloud photos on iOS - modifications
This commit is contained in:
+12
-13
@@ -13,7 +13,7 @@
|
||||
<license>MIT</license>
|
||||
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.0.0" />
|
||||
<engine name="cordova" version=">=3.5.0" />
|
||||
</engines>
|
||||
|
||||
<js-module src="www/imagepicker.js" name="ImagePicker">
|
||||
@@ -31,8 +31,8 @@
|
||||
<header-file src="src/ios/SOSPicker.h" />
|
||||
<source-file src="src/ios/SOSPicker.m" />
|
||||
|
||||
<header-file src="src/ios/GMImagePicker/UIImage+fixOrientation.h" />
|
||||
<source-file src="src/ios/GMImagePicker/UIImage+fixOrientation.m" />
|
||||
<header-file src="src/ios/GMImagePicker/UIImage+fixOrientation.h" />
|
||||
<source-file src="src/ios/GMImagePicker/UIImage+fixOrientation.m" />
|
||||
|
||||
<header-file src="src/ios/GMImagePicker/GMAlbumsViewCell.h" />
|
||||
<source-file src="src/ios/GMImagePicker/GMAlbumsViewCell.m" />
|
||||
@@ -76,6 +76,9 @@
|
||||
<asset src="src/ios/GMImagePicker/it.lproj/GMImagePicker.strings" target="res/strings-it/GMImagePicker.strings" />
|
||||
<asset src="src/ios/GMImagePicker/pt.lproj/GMImagePicker.strings" target="res/strings-pt/GMImagePicker.strings" />
|
||||
|
||||
<!-- NOTE that MRProgress (and its dependency AFNetworking) have been added for a semi-useful
|
||||
progress indicator. We may remove that if we have trouble with these files for some reason. -->
|
||||
|
||||
<!-- AF Networking -->
|
||||
<source-file src="src/ios/GMImagePicker/AFNetworking/LICENSE" target-dir="resources/AFNetworking" />
|
||||
<source-file src="src/ios/GMImagePicker/AFNetworking/README.md" target-dir="resources/AFNetworking" />
|
||||
@@ -187,11 +190,11 @@
|
||||
<header-file src="src/ios/GMImagePicker/mrprogress/Utils/MRWeakProxy.h" target-dir="mrprogress" />
|
||||
<source-file src="src/ios/GMImagePicker/mrprogress/Utils/MRWeakProxy.m" target-dir="mrprogress" />
|
||||
|
||||
<framework src="Accelerate.framework" />
|
||||
<framework src="Security.framework" />
|
||||
<framework src="Photos.framework" />
|
||||
<framework src="SystemConfiguration.framework" />
|
||||
<framework src="QuartzCore.framework" />
|
||||
<framework src="Accelerate.framework" />
|
||||
<framework src="Security.framework" />
|
||||
<framework src="Photos.framework" />
|
||||
<framework src="SystemConfiguration.framework" />
|
||||
<framework src="QuartzCore.framework" />
|
||||
|
||||
</platform>
|
||||
|
||||
@@ -217,8 +220,7 @@
|
||||
|
||||
<source-file src="src/android/Library/src/ImageFetcher.java" target-dir="src/com/synconset"/>
|
||||
<source-file src="src/android/Library/src/MultiImageChooserActivity.java" target-dir="src/com/synconset"/>
|
||||
<source-file src="src/android/Library/src/FileNameItem.java" target-dir="src/com/synconset"/>
|
||||
|
||||
|
||||
<source-file src="src/android/Library/res/anim/image_pop_in.xml" target-dir="res/anim"/>
|
||||
<source-file src="src/android/Library/res/drawable/grid_background.xml" target-dir="res/drawable"/>
|
||||
<source-file src="src/android/Library/res/drawable-hdpi/image_bg.9.png" target-dir="res/drawable-hdpi"/>
|
||||
@@ -248,8 +250,5 @@
|
||||
<source-file src="src/android/Library/res/values-ko/multiimagechooser_strings_ko.xml" target-dir="res/values-ko"/>
|
||||
|
||||
<framework src="src/android/ignorelinterrors.gradle" custom="true" type="gradleReference"/>
|
||||
|
||||
<source-file src="src/android/Library/libs/commons-io-2.4.jar" target-dir="libs" />
|
||||
<source-file src="src/android/Library/libs/gson-2.3.1.jar" target-dir="libs" />
|
||||
</platform>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user