We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7b9a6 commit 824b707Copy full SHA for 824b707
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "molpay-mobile-xdk-nativescript",
3
- "version": "3.18.1",
+ "version": "3.18.2",
4
"main": "molpay.js",
5
"typings": "molpay.d.ts",
6
"description": "Molpay XDK NativeScript",
platforms/ios/Info.plist
@@ -4,6 +4,8 @@
<dict>
<key>NSPhotoLibraryUsageDescription</key>
<string>Payment images</string>
7
+ <key>NSPhotoLibraryAddUsageDescription</key>
8
+ <string>Payment images</string>
9
<key>CFBundleDevelopmentRegion</key>
10
<string>en</string>
11
<key>CFBundleDisplayName</key>
0 commit comments