Skip to content

Commit

Permalink
migrate uiwebview to wkwebview
Browse files Browse the repository at this point in the history
  • Loading branch information
MOLPay Mobile committed Jan 13, 2020
1 parent def41a8 commit e149608
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@
- Fixed reversed CVV eye toggle

## 0.27.0
- Added mp_silent_error private parameter
- Added mp_silent_error private parameter

## 0.27.1
- Migrate UIWebview to WKWebview
11 changes: 8 additions & 3 deletions example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Payment images</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Payment images</string>
<string>Payment images</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Payment images</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
Binary file modified ios/MOLPayXDK.framework/Versions/A/MOLPayXDK
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: molpay_mobile_xdk_flutter_beta
description: MOLPay mobile payment for Flutter (BETA)
version: 0.27.0
version: 0.27.1
author: MOLPay Mobile Division <[email protected]>
homepage: https://github.com/MOLPay/molpay-mobile-xdk-flutter-beta

Expand Down

0 comments on commit e149608

Please sign in to comment.