Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Aug 22, 2021
1 parent bcb99de commit 541341e
Show file tree
Hide file tree
Showing 27 changed files with 1,622 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion Demo/Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'cocoapods', '1.10.1'
gem 'cocoapods', '1.10.2'
2 changes: 1 addition & 1 deletion Demo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 6a7350b0c0629dbfc8fb3b0920d69c23f927024c

COCOAPODS: 1.10.1
COCOAPODS: 1.10.2
10 changes: 5 additions & 5 deletions Demo/Pods/FFmpeg.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,039 changes: 1,056 additions & 983 deletions Demo/Pods/KSPlayer.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Demo/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Demo/Pods/Openssl.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 46 additions & 46 deletions Demo/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Demo/Pods/SwiftLint.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Demo/demo-iOS/demo-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
AC08616F20B69A4500D801FC /* demo_iOSUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC08616E20B69A4500D801FC /* demo_iOSUITests.swift */; };
AC08619620B69AB400D801FC /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC08619420B69AB400D801FC /* DetailViewController.swift */; };
AC08619720B69AB400D801FC /* MasterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC08619520B69AB400D801FC /* MasterViewController.swift */; };
AC21D0E626D226B40007891C /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC21D0E526D226B40007891C /* RootViewController.swift */; };
AC3E54AB24B9E810002B6B1B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AC3E498E24B9CB5E002B6B1B /* LaunchScreen.storyboard */; };
AC3E54AC24B9E815002B6B1B /* Localized.strings in Resources */ = {isa = PBXBuildFile; fileRef = AC3E491D24B98CEB002B6B1B /* Localized.strings */; };
AC458DE621DF830F00BD4CF9 /* AudioViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC458DE521DF830F00BD4CF9 /* AudioViewController.swift */; };
Expand Down Expand Up @@ -58,6 +59,7 @@
AC08619420B69AB400D801FC /* DetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
AC08619520B69AB400D801FC /* MasterViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = "<group>"; };
AC155F1223AFA9F40092D004 /* demo-iOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "demo-iOS.entitlements"; sourceTree = "<group>"; };
AC21D0E526D226B40007891C /* RootViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = "<group>"; };
AC3E498C24B9CA67002B6B1B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localized.strings"; sourceTree = "<group>"; };
AC3E498E24B9CB5E002B6B1B /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
AC458DE521DF830F00BD4CF9 /* AudioViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -131,6 +133,7 @@
children = (
AC155F1223AFA9F40092D004 /* demo-iOS.entitlements */,
AC08614E20B69A4500D801FC /* AppDelegate.swift */,
AC21D0E526D226B40007891C /* RootViewController.swift */,
AC08619420B69AB400D801FC /* DetailViewController.swift */,
AC08619520B69AB400D801FC /* MasterViewController.swift */,
AC458DE521DF830F00BD4CF9 /* AudioViewController.swift */,
Expand Down Expand Up @@ -375,6 +378,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AC21D0E626D226B40007891C /* RootViewController.swift in Sources */,
AC08619720B69AB400D801FC /* MasterViewController.swift in Sources */,
AC458DE621DF830F00BD4CF9 /* AudioViewController.swift in Sources */,
AC08619620B69AB400D801FC /* DetailViewController.swift in Sources */,
Expand Down
Loading

0 comments on commit 541341e

Please sign in to comment.