Skip to content

Commit

Permalink
Releases/4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Oct 14, 2023
1 parent 5777bb5 commit aac86c3
Show file tree
Hide file tree
Showing 20 changed files with 33 additions and 22 deletions.
3 changes: 2 additions & 1 deletion MUXCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"4.4.2": "https://github.com/muxinc/stats-sdk-objc/releases/download/v4.4.2/MUXCore.xcframework.zip",
"4.5.0": "https://github.com/muxinc/stats-sdk-objc/releases/download/v4.5.0/MUXCore.xcframework.zip",
"4.5.1": "https://github.com/muxinc/stats-sdk-objc/releases/download/v4.5.1/MUXCore.xcframework.zip",
"4.5.2": "https://github.com/muxinc/stats-sdk-objc/releases/download/v4.5.2/MUXCore.xcframework.zip"
"4.5.2": "https://github.com/muxinc/stats-sdk-objc/releases/download/v4.5.2/MUXCore.xcframework.zip",
"4.5.3": "https://github.com/muxinc/stats-sdk-objc/releases/download/v4.5.3/MUXCore.xcframework.zip"
}


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

s.version = '4.5.2'
s.version = '4.5.3'

s.source = { :git => 'https://github.com/muxinc/stats-sdk-objc.git',
:tag => "v#{s.version}" }
Expand Down
24 changes: 12 additions & 12 deletions XCFramework/MuxCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,19 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-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>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>MuxCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -32,46 +29,49 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<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>LibraryIdentifier</key>
<string>tvos-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>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-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>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extern NSString * _Nonnull ENV_KEY;
@property (nullable) NSNumber *playerInitTime;
@property (nullable) NSString *playerName;
@property (nullable) NSString *playerVersion;
@property (nullable) NSString *playerSoftwareName;
@property (nullable) NSString *playerSoftwareVersion;
@property (nullable) NSString *propertyKey;
@property (nullable) NSString *environmentKey;
@property (nullable) NSString *subPropertyId;
Expand Down
Binary file not shown.
Binary file modified XCFramework/MuxCore.xcframework/ios-arm64/MuxCore.framework/MuxCore
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extern NSString * _Nonnull ENV_KEY;
@property (nullable) NSNumber *playerInitTime;
@property (nullable) NSString *playerName;
@property (nullable) NSString *playerVersion;
@property (nullable) NSString *playerSoftwareName;
@property (nullable) NSString *playerSoftwareVersion;
@property (nullable) NSString *propertyKey;
@property (nullable) NSString *environmentKey;
@property (nullable) NSString *subPropertyId;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22F82</string>
<string>23A344</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.5.2</string>
<string>4.5.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extern NSString * _Nonnull ENV_KEY;
@property (nullable) NSNumber *playerInitTime;
@property (nullable) NSString *playerName;
@property (nullable) NSString *playerVersion;
@property (nullable) NSString *playerSoftwareName;
@property (nullable) NSString *playerSoftwareVersion;
@property (nullable) NSString *propertyKey;
@property (nullable) NSString *environmentKey;
@property (nullable) NSString *subPropertyId;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</data>
<key>Headers/MUXSDKCustomerPlayerData.h</key>
<data>
T8MjVDzqc28Rvfbs2IXWZ7qQz64=
dzuv6UsqRoYkDNHkbFJjistpHFM=
</data>
<key>Headers/MUXSDKCustomerVideoData.h</key>
<data>
Expand Down Expand Up @@ -218,7 +218,7 @@
</data>
<key>Info.plist</key>
<data>
diGTq9qz+WiiyfSKe5oFzIGpCgk=
qCLLRZB2gukNTsXzrOkUvinZtSA=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -364,7 +364,7 @@
<dict>
<key>hash2</key>
<data>
kMjiD2ngQcZqMF/5l2zygc2JsvLkLhINJoxSnWyyGdk=
sqLC1Htwy51cyKzHB1AS1Nt9DWRfzfiZtVvyNdpY0YI=
</data>
</dict>
<key>Headers/MUXSDKCustomerVideoData.h</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extern NSString * _Nonnull ENV_KEY;
@property (nullable) NSNumber *playerInitTime;
@property (nullable) NSString *playerName;
@property (nullable) NSString *playerVersion;
@property (nullable) NSString *playerSoftwareName;
@property (nullable) NSString *playerSoftwareVersion;
@property (nullable) NSString *propertyKey;
@property (nullable) NSString *environmentKey;
@property (nullable) NSString *subPropertyId;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extern NSString * _Nonnull ENV_KEY;
@property (nullable) NSNumber *playerInitTime;
@property (nullable) NSString *playerName;
@property (nullable) NSString *playerVersion;
@property (nullable) NSString *playerSoftwareName;
@property (nullable) NSString *playerSoftwareVersion;
@property (nullable) NSString *propertyKey;
@property (nullable) NSString *environmentKey;
@property (nullable) NSString *subPropertyId;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</data>
<key>Headers/MUXSDKCustomerPlayerData.h</key>
<data>
T8MjVDzqc28Rvfbs2IXWZ7qQz64=
dzuv6UsqRoYkDNHkbFJjistpHFM=
</data>
<key>Headers/MUXSDKCustomerVideoData.h</key>
<data>
Expand Down Expand Up @@ -218,7 +218,7 @@
</data>
<key>Info.plist</key>
<data>
YJcAQ2fA8lgYzxMLHoNy/3W/t6Y=
6JVaYKpesKP3SRZTQYT16Y/+HJU=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -364,7 +364,7 @@
<dict>
<key>hash2</key>
<data>
kMjiD2ngQcZqMF/5l2zygc2JsvLkLhINJoxSnWyyGdk=
sqLC1Htwy51cyKzHB1AS1Nt9DWRfzfiZtVvyNdpY0YI=
</data>
</dict>
<key>Headers/MUXSDKCustomerVideoData.h</key>
Expand Down

0 comments on commit aac86c3

Please sign in to comment.