mirror of
https://github.com/jellyfin/jellyfin-server-macos.git
synced 2025-04-03 19:15:15 +00:00
435 lines
18 KiB
Plaintext
435 lines
18 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 54;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
0919395322C35C1400392D55 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0919395222C35C1400392D55 /* AppDelegate.swift */; };
|
|
0919395722C35C1400392D55 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0919395622C35C1400392D55 /* Assets.xcassets */; };
|
|
0919395A22C35C1400392D55 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0919395822C35C1400392D55 /* Main.storyboard */; };
|
|
0924531822D5BC7E00B2E710 /* ffmpeg LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = 0924531622D5BC7E00B2E710 /* ffmpeg LICENSE.txt */; };
|
|
37FCB9D42CEE4F69007E17F5 /* LanchAtLoginHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FCB9D32CEE4F54007E17F5 /* LanchAtLoginHelper.swift */; };
|
|
E1293F4B28A2059B0076A445 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1293F4A28A2059B0076A445 /* Helpers.swift */; };
|
|
E174A306289B755C0092450E /* LaunchAtLogin in Frameworks */ = {isa = PBXBuildFile; productRef = E174A305289B755C0092450E /* LaunchAtLogin */; };
|
|
E174A312289B84F90092450E /* PreferencesViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E174A311289B84F90092450E /* PreferencesViewController.storyboard */; };
|
|
E174A314289B855C0092450E /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E174A313289B855C0092450E /* PreferencesViewController.swift */; };
|
|
E174A318289B86820092450E /* PreferencesWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E174A317289B86820092450E /* PreferencesWindow.swift */; };
|
|
E174A31B289B8D700092450E /* ActionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E174A31A289B8D700092450E /* ActionManager.swift */; };
|
|
E174A31F289B92480092450E /* AlertViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E174A31E289B92480092450E /* AlertViewController.swift */; };
|
|
E174A322289B929F0092450E /* AlertViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E174A321289B929F0092450E /* AlertViewController.storyboard */; };
|
|
E19E5327289B932300A94983 /* AlertWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E19E5326289B932300A94983 /* AlertWindow.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
094F795E2469AFD700EFC008 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 6;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
0919395222C35C1400392D55 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
0919395622C35C1400392D55 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
0919395922C35C1400392D55 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
0919395B22C35C1400392D55 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
0924531622D5BC7E00B2E710 /* ffmpeg LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "ffmpeg LICENSE.txt"; sourceTree = "<group>"; };
|
|
09A23D5B2468FB9B0071B5A9 /* Jellyfin Server.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Jellyfin Server.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
09A23D5C2468FBAB0071B5A9 /* Server.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Server.entitlements; sourceTree = "<group>"; };
|
|
37FCB9D32CEE4F54007E17F5 /* LanchAtLoginHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanchAtLoginHelper.swift; sourceTree = "<group>"; };
|
|
E1293F4A28A2059B0076A445 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
|
|
E174A311289B84F90092450E /* PreferencesViewController.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = PreferencesViewController.storyboard; sourceTree = "<group>"; };
|
|
E174A313289B855C0092450E /* PreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesViewController.swift; sourceTree = "<group>"; };
|
|
E174A317289B86820092450E /* PreferencesWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindow.swift; sourceTree = "<group>"; };
|
|
E174A31A289B8D700092450E /* ActionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionManager.swift; sourceTree = "<group>"; };
|
|
E174A31E289B92480092450E /* AlertViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertViewController.swift; sourceTree = "<group>"; };
|
|
E174A321289B929F0092450E /* AlertViewController.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = AlertViewController.storyboard; sourceTree = "<group>"; };
|
|
E19E5326289B932300A94983 /* AlertWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertWindow.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
0919394C22C35C1400392D55 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E174A306289B755C0092450E /* LaunchAtLogin in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
0919394622C35C1300392D55 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0924531622D5BC7E00B2E710 /* ffmpeg LICENSE.txt */,
|
|
0919395122C35C1400392D55 /* Jellyfin Server */,
|
|
09A23D5B2468FB9B0071B5A9 /* Jellyfin Server.app */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
0919395122C35C1400392D55 /* Jellyfin Server */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E174A31A289B8D700092450E /* ActionManager.swift */,
|
|
0919395222C35C1400392D55 /* AppDelegate.swift */,
|
|
E1293F4A28A2059B0076A445 /* Helpers.swift */,
|
|
E174A320289B926C0092450E /* AlertWindow */,
|
|
E174A319289B8D520092450E /* PreferencesWindow */,
|
|
0919395622C35C1400392D55 /* Assets.xcassets */,
|
|
0919395B22C35C1400392D55 /* Info.plist */,
|
|
0919395822C35C1400392D55 /* Main.storyboard */,
|
|
09A23D5C2468FBAB0071B5A9 /* Server.entitlements */,
|
|
);
|
|
path = "Jellyfin Server";
|
|
sourceTree = "<group>";
|
|
};
|
|
E174A319289B8D520092450E /* PreferencesWindow */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
37FCB9D32CEE4F54007E17F5 /* LanchAtLoginHelper.swift */,
|
|
E174A317289B86820092450E /* PreferencesWindow.swift */,
|
|
E174A313289B855C0092450E /* PreferencesViewController.swift */,
|
|
E174A311289B84F90092450E /* PreferencesViewController.storyboard */,
|
|
);
|
|
path = PreferencesWindow;
|
|
sourceTree = "<group>";
|
|
};
|
|
E174A320289B926C0092450E /* AlertWindow */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E19E5326289B932300A94983 /* AlertWindow.swift */,
|
|
E174A31E289B92480092450E /* AlertViewController.swift */,
|
|
E174A321289B929F0092450E /* AlertViewController.storyboard */,
|
|
);
|
|
path = AlertWindow;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
0919394E22C35C1400392D55 /* Jellyfin Server */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0919395F22C35C1400392D55 /* Build configuration list for PBXNativeTarget "Jellyfin Server" */;
|
|
buildPhases = (
|
|
0919394B22C35C1400392D55 /* Sources */,
|
|
0919394C22C35C1400392D55 /* Frameworks */,
|
|
0919394D22C35C1400392D55 /* Resources */,
|
|
094F795E2469AFD700EFC008 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Jellyfin Server";
|
|
packageProductDependencies = (
|
|
E174A305289B755C0092450E /* LaunchAtLogin */,
|
|
);
|
|
productName = Server;
|
|
productReference = 09A23D5B2468FB9B0071B5A9 /* Jellyfin Server.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0919394722C35C1300392D55 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 1020;
|
|
LastUpgradeCheck = 1020;
|
|
ORGANIZATIONNAME = Jellyfin;
|
|
TargetAttributes = {
|
|
0919394E22C35C1400392D55 = {
|
|
CreatedOnToolsVersion = 10.2.1;
|
|
SystemCapabilities = {
|
|
com.apple.HardenedRuntime = {
|
|
enabled = 1;
|
|
};
|
|
com.apple.Sandbox = {
|
|
enabled = 0;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 0919394A22C35C1300392D55 /* Build configuration list for PBXProject "Jellyfin Server" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 0919394622C35C1300392D55;
|
|
packageReferences = (
|
|
E174A304289B755C0092450E /* XCRemoteSwiftPackageReference "LaunchAtLogin" */,
|
|
);
|
|
productRefGroup = 0919394622C35C1300392D55;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
0919394E22C35C1400392D55 /* Jellyfin Server */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
0919394D22C35C1400392D55 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0924531822D5BC7E00B2E710 /* ffmpeg LICENSE.txt in Resources */,
|
|
E174A322289B929F0092450E /* AlertViewController.storyboard in Resources */,
|
|
0919395722C35C1400392D55 /* Assets.xcassets in Resources */,
|
|
E174A312289B84F90092450E /* PreferencesViewController.storyboard in Resources */,
|
|
0919395A22C35C1400392D55 /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
0919394B22C35C1400392D55 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E19E5327289B932300A94983 /* AlertWindow.swift in Sources */,
|
|
E1293F4B28A2059B0076A445 /* Helpers.swift in Sources */,
|
|
0919395322C35C1400392D55 /* AppDelegate.swift in Sources */,
|
|
E174A318289B86820092450E /* PreferencesWindow.swift in Sources */,
|
|
E174A314289B855C0092450E /* PreferencesViewController.swift in Sources */,
|
|
E174A31F289B92480092450E /* AlertViewController.swift in Sources */,
|
|
E174A31B289B8D700092450E /* ActionManager.swift in Sources */,
|
|
37FCB9D42CEE4F69007E17F5 /* LanchAtLoginHelper.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
0919395822C35C1400392D55 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
0919395922C35C1400392D55 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
0919395D22C35C1400392D55 /* 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_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;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
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;
|
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
0919395E22C35C1400392D55 /* 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_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;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
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;
|
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
};
|
|
name = Release;
|
|
};
|
|
0919396022C35C1400392D55 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = "Jellyfin Server/Server.entitlements";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = TY84JMYEFE;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
INFOPLIST_FILE = "Jellyfin Server/Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
MARKETING_VERSION = 2.4.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = Jellyfin.Server;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
0919396122C35C1400392D55 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = "Jellyfin Server/Server.entitlements";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = TY84JMYEFE;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
INFOPLIST_FILE = "Jellyfin Server/Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
MARKETING_VERSION = 2.4.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = Jellyfin.Server;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
0919394A22C35C1300392D55 /* Build configuration list for PBXProject "Jellyfin Server" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0919395D22C35C1400392D55 /* Debug */,
|
|
0919395E22C35C1400392D55 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0919395F22C35C1400392D55 /* Build configuration list for PBXNativeTarget "Jellyfin Server" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0919396022C35C1400392D55 /* Debug */,
|
|
0919396122C35C1400392D55 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
E174A304289B755C0092450E /* XCRemoteSwiftPackageReference "LaunchAtLogin" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin";
|
|
requirement = {
|
|
branch = main;
|
|
kind = branch;
|
|
};
|
|
};
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
E174A305289B755C0092450E /* LaunchAtLogin */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = E174A304289B755C0092450E /* XCRemoteSwiftPackageReference "LaunchAtLogin" */;
|
|
productName = LaunchAtLogin;
|
|
};
|
|
/* End XCSwiftPackageProductDependency section */
|
|
};
|
|
rootObject = 0919394722C35C1300392D55 /* Project object */;
|
|
}
|