Skip to content

Commit

Permalink
add shim
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed May 4, 2021
1 parent 5337d10 commit 85cd1da
Show file tree
Hide file tree
Showing 102 changed files with 1,299 additions and 1,060 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3
5.4
1 change: 0 additions & 1 deletion Demo/Cartfile

This file was deleted.

6 changes: 3 additions & 3 deletions Demo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def common
end
target 'demo-iOS' do
project 'demo-iOS/demo-iOS.xcodeproj'
platform :ios, 10.0
platform :ios, 11.0
common
end

Expand All @@ -21,12 +21,12 @@ end

target 'demo-SwiftUI' do
project 'demo-SwiftUI/demo-SwiftUI.xcodeproj'
platform :ios, 10.0
platform :ios, 11.0
common
end

target 'demo-tvOS' do
project 'demo-tvOS/demo-tvOS.xcodeproj'
platform :tvos, 10.2
platform :tvos, 11.0
common
end
14 changes: 7 additions & 7 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- FFmpeg (4.3.1):
- FFmpeg/FFmpeg (= 4.3.1)
- FFmpeg/FFmpeg (4.3.1):
- FFmpeg (4.4):
- FFmpeg/FFmpeg (= 4.4)
- FFmpeg/FFmpeg (4.4):
- OpenSSL
- KSPlayer (1.0):
- KSPlayer/Audio (= 1.0)
Expand Down Expand Up @@ -59,11 +59,11 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
FFmpeg: 7e46f1cb623b95bc3956b1c04134e39cb21e8877
KSPlayer: ed0857c61f11bb0fbd9e97176d99a13fdce95840
OpenSSL: 14d697b174fe7d4b3e7bf0b4c74bb4b23cc2b2bf
FFmpeg: 411e46c4d9257a7bca2e26be633751bba9bd17dd
KSPlayer: 367b81f162f443f66a3000c4e8f343393e49cd2d
OpenSSL: d016bd5616b251ceabf8d8f1630f763c0fb0d15b
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447

PODFILE CHECKSUM: e90c5364c7ac3a1bab3b0549d08e1c65e8394227
PODFILE CHECKSUM: 6a7350b0c0629dbfc8fb3b0920d69c23f927024c

COCOAPODS: 1.10.1
766 changes: 407 additions & 359 deletions Demo/Pods/FFmpeg.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Loading

0 comments on commit 85cd1da

Please sign in to comment.