Skip to content

Commit

Permalink
Swift CI AlgoModels package
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p authored and github-actions[bot] committed Mar 4, 2025
1 parent 7a54d23 commit 469a875
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<array>
<dict>
<key>BinaryPath</key>
<string>libalgo_models_ffi-ios-sim.dylib</string>
<string>libalgo_models_ffi-catalyst.dylib</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>libalgo_models_ffi-ios-sim.dylib</string>
<string>libalgo_models_ffi-catalyst.dylib</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
Expand All @@ -21,7 +21,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -41,13 +41,13 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>libalgo_models_ffi-catalyst.dylib</string>
<string>libalgo_models_ffi-ios-sim.dylib</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libalgo_models_ffi-catalyst.dylib</string>
<string>libalgo_models_ffi-ios-sim.dylib</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
Expand All @@ -56,7 +56,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand Down

0 comments on commit 469a875

Please sign in to comment.