diff options
author | Shav Kinderlehrer <[email protected]> | 2024-01-13 02:20:20 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-01-13 02:20:20 -0500 |
commit | 4c98eef1201c42100597d0093988db60b03b0e32 (patch) | |
tree | 137c8d612bbbfa2d79f60276801f94b1f0eb568a /Jel.xcodeproj/project.pbxproj | |
parent | 6b8d3372d21149ed0efb4d43bf0cab44bd24f9a4 (diff) | |
download | jel-4c98eef1201c42100597d0093988db60b03b0e32.tar.gz jel-4c98eef1201c42100597d0093988db60b03b0e32.zip |
Start implementing ItemPersonView
Diffstat (limited to 'Jel.xcodeproj/project.pbxproj')
-rw-r--r-- | Jel.xcodeproj/project.pbxproj | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Jel.xcodeproj/project.pbxproj b/Jel.xcodeproj/project.pbxproj index 6237f55..6f74bf0 100644 --- a/Jel.xcodeproj/project.pbxproj +++ b/Jel.xcodeproj/project.pbxproj @@ -48,6 +48,8 @@ 3DDD67932B293BC40026781E /* DashboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDD67922B293BC40026781E /* DashboardView.swift */; }; 3DDD67962B29E28B0026781E /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDD67952B29E28B0026781E /* SettingsView.swift */; }; 3DF1ED3E2B282836000AD8EA /* JellyfinClientController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DF1ED3D2B282836000AD8EA /* JellyfinClientController.swift */; }; + 3DFE7AF72B5260FF005461FE /* ItemPersonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DFE7AF62B5260FF005461FE /* ItemPersonView.swift */; }; + 3DFE7AF92B5264A4005461FE /* ItemPersonDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DFE7AF82B5264A4005461FE /* ItemPersonDetailView.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -122,6 +124,8 @@ 3DDD67922B293BC40026781E /* DashboardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashboardView.swift; sourceTree = "<group>"; }; 3DDD67952B29E28B0026781E /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; 3DF1ED3D2B282836000AD8EA /* JellyfinClientController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JellyfinClientController.swift; sourceTree = "<group>"; }; + 3DFE7AF62B5260FF005461FE /* ItemPersonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemPersonView.swift; sourceTree = "<group>"; }; + 3DFE7AF82B5264A4005461FE /* ItemPersonDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemPersonDetailView.swift; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -299,6 +303,7 @@ isa = PBXGroup; children = ( 3DAFA8EE2B3B707B00D71AD1 /* ItemMovieView.swift */, + 3DFE7AF62B5260FF005461FE /* ItemPersonView.swift */, ); path = Types; sourceTree = "<group>"; @@ -308,6 +313,7 @@ children = ( 3DBAC9E12B4C31BE005F8764 /* ItemPeopleView.swift */, 3DBAC9E92B4C8927005F8764 /* ItemPersonIconView.swift */, + 3DFE7AF82B5264A4005461FE /* ItemPersonDetailView.swift */, ); path = Person; sourceTree = "<group>"; @@ -403,7 +409,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1500; - LastUpgradeCheck = 1500; + LastUpgradeCheck = 1520; TargetAttributes = { 3D9063C62B279A310063DD2A = { CreatedOnToolsVersion = 15.0.1; @@ -483,6 +489,7 @@ 3D3816C92B4B5648006414D7 /* ItemGenresView.swift in Sources */, 3DAFA8EC2B394F9F00D71AD1 /* ViewExtensions.swift in Sources */, 3D9063CB2B279A310063DD2A /* JelApp.swift in Sources */, + 3DFE7AF92B5264A4005461FE /* ItemPersonDetailView.swift in Sources */, 3DBAC9E42B4C7404005F8764 /* UIScreenCurrent.swift in Sources */, 3D13F9692B389FA300E91913 /* ViewOffsetKey.swift in Sources */, 3D91FDCD2B2907E800919017 /* JellyfinDateFormatter.swift in Sources */, @@ -492,6 +499,7 @@ 3D8AB2A82B366353005BD7D0 /* LibraryDetailView.swift in Sources */, 3DDD67932B293BC40026781E /* DashboardView.swift in Sources */, 3D13F9612B37637500E91913 /* ItemMediaView.swift in Sources */, + 3DFE7AF72B5260FF005461FE /* ItemPersonView.swift in Sources */, 3D41D1FA2B2CAE0000E58234 /* ItemIconView.swift in Sources */, 3D8AB2A52B36440D005BD7D0 /* BlurHashDecode.swift in Sources */, 3DBAC9EA2B4C8927005F8764 /* ItemPersonIconView.swift in Sources */, @@ -665,6 +673,7 @@ CODE_SIGN_ENTITLEMENTS = Jel/Jel.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"Jel/Preview Content\""; DEVELOPMENT_TEAM = H4TSJQG42B; ENABLE_HARDENED_RUNTIME = YES; @@ -705,6 +714,7 @@ CODE_SIGN_ENTITLEMENTS = Jel/Jel.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"Jel/Preview Content\""; DEVELOPMENT_TEAM = H4TSJQG42B; ENABLE_HARDENED_RUNTIME = YES; @@ -743,6 +753,7 @@ BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = H4TSJQG42B; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; @@ -766,6 +777,7 @@ BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = H4TSJQG42B; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; @@ -788,6 +800,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = H4TSJQG42B; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; @@ -810,6 +823,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = H4TSJQG42B; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; |