Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Jan 15, 2024
1 parent 1db7754 commit ef2becb
Show file tree
Hide file tree
Showing 194 changed files with 20,396 additions and 31 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
xcuserdata
.swiftpm
Script
FFmpegKit
Demo/Pods
FFmpegKit
9 changes: 0 additions & 9 deletions Demo/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions Demo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def common
# pod 'Libass',:git => 'https://github.com/kingslay/FFmpegKit.git', :branch => 'main'
# pod 'FFmpegKit',:git => 'https://github.com/kingslay/FFmpegKit.git', :branch => 'main'
# pod 'OpenSSL',:git => 'https://github.com/kingslay/FFmpegKit.git', :branch => 'main'
pod 'SwiftLint'
end
target 'demo-iOS' do
project 'demo-iOS/demo-iOS.xcodeproj'
Expand All @@ -29,7 +28,3 @@ target 'demo-tvOS' do
platform :tvos, 13.0
common
end
#target 'iOS' do
# project 'SwiftUI/SwiftUI.xcodeproj'
# platform :ios, 15.0
#end
71 changes: 71 additions & 0 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
PODS:
- DisplayCriteria (1.1.0)
- FFmpegKit (6.1.0):
- FFmpegKit/FFmpegKit (= 6.1.0)
- FFmpegKit/FFmpegKit (6.1.0):
- Libass
- KSPlayer (1.1.0):
- KSPlayer/Audio (= 1.1.0)
- KSPlayer/AVPlayer (= 1.1.0)
- KSPlayer/Core (= 1.1.0)
- KSPlayer/MEPlayer (= 1.1.0)
- KSPlayer/Metal (= 1.1.0)
- KSPlayer/Subtitle (= 1.1.0)
- KSPlayer/SwiftUI (= 1.1.0)
- KSPlayer/Video (= 1.1.0)
- KSPlayer/Audio (1.1.0):
- KSPlayer/Core
- KSPlayer/AVPlayer (1.1.0):
- DisplayCriteria
- KSPlayer/Core (1.1.0):
- KSPlayer/AVPlayer
- KSPlayer/MEPlayer (1.1.0):
- FFmpegKit
- KSPlayer/AVPlayer
- KSPlayer/Metal
- KSPlayer/Subtitle
- KSPlayer/Metal (1.1.0)
- KSPlayer/Subtitle (1.1.0)
- KSPlayer/SwiftUI (1.1.0):
- KSPlayer/AVPlayer
- KSPlayer/Tests (1.1.0)
- KSPlayer/Video (1.1.0):
- KSPlayer/Core
- KSPlayer/Subtitle
- Libass (0.17.1):
- Libass/Libass (= 0.17.1)
- Libass/Libass (0.17.1)
- OpenSSL (3.1.4):
- OpenSSL/OpenSSL (= 3.1.4)
- OpenSSL/OpenSSL (3.1.4)

DEPENDENCIES:
- DisplayCriteria (from `../`)
- FFmpegKit (from `../FFmpegKit`)
- KSPlayer (from `../`)
- KSPlayer/Tests (from `../`)
- Libass (from `../FFmpegKit`)
- OpenSSL (from `../FFmpegKit`)

EXTERNAL SOURCES:
DisplayCriteria:
:path: "../"
FFmpegKit:
:path: "../FFmpegKit"
KSPlayer:
:path: "../"
Libass:
:path: "../FFmpegKit"
OpenSSL:
:path: "../FFmpegKit"

SPEC CHECKSUMS:
DisplayCriteria: bb0a90faf14b30848bc50ac0516340ce50164187
FFmpegKit: 493ae4ab5daa410bcd171ed555718e8c5ee94081
KSPlayer: cd8c2427873dddcd3a577f8bb230885c06e5ac2e
Libass: e88af2324e1217e3a4c8bdc675f6f23a9dfc7677
OpenSSL: 9a1c748444fb6c045b146e5a55173645e13171a3

PODFILE CHECKSUM: f67210bf3678663628f2c9a2dba2e6ddd88d212d

COCOAPODS: 1.14.3
762 changes: 762 additions & 0 deletions Demo/Pods/DisplayCriteria.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

985 changes: 985 additions & 0 deletions Demo/Pods/FFmpegKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2,222 changes: 2,222 additions & 0 deletions Demo/Pods/KSPlayer.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Loading

0 comments on commit ef2becb

Please sign in to comment.