Skip to content

Commit 780b10a

Browse files
committed
Bug Fixes and performance improvements
1 parent d800521 commit 780b10a

Some content is hidden

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

46 files changed

+3393
-2465
lines changed

Example/FlutterwaveSDK.xcodeproj/project.pbxproj

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
1616
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
1717
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
18+
D8384699271018F5006C2E0A /* SuccessViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8384698271018F5006C2E0A /* SuccessViewController.swift */; };
19+
D838469B27101912006C2E0A /* SuccessViewController+setup.swift in Sources */ = {isa = PBXBuildFile; fileRef = D838469A27101912006C2E0A /* SuccessViewController+setup.swift */; };
1820
D88ECD9525277ADE00A8E8F8 /* Viewcontroller+setup.swift in Sources */ = {isa = PBXBuildFile; fileRef = D88ECD9425277ADE00A8E8F8 /* Viewcontroller+setup.swift */; };
1921
/* End PBXBuildFile section */
2022

@@ -47,6 +49,8 @@
4749
929E459DD588406A5AD53E08 /* Pods-FlutterwaveSDK_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlutterwaveSDK_Tests.release.xcconfig"; path = "Target Support Files/Pods-FlutterwaveSDK_Tests/Pods-FlutterwaveSDK_Tests.release.xcconfig"; sourceTree = "<group>"; };
4850
B4FFEF64F0A9168C7AADB142 /* Pods_FlutterwaveSDK_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FlutterwaveSDK_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4951
C305DF937664824597D85E4E /* Pods-FlutterwaveSDK_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlutterwaveSDK_Tests.debug.xcconfig"; path = "Target Support Files/Pods-FlutterwaveSDK_Tests/Pods-FlutterwaveSDK_Tests.debug.xcconfig"; sourceTree = "<group>"; };
52+
D8384698271018F5006C2E0A /* SuccessViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuccessViewController.swift; sourceTree = "<group>"; };
53+
D838469A27101912006C2E0A /* SuccessViewController+setup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SuccessViewController+setup.swift"; sourceTree = "<group>"; };
5054
D860CBD3253EF59D003FDEDD /* FlutterwaveSDK_Example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FlutterwaveSDK_Example.entitlements; sourceTree = "<group>"; };
5155
D88ECD9425277ADE00A8E8F8 /* Viewcontroller+setup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Viewcontroller+setup.swift"; sourceTree = "<group>"; };
5256
DDB2EED5920F48D190963980 /* FlutterwaveSDK.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = FlutterwaveSDK.podspec; path = ../FlutterwaveSDK.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
@@ -97,6 +101,7 @@
97101
607FACD21AFB9204008FA782 /* Example for FlutterwaveSDK */ = {
98102
isa = PBXGroup;
99103
children = (
104+
D8384697271018CB006C2E0A /* Views */,
100105
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
101106
607FACD71AFB9204008FA782 /* ViewController.swift */,
102107
D88ECD9425277ADE00A8E8F8 /* Viewcontroller+setup.swift */,
@@ -155,6 +160,15 @@
155160
path = Pods;
156161
sourceTree = "<group>";
157162
};
163+
D8384697271018CB006C2E0A /* Views */ = {
164+
isa = PBXGroup;
165+
children = (
166+
D8384698271018F5006C2E0A /* SuccessViewController.swift */,
167+
D838469A27101912006C2E0A /* SuccessViewController+setup.swift */,
168+
);
169+
name = Views;
170+
sourceTree = "<group>";
171+
};
158172
E254619BF3C2593FB69EC74F /* Frameworks */ = {
159173
isa = PBXGroup;
160174
children = (
@@ -355,8 +369,10 @@
355369
isa = PBXSourcesBuildPhase;
356370
buildActionMask = 2147483647;
357371
files = (
372+
D838469B27101912006C2E0A /* SuccessViewController+setup.swift in Sources */,
358373
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
359374
D88ECD9525277ADE00A8E8F8 /* Viewcontroller+setup.swift in Sources */,
375+
D8384699271018F5006C2E0A /* SuccessViewController.swift in Sources */,
360376
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
361377
);
362378
runOnlyForDeploymentPostprocessing = 0;
@@ -510,13 +526,14 @@
510526
buildSettings = {
511527
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
512528
CODE_SIGN_ENTITLEMENTS = FlutterwaveSDK_Example.entitlements;
529+
CURRENT_PROJECT_VERSION = 3;
513530
DEVELOPMENT_TEAM = YL4C3AS383;
514531
INFOPLIST_FILE = FlutterwaveSDK/Info.plist;
515532
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
516533
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
517-
MARKETING_VERSION = 1.3.1;
534+
MARKETING_VERSION = 1.3.2;
518535
MODULE_NAME = ExampleApp;
519-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
536+
PRODUCT_BUNDLE_IDENTIFIER = com.demo.paypal.flutterwave;
520537
PRODUCT_NAME = "$(TARGET_NAME)";
521538
SUPPORTS_MACCATALYST = YES;
522539
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -531,13 +548,14 @@
531548
buildSettings = {
532549
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
533550
CODE_SIGN_ENTITLEMENTS = FlutterwaveSDK_Example.entitlements;
534-
DEVELOPMENT_TEAM = 77G456H6NP;
551+
CURRENT_PROJECT_VERSION = 3;
552+
DEVELOPMENT_TEAM = YL4C3AS383;
535553
INFOPLIST_FILE = FlutterwaveSDK/Info.plist;
536554
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
537555
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
538-
MARKETING_VERSION = 1.3.1;
556+
MARKETING_VERSION = 1.3.2;
539557
MODULE_NAME = ExampleApp;
540-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
558+
PRODUCT_BUNDLE_IDENTIFIER = com.demo.paypal.flutterwave;
541559
PRODUCT_NAME = "$(TARGET_NAME)";
542560
SUPPORTS_MACCATALYST = YES;
543561
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "dateIcon.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "[email protected]",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "[email protected]",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
Loading
Loading
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "detailIcon.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "[email protected]",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "[email protected]",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
Loading
Loading
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "payment-method.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "[email protected]",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "[email protected]",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
Loading
Loading
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "paypal.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "[email protected]",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "[email protected]",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
Loading
Loading
Loading

Example/FlutterwaveSDK/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>LSApplicationCategoryType</key>
24+
<string>public.app-category.finance</string>
2325
<key>LSRequiresIPhoneOS</key>
2426
<true/>
2527
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)