Skip to content

Commit 30241a7

Browse files
committed
Dark theme changes
1 parent 780b10a commit 30241a7

30 files changed

+137
-38
lines changed

Example/FlutterwaveSDK.xcodeproj/project.pbxproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -525,17 +525,18 @@
525525
baseConfigurationReference = 837CB02BB9EE2BE7C7D9A9B9 /* Pods-FlutterwaveSDK_Example.debug.xcconfig */;
526526
buildSettings = {
527527
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
528+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
528529
CODE_SIGN_ENTITLEMENTS = FlutterwaveSDK_Example.entitlements;
529-
CURRENT_PROJECT_VERSION = 3;
530+
CURRENT_PROJECT_VERSION = 2;
530531
DEVELOPMENT_TEAM = YL4C3AS383;
531532
INFOPLIST_FILE = FlutterwaveSDK/Info.plist;
532533
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
533534
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
534-
MARKETING_VERSION = 1.3.2;
535+
MARKETING_VERSION = 1.3.3;
535536
MODULE_NAME = ExampleApp;
536537
PRODUCT_BUNDLE_IDENTIFIER = com.demo.paypal.flutterwave;
537538
PRODUCT_NAME = "$(TARGET_NAME)";
538-
SUPPORTS_MACCATALYST = YES;
539+
SUPPORTS_MACCATALYST = NO;
539540
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
540541
SWIFT_VERSION = 5.0;
541542
TARGETED_DEVICE_FAMILY = "1,2";
@@ -547,17 +548,18 @@
547548
baseConfigurationReference = 1B4629C68741D557BE1C6D39 /* Pods-FlutterwaveSDK_Example.release.xcconfig */;
548549
buildSettings = {
549550
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
551+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
550552
CODE_SIGN_ENTITLEMENTS = FlutterwaveSDK_Example.entitlements;
551-
CURRENT_PROJECT_VERSION = 3;
553+
CURRENT_PROJECT_VERSION = 2;
552554
DEVELOPMENT_TEAM = YL4C3AS383;
553555
INFOPLIST_FILE = FlutterwaveSDK/Info.plist;
554556
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
555557
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
556-
MARKETING_VERSION = 1.3.2;
558+
MARKETING_VERSION = 1.3.3;
557559
MODULE_NAME = ExampleApp;
558560
PRODUCT_BUNDLE_IDENTIFIER = com.demo.paypal.flutterwave;
559561
PRODUCT_NAME = "$(TARGET_NAME)";
560-
SUPPORTS_MACCATALYST = YES;
562+
SUPPORTS_MACCATALYST = NO;
561563
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
562564
SWIFT_VERSION = 5.0;
563565
TARGETED_DEVICE_FAMILY = "1,2";

Example/FlutterwaveSDK/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,60 @@
4848
"scale" : "3x",
4949
"size" : "60x60"
5050
},
51+
{
52+
"filename" : "[email protected]",
53+
"idiom" : "ipad",
54+
"scale" : "1x",
55+
"size" : "20x20"
56+
},
57+
{
58+
"filename" : "[email protected]",
59+
"idiom" : "ipad",
60+
"scale" : "2x",
61+
"size" : "20x20"
62+
},
63+
{
64+
"filename" : "[email protected]",
65+
"idiom" : "ipad",
66+
"scale" : "1x",
67+
"size" : "29x29"
68+
},
69+
{
70+
"filename" : "[email protected]",
71+
"idiom" : "ipad",
72+
"scale" : "2x",
73+
"size" : "29x29"
74+
},
75+
{
76+
"filename" : "[email protected]",
77+
"idiom" : "ipad",
78+
"scale" : "1x",
79+
"size" : "40x40"
80+
},
81+
{
82+
"filename" : "[email protected]",
83+
"idiom" : "ipad",
84+
"scale" : "2x",
85+
"size" : "40x40"
86+
},
87+
{
88+
"filename" : "[email protected]",
89+
"idiom" : "ipad",
90+
"scale" : "1x",
91+
"size" : "76x76"
92+
},
93+
{
94+
"filename" : "[email protected]",
95+
"idiom" : "ipad",
96+
"scale" : "2x",
97+
"size" : "76x76"
98+
},
99+
{
100+
"filename" : "[email protected]",
101+
"idiom" : "ipad",
102+
"scale" : "2x",
103+
"size" : "83.5x83.5"
104+
},
51105
{
52106
"filename" : "[email protected]",
53107
"idiom" : "ios-marketing",
658 Bytes
Loading
1.58 KB
Loading
-127 Bytes
Loading
1.04 KB
Loading
2.55 KB
Loading
1.58 KB
Loading
3.75 KB
Loading
3.56 KB
Loading

0 commit comments

Comments
 (0)