Skip to content

Commit

Permalink
Add lyrics and some other UI tweaks (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuantongL authored Sep 30, 2020
1 parent 403566a commit 8210ea9
Show file tree
Hide file tree
Showing 85 changed files with 3,503 additions and 923 deletions.
2 changes: 2 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
disabled_rules:
- trailing_whitespace
- identifier_name
excluded:
- Pods
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target 'YToke' do
pod "XCDYouTubeKit", "~> 2.14.1"
pod 'SwiftLint'
pod 'SDWebImage', '~> 5.0'
pod 'SpotlightLyrics', :git => 'https://github.com/YuantongL/SpotlightLyrics.git'
end

target 'YTokeTests' do
Expand Down
17 changes: 16 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ PODS:
- SDWebImage/Core (= 5.8.4)
- SDWebImage/Core (5.8.4)
- Sparkle (1.23.0)
- SpotlightLyrics (0.1.5):
- SpotlightLyrics/iOS (= 0.1.5)
- SpotlightLyrics/Mac (= 0.1.5)
- SpotlightLyrics/Mac (0.1.5)
- SwiftLint (0.39.2)
- XCDYouTubeKit (2.14.1)

DEPENDENCIES:
- SDWebImage (~> 5.0)
- Sparkle
- SpotlightLyrics (from `https://github.com/YuantongL/SpotlightLyrics.git`)
- SwiftLint
- XCDYouTubeKit (~> 2.14.1)

Expand All @@ -19,12 +24,22 @@ SPEC REPOS:
- SwiftLint
- XCDYouTubeKit

EXTERNAL SOURCES:
SpotlightLyrics:
:git: https://github.com/YuantongL/SpotlightLyrics.git

CHECKOUT OPTIONS:
SpotlightLyrics:
:commit: 9cad9aeef763d9109dfa8981c01ff97488df27ee
:git: https://github.com/YuantongL/SpotlightLyrics.git

SPEC CHECKSUMS:
SDWebImage: cf6922231e95550934da2ada0f20f2becf2ceba9
Sparkle: 55b1a87ba69d56913375a281546b7c82dec95bb0
SpotlightLyrics: 3c38a2320ac70306f8df71b7b31d1bf7181ff6d6
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447
XCDYouTubeKit: 5d50bbacdd9fedf26fb578bab901d946ff3d064c

PODFILE CHECKSUM: 6f2e71d96e6b62867f47a297bc9312f7e992f562
PODFILE CHECKSUM: b3f952136adca834c40be1ab18850d1f3f797195

COCOAPODS: 1.8.4
39 changes: 39 additions & 0 deletions Pods/Local Podspecs/SpotlightLyrics.podspec.json

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

17 changes: 16 additions & 1 deletion Pods/Manifest.lock

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

1,602 changes: 913 additions & 689 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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.

21 changes: 21 additions & 0 deletions Pods/SpotlightLyrics/LICENSE

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

126 changes: 126 additions & 0 deletions Pods/SpotlightLyrics/README.md

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

21 changes: 21 additions & 0 deletions Pods/SpotlightLyrics/SpotlightLyrics/Common/Extensions.swift

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

Loading

0 comments on commit 8210ea9

Please sign in to comment.