Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/update-ios-binaries'
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed May 18, 2024
2 parents 9cbc0cd + b8aaa81 commit 2a1126d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions native/ios/SDL3.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<key>LibraryPath</key>
Expand All @@ -17,18 +19,8 @@
<string>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SDL3.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -44,6 +36,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/Versions/A/SDL3</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
Expand All @@ -57,6 +51,8 @@
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -71,6 +67,20 @@
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SDL3.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
Expand Down
Binary file modified native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist
Binary file not shown.
Binary file modified native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2a1126d

Please sign in to comment.