Skip to content

Commit af9c5ee

Browse files
committed
require new MuxCore
1 parent 3ee9488 commit af9c5ee

File tree

7 files changed

+17
-30
lines changed

7 files changed

+17
-30
lines changed

Examples/DemoApp/Podfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,4 @@ platform :ios, '12.0'
33
target 'DemoApp' do
44
use_frameworks!
55
pod 'Mux-Stats-AVPlayer', :path => '../..'
6-
7-
end
8-
9-
post_install do |installer|
10-
installer.generated_projects.each do |project|
11-
project.targets.each do |target|
12-
target.build_configurations.each do |config|
13-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
14-
end
15-
end
16-
project.build_configurations.each do |config|
17-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
18-
end
19-
end
206
end

Examples/DemoApp/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Mux-Stats-AVPlayer (4.6.0):
3-
- Mux-Stats-Core (~> 5.4.0)
4-
- Mux-Stats-Core (5.4.0)
2+
- Mux-Stats-AVPlayer (4.7.0):
3+
- Mux-Stats-Core (~> 5.5.0)
4+
- Mux-Stats-Core (5.5.0)
55

66
DEPENDENCIES:
77
- Mux-Stats-AVPlayer (from `../..`)
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: "../.."
1616

1717
SPEC CHECKSUMS:
18-
Mux-Stats-AVPlayer: 62d543af87030b673df6f53ab07c5f864e6d296e
19-
Mux-Stats-Core: 9ae80f0e927076488f3a09a4cd35ca8d41526200
18+
Mux-Stats-AVPlayer: 316ab02d3d32ab0935a86303e73275718673e8bd
19+
Mux-Stats-Core: 4d39c68da0c40b480bda5955ada3fc346a21f06e
2020

21-
PODFILE CHECKSUM: 2798a115ec031481012fedb346a4cedb9ab21116
21+
PODFILE CHECKSUM: f3cd1339a676bf25931d4cc0f37b559b35da2dba
2222

2323
COCOAPODS: 1.16.2

Examples/MUXSDKStatsExampleSPM/MUXSDKStatsExampleSPM.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Fixtures/IntegrationTests/IntegrationTests.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mux-Stats-AVPlayer.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ Pod::Spec.new do |s|
1414
s.license = 'Apache 2.0'
1515
s.author = { 'Mux' => '[email protected]' }
1616

17-
s.dependency 'Mux-Stats-Core', '~> 5.4.0'
17+
s.dependency 'Mux-Stats-Core', '~> 5.5.0'
1818

1919
s.frameworks = 'AVKit', 'AVFoundation', 'SystemConfiguration', 'CoreMedia'
2020

2121
s.ios.deployment_target = '12.0'
2222
s.tvos.deployment_target = '12.0'
23+
s.visionos.deployment_target = '1.0'
2324

2425
s.module_name = 'MUXSDKStats'
2526
s.source_files = 'Sources/MUXSDKStats/**/*.{h,m}', 'Sources/MUXSDKStatsInternal/**/*.swift'

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
dependencies: [
1717
.package(
1818
url: "https://github.com/muxinc/stats-sdk-objc.git",
19-
.upToNextMinor(from: "5.4.0")),
19+
from: "5.5.0"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)