-
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.
### Improvements * Relax muxcore pod dependency version, can now update any to 3.x version, 3.12 or higher ### MuxCore Changes * Start a new View if a View receives events after 1 hour of inactivity
- Loading branch information
1 parent
7a32e14
commit 8cdf814
Showing
19 changed files
with
33 additions
and
32 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
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.12.0) | ||
- Mux-Stats-Core (3.14.0) | ||
|
||
DEPENDENCIES: | ||
- Mux-Stats-Core (~> 3.12.0) | ||
- Mux-Stats-Core (~> 3.12) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Mux-Stats-Core | ||
|
||
SPEC CHECKSUMS: | ||
Mux-Stats-Core: 47e36730a0b7e094b68c73737c0ce6cfefc3c3a6 | ||
Mux-Stats-Core: 222a9b4607728d6a770f81e061669f706f90a2e4 | ||
|
||
PODFILE CHECKSUM: 7f87a560dee889ca6971574d5edc8193221a3860 | ||
PODFILE CHECKSUM: b91679b298bd9cd5ce8c4be2ffda66512e28b3bd | ||
|
||
COCOAPODS: 1.11.3 |
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.13.0' | ||
s.version = '2.13.1' | ||
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.12.0' | ||
s.dependency 'Mux-Stats-Core', '~>3.12' | ||
|
||
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
Binary file modified
BIN
+3 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/ios-arm64_armv7/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/ios-arm64_armv7/MUXSDKStats.framework/MUXSDKStats
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
.../MUXSDKStats.xcframework/ios-arm64_i386_x86_64-simulator/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 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
+0 Bytes
(100%)
...ats.xcframework/ios-arm64_x86_64-maccatalyst/MUXSDKStats.framework/Versions/A/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
+3 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/tvos-arm64/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/tvos-arm64/MUXSDKStats.framework/MUXSDKStats
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...work/MUXSDKStats.xcframework/tvos-arm64_x86_64-simulator/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ork/MUXSDKStats.xcframework/tvos-arm64_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