Skip to content

Commit 5600f7a

Browse files
committed
Apple pay bug fixing
1 parent cd34081 commit 5600f7a

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

Ottu.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = "Ottu"
5-
s.version = "1.0.26"
5+
s.version = "1.0.27"
66
s.summary = "The Ottu iOS SDK makes it quick and easy to build an excellent payment experience in your iOS app."
77
s.description = <<-DESC
88
**Simplified security**: We make it simple for you to collect sensitive data such as credit card numbers and remain PCI compliant.

Source/Ottu.xcframework/Info.plist

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>Ottu.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15+
<string>x86_64</string>
1516
</array>
1617
<key>SupportedPlatform</key>
1718
<string>ios</string>
19+
<key>SupportedPlatformVariant</key>
20+
<string>simulator</string>
1821
</dict>
1922
<dict>
2023
<key>LibraryIdentifier</key>
21-
<string>ios-arm64_x86_64-simulator</string>
24+
<string>ios-arm64</string>
2225
<key>LibraryPath</key>
2326
<string>Ottu.framework</string>
2427
<key>SupportedArchitectures</key>
2528
<array>
2629
<string>arm64</string>
27-
<string>x86_64</string>
2830
</array>
2931
<key>SupportedPlatform</key>
3032
<string>ios</string>
31-
<key>SupportedPlatformVariant</key>
32-
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>

Source/Ottu.xcframework/ios-arm64/Ottu.framework/Modules/Ottu.swiftmodule/arm64-apple-ios.swiftinterface-e

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public protocol OttuDelegate {
2525
func dismissed()
2626
}
2727
public class Ottu {
28-
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: OttuDelegate)
28+
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: Ottu.OttuDelegate)
2929
@objc deinit
3030
}

Source/Ottu.xcframework/ios-arm64/Ottu.framework/Modules/Ottu.swiftmodule/arm64.swiftinterface-e

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public protocol OttuDelegate {
2525
func dismissed()
2626
}
2727
public class Ottu {
28-
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: OttuDelegate)
28+
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: Ottu.OttuDelegate)
2929
@objc deinit
3030
}
Binary file not shown.

Source/Ottu.xcframework/ios-arm64/Ottu.framework/_CodeSignature/CodeResources

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</data>
5151
<key>Modules/Ottu.swiftmodule/arm64-apple-ios.swiftmodule</key>
5252
<data>
53-
ABpfTjmaEDhYrgxYRxEU7CKg+Zs=
53+
YBDAjo5ODZvbOxYllWjsjwCGJzg=
5454
</data>
5555
<key>Modules/Ottu.swiftmodule/arm64.swiftdoc</key>
5656
<data>
@@ -62,7 +62,7 @@
6262
</data>
6363
<key>Modules/Ottu.swiftmodule/arm64.swiftmodule</key>
6464
<data>
65-
ABpfTjmaEDhYrgxYRxEU7CKg+Zs=
65+
YBDAjo5ODZvbOxYllWjsjwCGJzg=
6666
</data>
6767
<key>Modules/module.modulemap</key>
6868
<data>
@@ -295,7 +295,7 @@
295295
<dict>
296296
<key>hash2</key>
297297
<data>
298-
Zjhxc7dR7aZ+96Xipzo9NeCYuMDKkXITllSKJ5hKX8M=
298+
RioWS9YIGf3FhygAcqDjQ3Z8JtAXYFU+RSMf404D92I=
299299
</data>
300300
</dict>
301301
<key>Modules/Ottu.swiftmodule/arm64.swiftdoc</key>
@@ -316,7 +316,7 @@
316316
<dict>
317317
<key>hash2</key>
318318
<data>
319-
Zjhxc7dR7aZ+96Xipzo9NeCYuMDKkXITllSKJ5hKX8M=
319+
RioWS9YIGf3FhygAcqDjQ3Z8JtAXYFU+RSMf404D92I=
320320
</data>
321321
</dict>
322322
<key>Modules/module.modulemap</key>

Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/Modules/Ottu.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public protocol OttuDelegate {
2525
func dismissed()
2626
}
2727
public class Ottu {
28-
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: OttuDelegate)
28+
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: Ottu.OttuDelegate)
2929
@objc deinit
3030
}

Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/Modules/Ottu.swiftmodule/arm64.swiftinterface-e

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public protocol OttuDelegate {
2525
func dismissed()
2626
}
2727
public class Ottu {
28-
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: OttuDelegate)
28+
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: Ottu.OttuDelegate)
2929
@objc deinit
3030
}

Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/Modules/Ottu.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public protocol OttuDelegate {
2525
func dismissed()
2626
}
2727
public class Ottu {
28-
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: OttuDelegate)
28+
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: Ottu.OttuDelegate)
2929
@objc deinit
3030
}

Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/Modules/Ottu.swiftmodule/x86_64.swiftinterface-e

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public protocol OttuDelegate {
2525
func dismissed()
2626
}
2727
public class Ottu {
28-
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: OttuDelegate)
28+
public init(_ session_id: Swift.String, merchant_id: Swift.String, apiKey: Swift.String, lang: Swift.String = "en", viewController: UIKit.UIViewController, delegate: Ottu.OttuDelegate)
2929
@objc deinit
3030
}
Binary file not shown.

Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/_CodeSignature/CodeResources

+8-8
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</data>
5151
<key>Modules/Ottu.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
5252
<data>
53-
5//rr7UZH7JwGk0XmJiuSDBM3nA=
53+
aZy9CsLJhDeGXgRtCJ+l002zwg4=
5454
</data>
5555
<key>Modules/Ottu.swiftmodule/arm64.swiftdoc</key>
5656
<data>
@@ -62,7 +62,7 @@
6262
</data>
6363
<key>Modules/Ottu.swiftmodule/arm64.swiftmodule</key>
6464
<data>
65-
5//rr7UZH7JwGk0XmJiuSDBM3nA=
65+
aZy9CsLJhDeGXgRtCJ+l002zwg4=
6666
</data>
6767
<key>Modules/Ottu.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
6868
<data>
@@ -74,7 +74,7 @@
7474
</data>
7575
<key>Modules/Ottu.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
7676
<data>
77-
2ZVhxJcrkwDbQyIa2/unW9nziY0=
77+
fXhykKKxJ1nFBpD6uXt1JEVpVUw=
7878
</data>
7979
<key>Modules/Ottu.swiftmodule/x86_64.swiftdoc</key>
8080
<data>
@@ -86,7 +86,7 @@
8686
</data>
8787
<key>Modules/Ottu.swiftmodule/x86_64.swiftmodule</key>
8888
<data>
89-
2ZVhxJcrkwDbQyIa2/unW9nziY0=
89+
fXhykKKxJ1nFBpD6uXt1JEVpVUw=
9090
</data>
9191
<key>Modules/module.modulemap</key>
9292
<data>
@@ -319,7 +319,7 @@
319319
<dict>
320320
<key>hash2</key>
321321
<data>
322-
Z7dhQKwVf7SoQpuNVjZpkfLmATwKYPBQwnrr/ZopQpg=
322+
33EPtczvWGC7Jt0dzVdc3cqputzQxjYMHlbtUg1mlYQ=
323323
</data>
324324
</dict>
325325
<key>Modules/Ottu.swiftmodule/arm64.swiftdoc</key>
@@ -340,7 +340,7 @@
340340
<dict>
341341
<key>hash2</key>
342342
<data>
343-
Z7dhQKwVf7SoQpuNVjZpkfLmATwKYPBQwnrr/ZopQpg=
343+
33EPtczvWGC7Jt0dzVdc3cqputzQxjYMHlbtUg1mlYQ=
344344
</data>
345345
</dict>
346346
<key>Modules/Ottu.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
@@ -361,7 +361,7 @@
361361
<dict>
362362
<key>hash2</key>
363363
<data>
364-
ciaA7hUH5/4A5dgtdAQwCtXfC8ZizMSciksDrxcxz9M=
364+
nceUmtSw1U0+SrAW/MK6syhKtNZShnKUxz1BXw++XaY=
365365
</data>
366366
</dict>
367367
<key>Modules/Ottu.swiftmodule/x86_64.swiftdoc</key>
@@ -382,7 +382,7 @@
382382
<dict>
383383
<key>hash2</key>
384384
<data>
385-
ciaA7hUH5/4A5dgtdAQwCtXfC8ZizMSciksDrxcxz9M=
385+
nceUmtSw1U0+SrAW/MK6syhKtNZShnKUxz1BXw++XaY=
386386
</data>
387387
</dict>
388388
<key>Modules/module.modulemap</key>

0 commit comments

Comments
 (0)