Skip to content

Commit 11f256d

Browse files
committed
Arabic string bug fixing
1 parent 7451b90 commit 11f256d

File tree

8 files changed

+16
-682
lines changed

8 files changed

+16
-682
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.27"
5+
s.version = "1.0.29"
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_x86_64-simulator</string>
9+
<string>ios-arm64</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>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2118
</dict>
2219
<dict>
2320
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2522
<key>LibraryPath</key>
2623
<string>Ottu.framework</string>
2724
<key>SupportedArchitectures</key>
2825
<array>
2926
<string>arm64</string>
27+
<string>x86_64</string>
3028
</array>
3129
<key>SupportedPlatform</key>
3230
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>
Binary file not shown.

0 commit comments

Comments
 (0)