Skip to content

Commit

Permalink
Releases/v5.1.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux authored Aug 16, 2024
1 parent 93560ea commit 856a4a6
Show file tree
Hide file tree
Showing 35 changed files with 147 additions and 132 deletions.
1 change: 1 addition & 0 deletions MUXCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"4.7.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v4.7.0/MUXCore.xcframework.zip",
"5.0.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.0.0/MUXCore.xcframework.zip",
"5.0.1": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.0.1/MUXCore.xcframework.zip",
"5.1.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.1.0/MUXCore.xcframework.zip"
}


2 changes: 1 addition & 1 deletion Mux-Stats-Core.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Mux-Stats-Core'
s.version = '5.0.1'
s.version = '5.1.0'

s.source = { :git => 'https://github.com/muxinc/stats-sdk-objc.git',
:tag => "v#{s.version}" }
Expand Down
38 changes: 19 additions & 19 deletions XCFramework/MuxCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,57 +6,51 @@
<array>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/Versions/A/MuxCore</string>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>xros-arm64_x86_64-simulator</string>
<string>xros-arm64</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>xros-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<string>tvos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<string>MuxCore.framework/Versions/A/MuxCore</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -65,23 +59,26 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>xros-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -104,15 +101,18 @@
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified XCFramework/MuxCore.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 856a4a6

Please sign in to comment.