-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix programmatic seek latency and sequence issues * Add Carthage binary project specification * Clear customer metadata stored under `playerName` when `destroyPlayer` is called * Add device detection info new properties for overrides support * Update release documentation Co-authored-by: Stephanie Zuniga <[email protected]> Co-authored-by: Nidhi Kulkarni <[email protected]>
- Loading branch information
1 parent
d5ba624
commit 2bf2124
Showing
37 changed files
with
188 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"2.9.0": "https://github.com/muxinc/mux-stats-sdk-avplayer/releases/download/v2.9.0/MUXSDKStats.xcframework.zip" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
PODS: | ||
- Mux-Stats-Core (3.6.0) | ||
- Mux-Stats-Core (3.8.0) | ||
|
||
DEPENDENCIES: | ||
- Mux-Stats-Core (~> 3.6) | ||
- Mux-Stats-Core (~> 3.8) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Mux-Stats-Core | ||
|
||
SPEC CHECKSUMS: | ||
Mux-Stats-Core: 03cde928286545cf8dfe77fad0ebbb11a1b040f3 | ||
Mux-Stats-Core: cb72e59db58a12f04a54a7634567f20f16b9453a | ||
|
||
PODFILE CHECKSUM: 2463956ba68f1f0de0fc1f3f9d41972d515d7345 | ||
PODFILE CHECKSUM: 73ee487459a1bf5b64b99b9823e6f6eb1744d2c2 | ||
|
||
COCOAPODS: 1.11.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Mux-Stats-AVPlayer' | ||
|
||
s.version = '2.8.0' | ||
s.version = '2.9.0' | ||
s.source = { :git => 'https://github.com/muxinc/mux-stats-sdk-avplayer.git', | ||
:tag => "v#{s.version}" } | ||
|
||
|
@@ -14,7 +14,7 @@ Pod::Spec.new do |s| | |
s.license = 'Apache 2.0' | ||
s.author = { 'Mux' => '[email protected]' } | ||
|
||
s.dependency 'Mux-Stats-Core', '~>3.6' | ||
s.dependency 'Mux-Stats-Core', '~>3.8' | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.ios.vendored_frameworks = 'XCFramework/MUXSDKStats.xcframework' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/ios-arm64_armv7/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+16.3 KB
(100%)
XCFramework/MUXSDKStats.xcframework/ios-arm64_armv7/MUXSDKStats.framework/MUXSDKStats
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.../MUXSDKStats.xcframework/ios-arm64_i386_x86_64-simulator/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+304 Bytes
(100%)
...MUXSDKStats.xcframework/ios-arm64_i386_x86_64-simulator/MUXSDKStats.framework/MUXSDKStats
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+304 Bytes
(100%)
...ats.xcframework/ios-arm64_x86_64-maccatalyst/MUXSDKStats.framework/Versions/A/MUXSDKStats
Binary file not shown.
Oops, something went wrong.