Skip to content

Commit be01610

Browse files
authored
Merge pull request #58 from xendit/CC-7551/add-retokenize-spm
[CC-7551] Add retokenize for SPM
2 parents 1443a51 + fd22c8a commit be01610

File tree

216 files changed

+1904
-1884
lines changed

Some content is hidden

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

216 files changed

+1904
-1884
lines changed

CardinalMobile.framework/Assets.car

-109 KB
Binary file not shown.
Binary file not shown.
-8.33 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-2.95 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CardinalMobile.xcframework/Info.plist

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,24 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_armv7</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>CardinalMobile.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>armv7</string>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
1918
</dict>
2019
<dict>
2120
<key>LibraryIdentifier</key>
22-
<string>ios-arm64_i386_x86_64-simulator</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2322
<key>LibraryPath</key>
2423
<string>CardinalMobile.framework</string>
2524
<key>SupportedArchitectures</key>
2625
<array>
2726
<string>arm64</string>
28-
<string>i386</string>
2927
<string>x86_64</string>
3028
</array>
3129
<key>SupportedPlatform</key>
Binary file not shown.

CardinalMobile.framework/Headers/CardinalSessionConfiguration.h renamed to CardinalMobile.xcframework/ios-arm64/CardinalMobile.framework/Headers/CardinalSessionConfiguration.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ extern NSUInteger const CardinalSessionTimeoutDEFAULT;
172172
@property (nonatomic, strong) UiCustomization *uiCustomization;
173173

174174
/*!
175-
* @property darkModeUiCustomization UI Customization of Dark Mode Challenge Views
175+
* @property darkUiCustomization UI Customization of Dark Mode Challenge Views
176176
* @brief Set the customization of different UITypes for Dark Mode Challege Views.
177177
* Default value is nil.
178178
*/
179-
@property (nonatomic, strong) UiCustomization *darkModeUiCustomization;
179+
@property (nonatomic, strong) UiCustomization *darkUiCustomization;
180180

181181
/*!
182182
* @property enableDFSync Synchronize Setup Task with Lasso
+5
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@
2727
*/
2828
@property (nonatomic, strong) NSString* buttonText;
2929

30+
/**
31+
* @property buttonFontSize Font Size for the button.
32+
*/
33+
@property int buttonFontSize;
34+
3035
@end
Binary file not shown.
Binary file not shown.

CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalSessionConfiguration.h

-202
This file was deleted.
Binary file not shown.

CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/AuthenticationRequestParameters.h

-91
This file was deleted.

CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ButtonCustomization.h

-25
This file was deleted.

CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalCMSDK.h

-15
This file was deleted.

0 commit comments

Comments
 (0)