diff options
author | Shav Kinderlehrer <[email protected]> | 2024-01-07 21:21:36 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-01-07 21:21:36 -0500 |
commit | e807d063195b1299dcaeb6e7213d7e3d300a3112 (patch) | |
tree | 27240514cc15ba0b2c64f41e658329be02ffd1ae /Jel.xcodeproj/project.pbxproj | |
parent | 3f74421e5b33e9e284197ef8d8f5e27fc1dc2a22 (diff) | |
download | jel-e807d063195b1299dcaeb6e7213d7e3d300a3112.tar.gz jel-e807d063195b1299dcaeb6e7213d7e3d300a3112.zip |
Fix ItemMediaView NavigationTitle + Implement Genre Filtering
Diffstat (limited to 'Jel.xcodeproj/project.pbxproj')
-rw-r--r-- | Jel.xcodeproj/project.pbxproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Jel.xcodeproj/project.pbxproj b/Jel.xcodeproj/project.pbxproj index 9846bd4..2190f02 100644 --- a/Jel.xcodeproj/project.pbxproj +++ b/Jel.xcodeproj/project.pbxproj @@ -18,6 +18,7 @@ 3D13F96F2B38A32500E91913 /* StickyHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D13F96E2B38A32500E91913 /* StickyHeaderView.swift */; }; 3D16FC3C2B2CDFB500E6D8B3 /* DashboardLibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D16FC3B2B2CDFB500E6D8B3 /* DashboardLibraryView.swift */; }; 3D3816C92B4B5648006414D7 /* ItemGenresView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3816C82B4B5648006414D7 /* ItemGenresView.swift */; }; + 3D3816CE2B4B78BB006414D7 /* VisibilityTrackingScrollView in Frameworks */ = {isa = PBXBuildFile; productRef = 3D3816CD2B4B78BB006414D7 /* VisibilityTrackingScrollView */; }; 3D41D1F52B2C962500E58234 /* AppearancePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D41D1F42B2C962500E58234 /* AppearancePicker.swift */; }; 3D41D1FA2B2CAE0000E58234 /* ItemIconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D41D1F92B2CAE0000E58234 /* ItemIconView.swift */; }; 3D4C15722B3CAA670035373E /* DashboardSectionTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D4C15712B3CAA670035373E /* DashboardSectionTitleView.swift */; }; @@ -123,6 +124,7 @@ buildActionMask = 2147483647; files = ( 3D13F95C2B375A9E00E91913 /* NukeUI in Frameworks */, + 3D3816CE2B4B78BB006414D7 /* VisibilityTrackingScrollView in Frameworks */, 3D77093B2B29139700199889 /* PulseUI in Frameworks */, 3D7709392B29139700199889 /* Pulse in Frameworks */, 3D9064592B27E4C70063DD2A /* JellyfinKit in Frameworks */, @@ -334,6 +336,7 @@ 3D77093A2B29139700199889 /* PulseUI */, 3D13F9592B375A9E00E91913 /* Nuke */, 3D13F95B2B375A9E00E91913 /* NukeUI */, + 3D3816CD2B4B78BB006414D7 /* VisibilityTrackingScrollView */, ); productName = Jel; productReference = 3D9063C72B279A310063DD2A /* Jel.app */; @@ -410,6 +413,7 @@ packageReferences = ( 3D7709372B29139700199889 /* XCRemoteSwiftPackageReference "Pulse" */, 3D13F9582B375A9E00E91913 /* XCRemoteSwiftPackageReference "Nuke" */, + 3D3816CC2B4B78BA006414D7 /* XCRemoteSwiftPackageReference "VisibilityTrackingScrollView" */, ); productRefGroup = 3D9063C82B279A310063DD2A /* Products */; projectDirPath = ""; @@ -852,6 +856,14 @@ minimumVersion = 12.2.0; }; }; + 3D3816CC2B4B78BA006414D7 /* XCRemoteSwiftPackageReference "VisibilityTrackingScrollView" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/elegantchaos/VisibilityTrackingScrollView"; + requirement = { + kind = upToNextMinorVersion; + minimumVersion = 1.0.0; + }; + }; 3D7709372B29139700199889 /* XCRemoteSwiftPackageReference "Pulse" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/kean/Pulse"; @@ -873,6 +885,11 @@ package = 3D13F9582B375A9E00E91913 /* XCRemoteSwiftPackageReference "Nuke" */; productName = NukeUI; }; + 3D3816CD2B4B78BB006414D7 /* VisibilityTrackingScrollView */ = { + isa = XCSwiftPackageProductDependency; + package = 3D3816CC2B4B78BA006414D7 /* XCRemoteSwiftPackageReference "VisibilityTrackingScrollView" */; + productName = VisibilityTrackingScrollView; + }; 3D7709382B29139700199889 /* Pulse */ = { isa = XCSwiftPackageProductDependency; package = 3D7709372B29139700199889 /* XCRemoteSwiftPackageReference "Pulse" */; |