diff options
author | Shav Kinderlehrer <[email protected]> | 2023-12-23 14:15:01 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-12-23 14:15:01 -0500 |
commit | 53bdc33ac7e97e1c51dd27c8cb1943c7608b49d6 (patch) | |
tree | 8a34198d0865d745333a2b12e068d2bcbdb1db18 /Jel.xcodeproj/project.pbxproj | |
parent | a25acb1219d506351717edef8ad728abcdaf50f9 (diff) | |
download | jel-53bdc33ac7e97e1c51dd27c8cb1943c7608b49d6.tar.gz jel-53bdc33ac7e97e1c51dd27c8cb1943c7608b49d6.zip |
Use Nuke to load images + start movieView
Diffstat (limited to 'Jel.xcodeproj/project.pbxproj')
-rw-r--r-- | Jel.xcodeproj/project.pbxproj | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Jel.xcodeproj/project.pbxproj b/Jel.xcodeproj/project.pbxproj index 020a200..9a1e3cd 100644 --- a/Jel.xcodeproj/project.pbxproj +++ b/Jel.xcodeproj/project.pbxproj @@ -9,6 +9,10 @@ /* Begin PBXBuildFile section */ 3D1015D92B27F57400F5C29A /* AddServerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D1015D82B27F57400F5C29A /* AddServerView.swift */; }; 3D1015E42B28000E00F5C29A /* AuthStateController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D1015E32B28000E00F5C29A /* AuthStateController.swift */; }; + 3D13F95A2B375A9E00E91913 /* Nuke in Frameworks */ = {isa = PBXBuildFile; productRef = 3D13F9592B375A9E00E91913 /* Nuke */; }; + 3D13F95C2B375A9E00E91913 /* NukeUI in Frameworks */ = {isa = PBXBuildFile; productRef = 3D13F95B2B375A9E00E91913 /* NukeUI */; }; + 3D13F95F2B375DB800E91913 /* ItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D13F95E2B375DB800E91913 /* ItemView.swift */; }; + 3D13F9612B37637500E91913 /* ItemMovieView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D13F9602B37637500E91913 /* ItemMovieView.swift */; }; 3D16FC3C2B2CDFB500E6D8B3 /* DashboardLibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D16FC3B2B2CDFB500E6D8B3 /* DashboardLibraryView.swift */; }; 3D41D1F52B2C962500E58234 /* AppearancePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D41D1F42B2C962500E58234 /* AppearancePicker.swift */; }; 3D41D1FA2B2CAE0000E58234 /* LibraryIconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D41D1F92B2CAE0000E58234 /* LibraryIconView.swift */; }; @@ -67,6 +71,8 @@ 3D1015D42B27F49000F5C29A /* JellyfinKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = JellyfinKit; path = ../JellyfinKit; sourceTree = "<group>"; }; 3D1015D82B27F57400F5C29A /* AddServerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddServerView.swift; sourceTree = "<group>"; }; 3D1015E32B28000E00F5C29A /* AuthStateController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthStateController.swift; sourceTree = "<group>"; }; + 3D13F95E2B375DB800E91913 /* ItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemView.swift; sourceTree = "<group>"; }; + 3D13F9602B37637500E91913 /* ItemMovieView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemMovieView.swift; sourceTree = "<group>"; }; 3D16FC3B2B2CDFB500E6D8B3 /* DashboardLibraryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashboardLibraryView.swift; sourceTree = "<group>"; }; 3D41D1F42B2C962500E58234 /* AppearancePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppearancePicker.swift; sourceTree = "<group>"; }; 3D41D1F92B2CAE0000E58234 /* LibraryIconView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibraryIconView.swift; sourceTree = "<group>"; }; @@ -98,9 +104,11 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 3D13F95C2B375A9E00E91913 /* NukeUI in Frameworks */, 3D77093B2B29139700199889 /* PulseUI in Frameworks */, 3D7709392B29139700199889 /* Pulse in Frameworks */, 3D9064592B27E4C70063DD2A /* JellyfinKit in Frameworks */, + 3D13F95A2B375A9E00E91913 /* Nuke in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -152,9 +160,19 @@ path = Models; sourceTree = "<group>"; }; + 3D13F95D2B375DAC00E91913 /* Item */ = { + isa = PBXGroup; + children = ( + 3D13F95E2B375DB800E91913 /* ItemView.swift */, + 3D13F9602B37637500E91913 /* ItemMovieView.swift */, + ); + path = Item; + sourceTree = "<group>"; + }; 3D8AB2A62B366309005BD7D0 /* Library */ = { isa = PBXGroup; children = ( + 3D13F95D2B375DAC00E91913 /* Item */, 3D41D1F92B2CAE0000E58234 /* LibraryIconView.swift */, 3D8AB2A72B366353005BD7D0 /* LibraryDetailView.swift */, ); @@ -271,6 +289,8 @@ 3D9064582B27E4C70063DD2A /* JellyfinKit */, 3D7709382B29139700199889 /* Pulse */, 3D77093A2B29139700199889 /* PulseUI */, + 3D13F9592B375A9E00E91913 /* Nuke */, + 3D13F95B2B375A9E00E91913 /* NukeUI */, ); productName = Jel; productReference = 3D9063C72B279A310063DD2A /* Jel.app */; @@ -346,6 +366,7 @@ mainGroup = 3D9063BE2B279A310063DD2A; packageReferences = ( 3D7709372B29139700199889 /* XCRemoteSwiftPackageReference "Pulse" */, + 3D13F9582B375A9E00E91913 /* XCRemoteSwiftPackageReference "Nuke" */, ); productRefGroup = 3D9063C82B279A310063DD2A /* Products */; projectDirPath = ""; @@ -397,12 +418,14 @@ 3D91FDC92B28C62800919017 /* SignInView.swift in Sources */, 3D8AB2A82B366353005BD7D0 /* LibraryDetailView.swift in Sources */, 3DDD67932B293BC40026781E /* DashboardView.swift in Sources */, + 3D13F9612B37637500E91913 /* ItemMovieView.swift in Sources */, 3D41D1FA2B2CAE0000E58234 /* LibraryIconView.swift in Sources */, 3D8AB2A52B36440D005BD7D0 /* BlurHashDecode.swift in Sources */, 3DC6BA2D2B2A422300416B9F /* SettingsController.swift in Sources */, 3D91FDCB2B28CA2500919017 /* SignInToServerView.swift in Sources */, 3D16FC3C2B2CDFB500E6D8B3 /* DashboardLibraryView.swift in Sources */, 3D1015E42B28000E00F5C29A /* AuthStateController.swift in Sources */, + 3D13F95F2B375DB800E91913 /* ItemView.swift in Sources */, 3DDD67962B29E28B0026781E /* SettingsView.swift in Sources */, 3D41D1F52B2C962500E58234 /* AppearancePicker.swift in Sources */, ); @@ -769,6 +792,14 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ + 3D13F9582B375A9E00E91913 /* XCRemoteSwiftPackageReference "Nuke" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/kean/Nuke"; + requirement = { + kind = upToNextMinorVersion; + minimumVersion = 12.2.0; + }; + }; 3D7709372B29139700199889 /* XCRemoteSwiftPackageReference "Pulse" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/kean/Pulse"; @@ -780,6 +811,16 @@ /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ + 3D13F9592B375A9E00E91913 /* Nuke */ = { + isa = XCSwiftPackageProductDependency; + package = 3D13F9582B375A9E00E91913 /* XCRemoteSwiftPackageReference "Nuke" */; + productName = Nuke; + }; + 3D13F95B2B375A9E00E91913 /* NukeUI */ = { + isa = XCSwiftPackageProductDependency; + package = 3D13F9582B375A9E00E91913 /* XCRemoteSwiftPackageReference "Nuke" */; + productName = NukeUI; + }; 3D7709382B29139700199889 /* Pulse */ = { isa = XCSwiftPackageProductDependency; package = 3D7709372B29139700199889 /* XCRemoteSwiftPackageReference "Pulse" */; |