2021-05-14 21:13:24 +00:00
|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
objectVersion = 52;
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
2021-05-21 23:34:58 +00:00
|
|
|
5302F82A2658791C00647A2E /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = 5302F8292658791C00647A2E /* Sentry */; };
|
2021-05-24 19:28:22 +00:00
|
|
|
53192D5D265AA78A008A4215 /* DeviceProfileBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53192D5C265AA78A008A4215 /* DeviceProfileBuilder.swift */; };
|
2021-05-27 01:24:01 +00:00
|
|
|
53313B90265EEA6D00947AA3 /* VideoPlayer.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 53313B8F265EEA6D00947AA3 /* VideoPlayer.storyboard */; };
|
2021-05-26 15:42:52 +00:00
|
|
|
53352571265EA0A0006CCA86 /* Introspect in Frameworks */ = {isa = PBXBuildFile; productRef = 53352570265EA0A0006CCA86 /* Introspect */; };
|
2021-05-14 21:13:24 +00:00
|
|
|
5338F74E263B61370014BF09 /* ConnectToServerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5338F74D263B61370014BF09 /* ConnectToServerView.swift */; };
|
|
|
|
5338F754263B65E10014BF09 /* SwiftyRequest in Frameworks */ = {isa = PBXBuildFile; productRef = 5338F753263B65E10014BF09 /* SwiftyRequest */; };
|
|
|
|
5338F757263B7E2E0014BF09 /* KeychainSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 5338F756263B7E2E0014BF09 /* KeychainSwift */; };
|
|
|
|
535BAE9F2649E569005FA86D /* ItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 535BAE9E2649E569005FA86D /* ItemView.swift */; };
|
2021-05-27 02:20:06 +00:00
|
|
|
535BAEA5264A151C005FA86D /* VideoPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 535BAEA4264A151C005FA86D /* VideoPlayer.swift */; };
|
2021-05-14 21:13:24 +00:00
|
|
|
5377CBF5263B596A003A4E83 /* JellyfinPlayerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5377CBF4263B596A003A4E83 /* JellyfinPlayerApp.swift */; };
|
|
|
|
5377CBF7263B596A003A4E83 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5377CBF6263B596A003A4E83 /* ContentView.swift */; };
|
|
|
|
5377CBF9263B596B003A4E83 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5377CBF8263B596B003A4E83 /* Assets.xcassets */; };
|
|
|
|
5377CBFC263B596B003A4E83 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5377CBFB263B596B003A4E83 /* Preview Assets.xcassets */; };
|
|
|
|
5377CBFE263B596B003A4E83 /* PersistenceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5377CBFD263B596B003A4E83 /* PersistenceController.swift */; };
|
|
|
|
5377CC01263B596B003A4E83 /* Model.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 5377CBFF263B596B003A4E83 /* Model.xcdatamodeld */; };
|
|
|
|
5389276E263C25100035E14B /* ContinueWatchingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5389276D263C25100035E14B /* ContinueWatchingView.swift */; };
|
|
|
|
53892770263C25230035E14B /* NextUpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5389276F263C25230035E14B /* NextUpView.swift */; };
|
|
|
|
53892772263C8C6F0035E14B /* LoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53892771263C8C6F0035E14B /* LoadingView.swift */; };
|
|
|
|
53892777263CBB000035E14B /* JellyApiTypings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53892776263CBB000035E14B /* JellyApiTypings.swift */; };
|
|
|
|
5389277A263CBFE70035E14B /* SwiftyJSON in Frameworks */ = {isa = PBXBuildFile; productRef = 53892779263CBFE70035E14B /* SwiftyJSON */; };
|
|
|
|
5389277C263CC3DB0035E14B /* BlurHashDecode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5389277B263CC3DB0035E14B /* BlurHashDecode.swift */; };
|
|
|
|
538CD954263E3DC100BB5AF0 /* SDWebImageSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 538CD953263E3DC100BB5AF0 /* SDWebImageSwiftUI */; };
|
2021-05-21 00:09:08 +00:00
|
|
|
53987CA426572C1300E7EA70 /* SeasonItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53987CA326572C1300E7EA70 /* SeasonItemView.swift */; };
|
|
|
|
53987CA626572F0700E7EA70 /* SeriesItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53987CA526572F0700E7EA70 /* SeriesItemView.swift */; };
|
2021-05-21 01:36:26 +00:00
|
|
|
53987CA82657424A00E7EA70 /* EpisodeItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53987CA72657424A00E7EA70 /* EpisodeItemView.swift */; };
|
2021-05-14 21:13:24 +00:00
|
|
|
539B2DA5263BA5B8007FF1A4 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539B2DA4263BA5B8007FF1A4 /* SettingsView.swift */; };
|
|
|
|
53A089D0264DA9DA00D57806 /* MovieItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53A089CF264DA9DA00D57806 /* MovieItemView.swift */; };
|
|
|
|
53D5E3DD264B47EE00BADDC8 /* MobileVLCKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53D5E3DC264B47EE00BADDC8 /* MobileVLCKit.xcframework */; };
|
|
|
|
53D5E3DE264B47EE00BADDC8 /* MobileVLCKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 53D5E3DC264B47EE00BADDC8 /* MobileVLCKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
|
53DF641E263D9C0600A7CD1A /* LibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53DF641D263D9C0600A7CD1A /* LibraryView.swift */; };
|
|
|
|
53E4E647263F6CF100F67C6B /* LibraryFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53E4E646263F6CF100F67C6B /* LibraryFilterView.swift */; };
|
|
|
|
53E4E649263F725B00F67C6B /* MultiSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53E4E648263F725B00F67C6B /* MultiSelector.swift */; };
|
2021-05-16 01:27:09 +00:00
|
|
|
53EE24E6265060780068F029 /* LibrarySearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53EE24E5265060780068F029 /* LibrarySearchView.swift */; };
|
2021-05-14 21:13:24 +00:00
|
|
|
53FF7F2A263CF3F500585C35 /* LatestMediaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53FF7F29263CF3F500585C35 /* LatestMediaView.swift */; };
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD43265F4195009C1D0B /* Moya in Frameworks */ = {isa = PBXBuildFile; productRef = 6273DD42265F4195009C1D0B /* Moya */; };
|
|
|
|
6273DD45265F4195009C1D0B /* CombineMoya in Frameworks */ = {isa = PBXBuildFile; productRef = 6273DD44265F4195009C1D0B /* CombineMoya */; };
|
|
|
|
6273DD48265F41B3009C1D0B /* JellyfinAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6273DD47265F41B3009C1D0B /* JellyfinAPI.swift */; };
|
2021-05-25 19:41:41 +00:00
|
|
|
AE8C3154265D60BF008AA076 /* SettingsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8C3153265D60BF008AA076 /* SettingsModel.swift */; };
|
|
|
|
AE8C3156265D616A008AA076 /* SettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8C3155265D616A008AA076 /* SettingsViewModel.swift */; };
|
|
|
|
AE8C3159265D6F90008AA076 /* bitrates.json in Resources */ = {isa = PBXBuildFile; fileRef = AE8C3158265D6F90008AA076 /* bitrates.json */; };
|
2021-05-14 21:13:24 +00:00
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
2021-05-22 14:03:48 +00:00
|
|
|
5302F8322658B74800647A2E /* CopyFiles */ = {
|
2021-05-14 21:13:24 +00:00
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
dstPath = "";
|
2021-05-22 14:03:48 +00:00
|
|
|
dstSubfolderSpec = 7;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
53D5E3DF264B47EE00BADDC8 /* Embed Frameworks */ = {
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
buildActionMask = 12;
|
|
|
|
dstPath = "";
|
2021-05-14 21:13:24 +00:00
|
|
|
dstSubfolderSpec = 10;
|
|
|
|
files = (
|
|
|
|
53D5E3DE264B47EE00BADDC8 /* MobileVLCKit.xcframework in Embed Frameworks */,
|
|
|
|
);
|
|
|
|
name = "Embed Frameworks";
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
2021-05-24 19:28:22 +00:00
|
|
|
53192D5C265AA78A008A4215 /* DeviceProfileBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceProfileBuilder.swift; sourceTree = "<group>"; };
|
2021-05-27 01:24:01 +00:00
|
|
|
53313B8F265EEA6D00947AA3 /* VideoPlayer.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = VideoPlayer.storyboard; sourceTree = "<group>"; };
|
2021-05-14 21:13:24 +00:00
|
|
|
5338F74D263B61370014BF09 /* ConnectToServerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectToServerView.swift; sourceTree = "<group>"; };
|
|
|
|
535BAE9E2649E569005FA86D /* ItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemView.swift; sourceTree = "<group>"; };
|
2021-05-27 02:20:06 +00:00
|
|
|
535BAEA4264A151C005FA86D /* VideoPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoPlayer.swift; sourceTree = "<group>"; };
|
2021-05-14 21:13:24 +00:00
|
|
|
5377CBF1263B596A003A4E83 /* JellyfinPlayer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JellyfinPlayer.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
5377CBF4263B596A003A4E83 /* JellyfinPlayerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JellyfinPlayerApp.swift; sourceTree = "<group>"; };
|
|
|
|
5377CBF6263B596A003A4E83 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
|
|
5377CBF8263B596B003A4E83 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
|
5377CBFB263B596B003A4E83 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
|
|
5377CBFD263B596B003A4E83 /* PersistenceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceController.swift; sourceTree = "<group>"; };
|
|
|
|
5377CC00263B596B003A4E83 /* JellyfinPlayer.xcdatamodel */ = {isa = PBXFileReference; explicitFileType = wrapper.xcdatamodel; path = JellyfinPlayer.xcdatamodel; sourceTree = "<group>"; };
|
|
|
|
5377CC02263B596B003A4E83 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
5389276D263C25100035E14B /* ContinueWatchingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContinueWatchingView.swift; sourceTree = "<group>"; };
|
|
|
|
5389276F263C25230035E14B /* NextUpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NextUpView.swift; sourceTree = "<group>"; };
|
|
|
|
53892771263C8C6F0035E14B /* LoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingView.swift; sourceTree = "<group>"; };
|
|
|
|
53892776263CBB000035E14B /* JellyApiTypings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JellyApiTypings.swift; sourceTree = "<group>"; };
|
|
|
|
5389277B263CC3DB0035E14B /* BlurHashDecode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurHashDecode.swift; sourceTree = "<group>"; };
|
2021-05-21 00:09:08 +00:00
|
|
|
53987CA326572C1300E7EA70 /* SeasonItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeasonItemView.swift; sourceTree = "<group>"; };
|
|
|
|
53987CA526572F0700E7EA70 /* SeriesItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeriesItemView.swift; sourceTree = "<group>"; };
|
2021-05-21 01:36:26 +00:00
|
|
|
53987CA72657424A00E7EA70 /* EpisodeItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EpisodeItemView.swift; sourceTree = "<group>"; };
|
2021-05-14 21:13:24 +00:00
|
|
|
539B2DA4263BA5B8007FF1A4 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
|
|
|
53A089CF264DA9DA00D57806 /* MovieItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MovieItemView.swift; sourceTree = "<group>"; };
|
|
|
|
53D5E3DA264B460200BADDC8 /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; };
|
|
|
|
53D5E3DC264B47EE00BADDC8 /* MobileVLCKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = MobileVLCKit.xcframework; path = Carthage/Build/MobileVLCKit.xcframework; sourceTree = "<group>"; };
|
|
|
|
53DF641D263D9C0600A7CD1A /* LibraryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibraryView.swift; sourceTree = "<group>"; };
|
|
|
|
53E4E646263F6CF100F67C6B /* LibraryFilterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibraryFilterView.swift; sourceTree = "<group>"; };
|
|
|
|
53E4E648263F725B00F67C6B /* MultiSelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiSelector.swift; sourceTree = "<group>"; };
|
2021-05-16 01:27:09 +00:00
|
|
|
53EE24E5265060780068F029 /* LibrarySearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibrarySearchView.swift; sourceTree = "<group>"; };
|
2021-05-14 21:13:24 +00:00
|
|
|
53FF7F29263CF3F500585C35 /* LatestMediaView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LatestMediaView.swift; sourceTree = "<group>"; };
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD47265F41B3009C1D0B /* JellyfinAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JellyfinAPI.swift; sourceTree = "<group>"; };
|
2021-05-25 19:41:41 +00:00
|
|
|
AE8C3153265D60BF008AA076 /* SettingsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsModel.swift; sourceTree = "<group>"; };
|
|
|
|
AE8C3155265D616A008AA076 /* SettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewModel.swift; sourceTree = "<group>"; };
|
|
|
|
AE8C3158265D6F90008AA076 /* bitrates.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = bitrates.json; sourceTree = "<group>"; };
|
2021-05-14 21:13:24 +00:00
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
5377CBEE263B596A003A4E83 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
538CD954263E3DC100BB5AF0 /* SDWebImageSwiftUI in Frameworks */,
|
|
|
|
5338F757263B7E2E0014BF09 /* KeychainSwift in Frameworks */,
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD45265F4195009C1D0B /* CombineMoya in Frameworks */,
|
|
|
|
6273DD43265F4195009C1D0B /* Moya in Frameworks */,
|
2021-05-14 21:13:24 +00:00
|
|
|
53D5E3DD264B47EE00BADDC8 /* MobileVLCKit.xcframework in Frameworks */,
|
|
|
|
5338F754263B65E10014BF09 /* SwiftyRequest in Frameworks */,
|
2021-05-26 15:42:52 +00:00
|
|
|
53352571265EA0A0006CCA86 /* Introspect in Frameworks */,
|
2021-05-21 23:34:58 +00:00
|
|
|
5302F82A2658791C00647A2E /* Sentry in Frameworks */,
|
2021-05-14 21:13:24 +00:00
|
|
|
5389277A263CBFE70035E14B /* SwiftyJSON in Frameworks */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
5377CBE8263B596A003A4E83 = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
53D5E3DA264B460200BADDC8 /* Cartfile */,
|
|
|
|
5377CBF3263B596A003A4E83 /* JellyfinPlayer */,
|
|
|
|
5377CBF2263B596A003A4E83 /* Products */,
|
|
|
|
53D5E3DB264B47EE00BADDC8 /* Frameworks */,
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
5377CBF2263B596A003A4E83 /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
5377CBF1263B596A003A4E83 /* JellyfinPlayer.app */,
|
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
5377CBF3263B596A003A4E83 /* JellyfinPlayer */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD46265F419B009C1D0B /* APIs */,
|
2021-05-25 19:41:41 +00:00
|
|
|
AE8C3157265D6F5E008AA076 /* Resources */,
|
|
|
|
AE8C3152265D607B008AA076 /* ViewModels */,
|
|
|
|
AE8C3151265D6075008AA076 /* Models */,
|
|
|
|
AE8C3150265D5FE1008AA076 /* Views */,
|
2021-05-14 21:13:24 +00:00
|
|
|
5377CBF4263B596A003A4E83 /* JellyfinPlayerApp.swift */,
|
|
|
|
5377CBF6263B596A003A4E83 /* ContentView.swift */,
|
|
|
|
5377CBF8263B596B003A4E83 /* Assets.xcassets */,
|
|
|
|
5377CBFD263B596B003A4E83 /* PersistenceController.swift */,
|
|
|
|
5377CC02263B596B003A4E83 /* Info.plist */,
|
|
|
|
5377CBFF263B596B003A4E83 /* Model.xcdatamodeld */,
|
|
|
|
5377CBFA263B596B003A4E83 /* Preview Content */,
|
|
|
|
5338F74D263B61370014BF09 /* ConnectToServerView.swift */,
|
|
|
|
5389276D263C25100035E14B /* ContinueWatchingView.swift */,
|
|
|
|
5389276F263C25230035E14B /* NextUpView.swift */,
|
|
|
|
53892771263C8C6F0035E14B /* LoadingView.swift */,
|
|
|
|
53892776263CBB000035E14B /* JellyApiTypings.swift */,
|
|
|
|
5389277B263CC3DB0035E14B /* BlurHashDecode.swift */,
|
|
|
|
53FF7F29263CF3F500585C35 /* LatestMediaView.swift */,
|
|
|
|
53DF641D263D9C0600A7CD1A /* LibraryView.swift */,
|
|
|
|
53E4E646263F6CF100F67C6B /* LibraryFilterView.swift */,
|
|
|
|
53E4E648263F725B00F67C6B /* MultiSelector.swift */,
|
|
|
|
535BAE9E2649E569005FA86D /* ItemView.swift */,
|
|
|
|
53A089CF264DA9DA00D57806 /* MovieItemView.swift */,
|
2021-05-16 01:27:09 +00:00
|
|
|
53EE24E5265060780068F029 /* LibrarySearchView.swift */,
|
2021-05-21 00:09:08 +00:00
|
|
|
53987CA326572C1300E7EA70 /* SeasonItemView.swift */,
|
|
|
|
53987CA526572F0700E7EA70 /* SeriesItemView.swift */,
|
2021-05-21 01:36:26 +00:00
|
|
|
53987CA72657424A00E7EA70 /* EpisodeItemView.swift */,
|
2021-05-24 19:28:22 +00:00
|
|
|
53192D5C265AA78A008A4215 /* DeviceProfileBuilder.swift */,
|
2021-05-14 21:13:24 +00:00
|
|
|
);
|
|
|
|
path = JellyfinPlayer;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
5377CBFA263B596B003A4E83 /* Preview Content */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
5377CBFB263B596B003A4E83 /* Preview Assets.xcassets */,
|
|
|
|
);
|
|
|
|
path = "Preview Content";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
53D5E3DB264B47EE00BADDC8 /* Frameworks */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
53D5E3DC264B47EE00BADDC8 /* MobileVLCKit.xcframework */,
|
|
|
|
);
|
|
|
|
name = Frameworks;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD46265F419B009C1D0B /* APIs */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
6273DD47265F41B3009C1D0B /* JellyfinAPI.swift */,
|
|
|
|
);
|
|
|
|
path = APIs;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2021-05-25 19:41:41 +00:00
|
|
|
AE8C3150265D5FE1008AA076 /* Views */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2021-05-27 02:20:06 +00:00
|
|
|
535BAEA4264A151C005FA86D /* VideoPlayer.swift */,
|
2021-05-25 19:41:41 +00:00
|
|
|
539B2DA4263BA5B8007FF1A4 /* SettingsView.swift */,
|
2021-05-27 01:24:01 +00:00
|
|
|
53313B8F265EEA6D00947AA3 /* VideoPlayer.storyboard */,
|
2021-05-25 19:41:41 +00:00
|
|
|
);
|
|
|
|
path = Views;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
AE8C3151265D6075008AA076 /* Models */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
AE8C3153265D60BF008AA076 /* SettingsModel.swift */,
|
|
|
|
);
|
|
|
|
path = Models;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
AE8C3152265D607B008AA076 /* ViewModels */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
AE8C3155265D616A008AA076 /* SettingsViewModel.swift */,
|
|
|
|
);
|
|
|
|
path = ViewModels;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
AE8C3157265D6F5E008AA076 /* Resources */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
AE8C3158265D6F90008AA076 /* bitrates.json */,
|
|
|
|
);
|
|
|
|
path = Resources;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2021-05-14 21:13:24 +00:00
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
5377CBF0263B596A003A4E83 /* JellyfinPlayer */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 5377CC1B263B596B003A4E83 /* Build configuration list for PBXNativeTarget "JellyfinPlayer" */;
|
|
|
|
buildPhases = (
|
|
|
|
5377CBED263B596A003A4E83 /* Sources */,
|
|
|
|
5377CBEE263B596A003A4E83 /* Frameworks */,
|
|
|
|
5377CBEF263B596A003A4E83 /* Resources */,
|
|
|
|
53D5E3DF264B47EE00BADDC8 /* Embed Frameworks */,
|
2021-05-22 14:03:48 +00:00
|
|
|
5302F8322658B74800647A2E /* CopyFiles */,
|
2021-05-14 21:13:24 +00:00
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = JellyfinPlayer;
|
|
|
|
packageProductDependencies = (
|
|
|
|
5338F753263B65E10014BF09 /* SwiftyRequest */,
|
|
|
|
5338F756263B7E2E0014BF09 /* KeychainSwift */,
|
|
|
|
53892779263CBFE70035E14B /* SwiftyJSON */,
|
|
|
|
538CD953263E3DC100BB5AF0 /* SDWebImageSwiftUI */,
|
2021-05-21 23:34:58 +00:00
|
|
|
5302F8292658791C00647A2E /* Sentry */,
|
2021-05-26 15:42:52 +00:00
|
|
|
53352570265EA0A0006CCA86 /* Introspect */,
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD42265F4195009C1D0B /* Moya */,
|
|
|
|
6273DD44265F4195009C1D0B /* CombineMoya */,
|
2021-05-14 21:13:24 +00:00
|
|
|
);
|
|
|
|
productName = JellyfinPlayer;
|
|
|
|
productReference = 5377CBF1263B596A003A4E83 /* JellyfinPlayer.app */;
|
|
|
|
productType = "com.apple.product-type.application";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
5377CBE9263B596A003A4E83 /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
2021-05-22 14:03:48 +00:00
|
|
|
KnownAssetTags = (
|
|
|
|
New,
|
|
|
|
);
|
2021-05-14 21:13:24 +00:00
|
|
|
LastSwiftUpdateCheck = 1250;
|
|
|
|
LastUpgradeCheck = 1250;
|
|
|
|
TargetAttributes = {
|
|
|
|
5377CBF0263B596A003A4E83 = {
|
|
|
|
CreatedOnToolsVersion = 12.5;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
buildConfigurationList = 5377CBEC263B596A003A4E83 /* Build configuration list for PBXProject "JellyfinPlayer" */;
|
|
|
|
compatibilityVersion = "Xcode 9.3";
|
|
|
|
developmentRegion = en;
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
Base,
|
|
|
|
);
|
|
|
|
mainGroup = 5377CBE8263B596A003A4E83;
|
|
|
|
packageReferences = (
|
|
|
|
5338F752263B65E10014BF09 /* XCRemoteSwiftPackageReference "SwiftyRequest" */,
|
|
|
|
5338F755263B7E2E0014BF09 /* XCRemoteSwiftPackageReference "keychain-swift" */,
|
|
|
|
53892778263CBFE70035E14B /* XCRemoteSwiftPackageReference "SwiftyJSON" */,
|
|
|
|
538CD952263E3DC100BB5AF0 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */,
|
2021-05-21 23:34:58 +00:00
|
|
|
5302F8282658791C00647A2E /* XCRemoteSwiftPackageReference "sentry-cocoa" */,
|
2021-05-26 15:42:52 +00:00
|
|
|
5335256F265EA0A0006CCA86 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD41265F4195009C1D0B /* XCRemoteSwiftPackageReference "Moya" */,
|
2021-05-14 21:13:24 +00:00
|
|
|
);
|
|
|
|
productRefGroup = 5377CBF2263B596A003A4E83 /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
5377CBF0263B596A003A4E83 /* JellyfinPlayer */,
|
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
|
5377CBEF263B596A003A4E83 /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
5377CBFC263B596B003A4E83 /* Preview Assets.xcassets in Resources */,
|
2021-05-27 01:24:01 +00:00
|
|
|
53313B90265EEA6D00947AA3 /* VideoPlayer.storyboard in Resources */,
|
2021-05-25 19:41:41 +00:00
|
|
|
AE8C3159265D6F90008AA076 /* bitrates.json in Resources */,
|
2021-05-14 21:13:24 +00:00
|
|
|
5377CBF9263B596B003A4E83 /* Assets.xcassets in Resources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
5377CBED263B596A003A4E83 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
53FF7F2A263CF3F500585C35 /* LatestMediaView.swift in Sources */,
|
|
|
|
5377CBFE263B596B003A4E83 /* PersistenceController.swift in Sources */,
|
|
|
|
5389276E263C25100035E14B /* ContinueWatchingView.swift in Sources */,
|
|
|
|
535BAE9F2649E569005FA86D /* ItemView.swift in Sources */,
|
2021-05-21 00:09:08 +00:00
|
|
|
53987CA426572C1300E7EA70 /* SeasonItemView.swift in Sources */,
|
2021-05-24 19:28:22 +00:00
|
|
|
53192D5D265AA78A008A4215 /* DeviceProfileBuilder.swift in Sources */,
|
2021-05-25 19:41:41 +00:00
|
|
|
AE8C3154265D60BF008AA076 /* SettingsModel.swift in Sources */,
|
2021-05-14 21:13:24 +00:00
|
|
|
53892770263C25230035E14B /* NextUpView.swift in Sources */,
|
2021-05-27 02:20:06 +00:00
|
|
|
535BAEA5264A151C005FA86D /* VideoPlayer.swift in Sources */,
|
2021-05-14 21:13:24 +00:00
|
|
|
5377CC01263B596B003A4E83 /* Model.xcdatamodeld in Sources */,
|
|
|
|
53DF641E263D9C0600A7CD1A /* LibraryView.swift in Sources */,
|
|
|
|
53A089D0264DA9DA00D57806 /* MovieItemView.swift in Sources */,
|
|
|
|
53E4E649263F725B00F67C6B /* MultiSelector.swift in Sources */,
|
|
|
|
53E4E647263F6CF100F67C6B /* LibraryFilterView.swift in Sources */,
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD48265F41B3009C1D0B /* JellyfinAPI.swift in Sources */,
|
2021-05-14 21:13:24 +00:00
|
|
|
53892777263CBB000035E14B /* JellyApiTypings.swift in Sources */,
|
|
|
|
5377CBF7263B596A003A4E83 /* ContentView.swift in Sources */,
|
2021-05-21 01:36:26 +00:00
|
|
|
53987CA82657424A00E7EA70 /* EpisodeItemView.swift in Sources */,
|
2021-05-14 21:13:24 +00:00
|
|
|
5389277C263CC3DB0035E14B /* BlurHashDecode.swift in Sources */,
|
2021-05-21 00:09:08 +00:00
|
|
|
53987CA626572F0700E7EA70 /* SeriesItemView.swift in Sources */,
|
2021-05-14 21:13:24 +00:00
|
|
|
539B2DA5263BA5B8007FF1A4 /* SettingsView.swift in Sources */,
|
2021-05-25 19:41:41 +00:00
|
|
|
AE8C3156265D616A008AA076 /* SettingsViewModel.swift in Sources */,
|
2021-05-14 21:13:24 +00:00
|
|
|
5338F74E263B61370014BF09 /* ConnectToServerView.swift in Sources */,
|
|
|
|
5377CBF5263B596A003A4E83 /* JellyfinPlayerApp.swift in Sources */,
|
2021-05-16 01:27:09 +00:00
|
|
|
53EE24E6265060780068F029 /* LibrarySearchView.swift in Sources */,
|
2021-05-14 21:13:24 +00:00
|
|
|
53892772263C8C6F0035E14B /* LoadingView.swift in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
5377CC19263B596B003A4E83 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
ENABLE_TESTABILITY = YES;
|
2021-05-25 19:41:41 +00:00
|
|
|
EXCLUDED_ARCHS = "";
|
|
|
|
"EXCLUDED_ARCHS[sdk=*]" = "";
|
2021-05-14 21:13:24 +00:00
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
"DEBUG=1",
|
|
|
|
"$(inherited)",
|
|
|
|
);
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
|
MTL_FAST_MATH = YES;
|
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
5377CC1A263B596B003A4E83 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
2021-05-25 19:41:41 +00:00
|
|
|
EXCLUDED_ARCHS = "";
|
2021-05-14 21:13:24 +00:00
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
MTL_FAST_MATH = YES;
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
|
|
VALIDATE_PRODUCT = YES;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
5377CC1C263B596B003A4E83 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
2021-05-25 22:46:10 +00:00
|
|
|
CURRENT_PROJECT_VERSION = 20;
|
2021-05-14 21:13:24 +00:00
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"JellyfinPlayer/Preview Content\"";
|
2021-05-27 03:18:54 +00:00
|
|
|
DEVELOPMENT_TEAM = 4BHXT8RHFR;
|
2021-05-14 21:13:24 +00:00
|
|
|
ENABLE_BITCODE = NO;
|
|
|
|
ENABLE_PREVIEWS = YES;
|
2021-05-25 19:41:41 +00:00
|
|
|
EXCLUDED_ARCHS = "";
|
2021-05-14 21:13:24 +00:00
|
|
|
INFOPLIST_FILE = JellyfinPlayer/Info.plist;
|
2021-05-21 02:01:08 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
2021-05-14 21:13:24 +00:00
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
);
|
2021-05-21 02:01:08 +00:00
|
|
|
MARKETING_VERSION = 1.0.0;
|
2021-05-20 14:48:02 +00:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.vigue.jellyfin;
|
2021-05-14 21:13:24 +00:00
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
5377CC1D263B596B003A4E83 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
2021-05-25 22:46:10 +00:00
|
|
|
CURRENT_PROJECT_VERSION = 20;
|
2021-05-22 14:03:48 +00:00
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
2021-05-14 21:13:24 +00:00
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"JellyfinPlayer/Preview Content\"";
|
2021-05-27 03:18:54 +00:00
|
|
|
DEVELOPMENT_TEAM = 4BHXT8RHFR;
|
2021-05-14 21:13:24 +00:00
|
|
|
ENABLE_BITCODE = NO;
|
|
|
|
ENABLE_PREVIEWS = YES;
|
2021-05-25 19:41:41 +00:00
|
|
|
EXCLUDED_ARCHS = "";
|
2021-05-14 21:13:24 +00:00
|
|
|
INFOPLIST_FILE = JellyfinPlayer/Info.plist;
|
2021-05-21 02:01:08 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
2021-05-14 21:13:24 +00:00
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
);
|
2021-05-21 02:01:08 +00:00
|
|
|
MARKETING_VERSION = 1.0.0;
|
2021-05-20 14:48:02 +00:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.vigue.jellyfin;
|
2021-05-14 21:13:24 +00:00
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
5377CBEC263B596A003A4E83 /* Build configuration list for PBXProject "JellyfinPlayer" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
5377CC19263B596B003A4E83 /* Debug */,
|
|
|
|
5377CC1A263B596B003A4E83 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
5377CC1B263B596B003A4E83 /* Build configuration list for PBXNativeTarget "JellyfinPlayer" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
5377CC1C263B596B003A4E83 /* Debug */,
|
|
|
|
5377CC1D263B596B003A4E83 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
2021-05-21 23:34:58 +00:00
|
|
|
5302F8282658791C00647A2E /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/getsentry/sentry-cocoa";
|
|
|
|
requirement = {
|
|
|
|
kind = upToNextMajorVersion;
|
|
|
|
minimumVersion = 7.1.0;
|
|
|
|
};
|
|
|
|
};
|
2021-05-26 15:42:52 +00:00
|
|
|
5335256F265EA0A0006CCA86 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect";
|
|
|
|
requirement = {
|
|
|
|
kind = upToNextMajorVersion;
|
|
|
|
minimumVersion = 0.1.3;
|
|
|
|
};
|
|
|
|
};
|
2021-05-14 21:13:24 +00:00
|
|
|
5338F752263B65E10014BF09 /* XCRemoteSwiftPackageReference "SwiftyRequest" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/Kitura/SwiftyRequest";
|
|
|
|
requirement = {
|
|
|
|
kind = upToNextMajorVersion;
|
|
|
|
minimumVersion = 3.2.200;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
5338F755263B7E2E0014BF09 /* XCRemoteSwiftPackageReference "keychain-swift" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/evgenyneu/keychain-swift";
|
|
|
|
requirement = {
|
|
|
|
kind = upToNextMajorVersion;
|
|
|
|
minimumVersion = 19.0.0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
53892778263CBFE70035E14B /* XCRemoteSwiftPackageReference "SwiftyJSON" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/SwiftyJSON/SwiftyJSON";
|
|
|
|
requirement = {
|
|
|
|
kind = upToNextMajorVersion;
|
|
|
|
minimumVersion = 5.0.1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
538CD952263E3DC100BB5AF0 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/SDWebImage/SDWebImageSwiftUI";
|
|
|
|
requirement = {
|
|
|
|
kind = upToNextMajorVersion;
|
|
|
|
minimumVersion = 2.0.2;
|
|
|
|
};
|
|
|
|
};
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD41265F4195009C1D0B /* XCRemoteSwiftPackageReference "Moya" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/Moya/Moya";
|
|
|
|
requirement = {
|
|
|
|
kind = exactVersion;
|
|
|
|
version = "15.0.0-alpha.1";
|
|
|
|
};
|
|
|
|
};
|
2021-05-14 21:13:24 +00:00
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
2021-05-21 23:34:58 +00:00
|
|
|
5302F8292658791C00647A2E /* Sentry */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 5302F8282658791C00647A2E /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
|
|
|
|
productName = Sentry;
|
|
|
|
};
|
2021-05-26 15:42:52 +00:00
|
|
|
53352570265EA0A0006CCA86 /* Introspect */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 5335256F265EA0A0006CCA86 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
|
|
|
|
productName = Introspect;
|
|
|
|
};
|
2021-05-14 21:13:24 +00:00
|
|
|
5338F753263B65E10014BF09 /* SwiftyRequest */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 5338F752263B65E10014BF09 /* XCRemoteSwiftPackageReference "SwiftyRequest" */;
|
|
|
|
productName = SwiftyRequest;
|
|
|
|
};
|
|
|
|
5338F756263B7E2E0014BF09 /* KeychainSwift */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 5338F755263B7E2E0014BF09 /* XCRemoteSwiftPackageReference "keychain-swift" */;
|
|
|
|
productName = KeychainSwift;
|
|
|
|
};
|
|
|
|
53892779263CBFE70035E14B /* SwiftyJSON */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 53892778263CBFE70035E14B /* XCRemoteSwiftPackageReference "SwiftyJSON" */;
|
|
|
|
productName = SwiftyJSON;
|
|
|
|
};
|
|
|
|
538CD953263E3DC100BB5AF0 /* SDWebImageSwiftUI */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 538CD952263E3DC100BB5AF0 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */;
|
|
|
|
productName = SDWebImageSwiftUI;
|
|
|
|
};
|
2021-05-27 03:18:54 +00:00
|
|
|
6273DD42265F4195009C1D0B /* Moya */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 6273DD41265F4195009C1D0B /* XCRemoteSwiftPackageReference "Moya" */;
|
|
|
|
productName = Moya;
|
|
|
|
};
|
|
|
|
6273DD44265F4195009C1D0B /* CombineMoya */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 6273DD41265F4195009C1D0B /* XCRemoteSwiftPackageReference "Moya" */;
|
|
|
|
productName = CombineMoya;
|
|
|
|
};
|
2021-05-14 21:13:24 +00:00
|
|
|
/* End XCSwiftPackageProductDependency section */
|
|
|
|
|
|
|
|
/* Begin XCVersionGroup section */
|
|
|
|
5377CBFF263B596B003A4E83 /* Model.xcdatamodeld */ = {
|
|
|
|
isa = XCVersionGroup;
|
|
|
|
children = (
|
|
|
|
5377CC00263B596B003A4E83 /* JellyfinPlayer.xcdatamodel */,
|
|
|
|
);
|
|
|
|
currentVersion = 5377CC00263B596B003A4E83 /* JellyfinPlayer.xcdatamodel */;
|
|
|
|
path = Model.xcdatamodeld;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
versionGroupType = wrapper.xcdatamodel;
|
|
|
|
};
|
|
|
|
/* End XCVersionGroup section */
|
|
|
|
};
|
|
|
|
rootObject = 5377CBE9263B596A003A4E83 /* Project object */;
|
|
|
|
}
|