Skip to content

Commit

Permalink
Releases/v5.0.1 (#120)
Browse files Browse the repository at this point in the history
* build: include privacy manifest
  • Loading branch information
andrewjl-mux authored Apr 18, 2024
1 parent cc50c89 commit 93560ea
Show file tree
Hide file tree
Showing 36 changed files with 9,628 additions and 31 deletions.
1 change: 1 addition & 0 deletions MUXCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"4.6.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v4.6.0/MUXCore.xcframework.zip",
"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",
}


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.0'
s.version = '5.0.1'

s.source = { :git => 'https://github.com/muxinc/stats-sdk-objc.git',
:tag => "v#{s.version}" }
Expand Down
50 changes: 25 additions & 25 deletions XCFramework/MuxCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,57 @@
<array>
<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>
<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>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>ios-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>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>xros</string>
</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>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -62,57 +65,54 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>xros-arm64_x86_64-simulator</string>
<string>tvos-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>
<string>tvos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MuxCore.framework/MuxCore</string>
<key>LibraryIdentifier</key>
<string>xros-arm64</string>
<string>ios-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>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 93560ea

Please sign in to comment.