Skip to content

Commit

Permalink
Releases/v5.3.0 (#126)
Browse files Browse the repository at this point in the history
- adds additional dimensions
- adds missing macCatalyst platform to package spec
  • Loading branch information
CFKevinRef authored Feb 21, 2025
1 parent a2fb523 commit 0e084ce
Show file tree
Hide file tree
Showing 66 changed files with 566 additions and 290 deletions.
3 changes: 2 additions & 1 deletion MUXCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"5.1.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.1.0/MUXCore.xcframework.zip",
"5.1.1": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.1.1/MUXCore.xcframework.zip",
"5.1.2": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.1.2/MUXCore.xcframework.zip",
"5.2.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.2.0/MUXCore.xcframework.zip"
"5.2.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.2.0/MUXCore.xcframework.zip",
"5.3.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v5.3.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.2.0'
s.version = '5.3.0'

s.source = { :git => 'https://github.com/muxinc/stats-sdk-objc.git',
:tag => "v#{s.version}" }
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ let package = Package(
name: "MuxCore",
platforms: [
.iOS(.v12),
.macCatalyst(.v13),
.tvOS(.v12),
.visionOS(.v1)
],
Expand Down
1 change: 1 addition & 0 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ let package = Package(
name: "MuxCore",
platforms: [
.iOS(.v12),
.macCatalyst(.v13),
.tvOS(.v12),
],
products: [
Expand Down
32 changes: 16 additions & 16 deletions XCFramework/MuxCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,46 +8,49 @@
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</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>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>xros-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>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<string>MuxCore.framework/Versions/A/MuxCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</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>
Expand All @@ -68,26 +71,23 @@
</dict>
<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>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>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>xros</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>xros-arm64_x86_64-simulator</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -96,7 +96,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
Expand Down
Binary file modified XCFramework/MuxCore.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 0e084ce

Please sign in to comment.