community-cordova-plugin-social-sharing 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/plugin.xml +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "community-cordova-plugin-social-sharing",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.",
5
5
  "cordova": {
6
6
  "id": "community-cordova-plugin-social-sharing",
package/plugin.xml CHANGED
@@ -1,8 +1,8 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
1
+ <?xml version="6.3.1" encoding="UTF-8"?>
2
2
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3
3
  xmlns:android="http://schemas.android.com/apk/res/android"
4
4
  id="community-cordova-plugin-social-sharing"
5
- version="6.3.0">
5
+ version="6.3.1">
6
6
 
7
7
  <name>SocialSharing</name>
8
8
 
@@ -42,12 +42,12 @@
42
42
  </config-file>
43
43
 
44
44
  <preference name="PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION" default="This app requires photo library access to function properly." />
45
- <config-file target="*-Info.plist" parent="NSPhotoLibraryAddUsageDescription">
45
+ <config-file target="App/App-Info.plist" parent="NSPhotoLibraryAddUsageDescription">
46
46
  <string>$PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION</string>
47
47
  </config-file>
48
48
 
49
49
  <preference name="PHOTO_LIBRARY_USAGE_DESCRIPTION" default="This app requires photo library access to function properly." />
50
- <config-file target ="*-Info.plist" parent="NSPhotoLibraryUsageDescription">
50
+ <config-file target ="App/App-Info.plist" parent="NSPhotoLibraryUsageDescription">
51
51
  <string>$PHOTO_LIBRARY_USAGE_DESCRIPTION</string>
52
52
  </config-file>
53
53