-
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.
* Deprecate old custom beacon implementation and add new beaconCollectionDomain parameter that does not append the key to the url. Authored-by: Stephanie Zúñiga <[email protected]>
- Loading branch information
1 parent
8b59165
commit 7a32e14
Showing
28 changed files
with
338 additions
and
63 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"2.11.0": "https://github.com/muxinc/mux-stats-sdk-avplayer/releases/download/v2.11.0/MUXSDKStats.xcframework.zip", | ||
"2.12.0": "https://github.com/muxinc/mux-stats-sdk-avplayer/releases/download/v2.12.0/MUXSDKStats.xcframework.zip", | ||
"2.12.1": "https://github.com/muxinc/mux-stats-sdk-avplayer/releases/download/v2.12.1/MUXSDKStats.xcframework.zip" | ||
"2.12.1": "https://github.com/muxinc/mux-stats-sdk-avplayer/releases/download/v2.12.1/MUXSDKStats.xcframework.zip", | ||
"2.13.0": "https://github.com/muxinc/mux-stats-sdk-avplayer/releases/download/v2.13.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
PODS: | ||
- Mux-Stats-Core (3.10.0) | ||
- Mux-Stats-Core (3.12.0) | ||
|
||
DEPENDENCIES: | ||
- Mux-Stats-Core (~> 3.10.0) | ||
- Mux-Stats-Core (~> 3.12.0) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Mux-Stats-Core | ||
|
||
SPEC CHECKSUMS: | ||
Mux-Stats-Core: 2cd8ff20a06caff6a3df84b43c1785337f92f6d1 | ||
Mux-Stats-Core: 47e36730a0b7e094b68c73737c0ce6cfefc3c3a6 | ||
|
||
PODFILE CHECKSUM: 3028f91c0c7010fc9776e9460d95512cdd3827ba | ||
PODFILE CHECKSUM: 7f87a560dee889ca6971574d5edc8193221a3860 | ||
|
||
COCOAPODS: 1.11.2 | ||
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.12.1' | ||
s.version = '2.13.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.10.0' | ||
s.dependency 'Mux-Stats-Core', '~>3.12.0' | ||
|
||
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
Oops, something went wrong.