Skip to content

Commit 1844346

Browse files
author
Oleg Gnidets
committed
Update MySQL.xcframework and OpenSSL.xcframework
1 parent f3fcc11 commit 1844346

File tree

56 files changed

+30272
-109
lines changed

Some content is hidden

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

56 files changed

+30272
-109
lines changed

OHMySQL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Pod::Spec.new do |spec|
55
spec.name = 'OHMySQL'
6-
spec.version = '3.3.2'
6+
spec.version = '3.4.0'
77

88
spec.summary = 'The Objective-C wrapper for mysqlclient (MySQL C API)'
99
spec.description = <<-DESC

OHMySQL.xcodeproj/project.pbxproj

Lines changed: 79 additions & 5 deletions
Large diffs are not rendered by default.

OHMySQL.xcodeproj/xcshareddata/xcschemes/OHMySQL-macOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1430"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

OHMySQL.xcodeproj/xcshareddata/xcschemes/OHMySQL.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1430"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

OHMySQL/lib/MySQL.xcframework/Info.plist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,38 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>MySQL.framework/MySQL</string>
9+
<string>MySQL.framework/Versions/A/MySQL</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>macos-arm64_x86_64</string>
1212
<key>LibraryPath</key>
1313
<string>MySQL.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
19-
<string>ios</string>
20+
<string>macos</string>
2021
</dict>
2122
<dict>
2223
<key>BinaryPath</key>
2324
<string>MySQL.framework/MySQL</string>
2425
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
26+
<string>ios-arm64</string>
2627
<key>LibraryPath</key>
2728
<string>MySQL.framework</string>
2829
<key>SupportedArchitectures</key>
2930
<array>
3031
<string>arm64</string>
31-
<string>x86_64</string>
3232
</array>
3333
<key>SupportedPlatform</key>
3434
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3735
</dict>
3836
<dict>
3937
<key>BinaryPath</key>
40-
<string>MySQL.framework/Versions/A/MySQL</string>
38+
<string>MySQL.framework/MySQL</string>
4139
<key>LibraryIdentifier</key>
42-
<string>macos-arm64_x86_64</string>
40+
<string>ios-arm64_x86_64-simulator</string>
4341
<key>LibraryPath</key>
4442
<string>MySQL.framework</string>
4543
<key>SupportedArchitectures</key>
@@ -48,7 +46,9 @@
4846
<string>x86_64</string>
4947
</array>
5048
<key>SupportedPlatform</key>
51-
<string>macos</string>
49+
<string>ios</string>
50+
<key>SupportedPlatformVariant</key>
51+
<string>simulator</string>
5252
</dict>
5353
<dict>
5454
<key>BinaryPath</key>
134 Bytes
Binary file not shown.
84 Bytes
Binary file not shown.
182 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)