Skip to content

Commit 3384e2e

Browse files
Merge pull request Flutterwave#21 from Flutterwave/dev
Pull recent bugfixes from dev
2 parents 783f458 + 39a7ee3 commit 3384e2e

File tree

49 files changed

+2848
-2686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2848
-2686
lines changed

Example/FlutterwaveSDK/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class ViewController: UIViewController, FlutterwavePayProtocol {
4747
config.publicKey = "[PUB_KEY]" //Public key
4848
config.encryptionKey = "[ENCRYPTION_KEY]" //Encryption key
4949
config.isPreAuth = false // This should be set to true for preauthoize card transactions
50+
config.allowSaveCard = true // flag to hide/show save card feature
5051
let controller = FlutterwavePayViewController()
5152
let nav = UINavigationController(rootViewController: controller)
5253
controller.amount = "[Amount]" // This is the amount to be charged.

Example/Podfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ target 'FlutterwaveSDK_Example' do
99

1010
end
1111
end
12+
13+
post_install do |installer|
14+
installer.pods_project.targets.each do |target|
15+
target.build_configurations.each do |config|
16+
config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "11.0"
17+
end
18+
end
19+
end

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- FlutterwaveSDK (1.2.7):
2+
- FlutterwaveSDK (1.4.5):
33
- IQKeyboardManagerSwift
44
- lottie-ios
55
- "MaterialComponents/TextControls+OutlinedTextAreas"
@@ -78,7 +78,7 @@ EXTERNAL SOURCES:
7878
:path: "../"
7979

8080
SPEC CHECKSUMS:
81-
FlutterwaveSDK: c32c4023019a6099d460b52ac9175aee7c28484a
81+
FlutterwaveSDK: 0a6927cbd93daf63e877d6f473d2802b21c22a48
8282
IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe
8383
lottie-ios: c38c3178ae8c4a8f200661aa5f80b9f1ca7f56b3
8484
MaterialComponents: e4a7c8b5eabe7856ef58f632fb5800a229bda5be
@@ -89,6 +89,6 @@ SPEC CHECKSUMS:
8989
Swinject: ddf78b8486dd9b71a667b852cad919ab4484478e
9090
SwinjectAutoregistration: 330f5012642a8b5c89a8a4adb0c5e52df07382c0
9191

92-
PODFILE CHECKSUM: d8e7ca9e6e56d8a6d3866726fb702f20997be609
92+
PODFILE CHECKSUM: f469a81b7de651ef738576324fe3de1d1b30a9fa
9393

94-
COCOAPODS: 1.9.3
94+
COCOAPODS: 1.16.2

Example/Pods/Local Podspecs/FlutterwaveSDK.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2596 additions & 2565 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/FlutterwaveSDK/FlutterwaveSDK-Info.plist

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/FlutterwaveSDK/FlutterwaveSDK.debug.xcconfig

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/FlutterwaveSDK/FlutterwaveSDK.release.xcconfig

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)