mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
629 lines
24 KiB
Plaintext
629 lines
24 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
E407861C2110CE6E006887B1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E407861B2110CE6E006887B1 /* AppDelegate.swift */; };
|
|
E407861E2110CE6E006887B1 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E407861D2110CE6E006887B1 /* ViewController.swift */; };
|
|
E40786202110CE70006887B1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E407861F2110CE70006887B1 /* Assets.xcassets */; };
|
|
E40786232110CE70006887B1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E40786212110CE70006887B1 /* Main.storyboard */; };
|
|
E407862F2110CE70006887B1 /* PersephoneTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E407862E2110CE70006887B1 /* PersephoneTests.swift */; };
|
|
E407863A2110CE70006887B1 /* PersephoneUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E40786392110CE70006887B1 /* PersephoneUITests.swift */; };
|
|
E41B22C021FB6BBA00D544F6 /* libmpdclient.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E41B22BF21FB6BBA00D544F6 /* libmpdclient.2.dylib */; settings = {ATTRIBUTES = (Required, ); }; };
|
|
E41B22C121FB6C3300D544F6 /* libmpdclient.2.dylib in Embed Libraries */ = {isa = PBXBuildFile; fileRef = E41B22BF21FB6BBA00D544F6 /* libmpdclient.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
|
E465049A21E94DF500A70F4C /* WindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E465049921E94DF500A70F4C /* WindowController.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
E407862B2110CE70006887B1 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = E40786102110CE6E006887B1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = E40786172110CE6E006887B1;
|
|
remoteInfo = Persephone;
|
|
};
|
|
E40786362110CE70006887B1 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = E40786102110CE6E006887B1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = E40786172110CE6E006887B1;
|
|
remoteInfo = Persephone;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
E41B22C221FB6C3300D544F6 /* Embed Libraries */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
E41B22C121FB6C3300D544F6 /* libmpdclient.2.dylib in Embed Libraries */,
|
|
);
|
|
name = "Embed Libraries";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
E40786182110CE6E006887B1 /* Persephone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Persephone.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
E407861B2110CE6E006887B1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
E407861D2110CE6E006887B1 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
E407861F2110CE70006887B1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
E40786222110CE70006887B1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
E40786242110CE70006887B1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
E40786252110CE70006887B1 /* Persephone.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Persephone.entitlements; sourceTree = "<group>"; };
|
|
E407862A2110CE70006887B1 /* PersephoneTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PersephoneTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
E407862E2110CE70006887B1 /* PersephoneTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersephoneTests.swift; sourceTree = "<group>"; };
|
|
E40786302110CE70006887B1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
E40786352110CE70006887B1 /* PersephoneUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PersephoneUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
E40786392110CE70006887B1 /* PersephoneUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersephoneUITests.swift; sourceTree = "<group>"; };
|
|
E407863B2110CE70006887B1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
E41B22BF21FB6BBA00D544F6 /* libmpdclient.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libmpdclient.2.dylib; path = libmpdclient/output/libmpdclient.2.dylib; sourceTree = "<group>"; };
|
|
E41B22C321FB6EFA00D544F6 /* Persephone-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Persephone-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
E465049921E94DF500A70F4C /* WindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowController.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
E40786152110CE6E006887B1 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E41B22C021FB6BBA00D544F6 /* libmpdclient.2.dylib in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
E40786272110CE70006887B1 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
E40786322110CE70006887B1 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
E407860F2110CE6E006887B1 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E407861A2110CE6E006887B1 /* Persephone */,
|
|
E407862D2110CE70006887B1 /* PersephoneTests */,
|
|
E40786382110CE70006887B1 /* PersephoneUITests */,
|
|
E40786192110CE6E006887B1 /* Products */,
|
|
E41B22BE21FB6B3300D544F6 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
E40786192110CE6E006887B1 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E40786182110CE6E006887B1 /* Persephone.app */,
|
|
E407862A2110CE70006887B1 /* PersephoneTests.xctest */,
|
|
E40786352110CE70006887B1 /* PersephoneUITests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
E407861A2110CE6E006887B1 /* Persephone */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E407861B2110CE6E006887B1 /* AppDelegate.swift */,
|
|
E407861D2110CE6E006887B1 /* ViewController.swift */,
|
|
E407861F2110CE70006887B1 /* Assets.xcassets */,
|
|
E40786212110CE70006887B1 /* Main.storyboard */,
|
|
E465049921E94DF500A70F4C /* WindowController.swift */,
|
|
E41B22C321FB6EFA00D544F6 /* Persephone-Bridging-Header.h */,
|
|
E40786242110CE70006887B1 /* Info.plist */,
|
|
E40786252110CE70006887B1 /* Persephone.entitlements */,
|
|
);
|
|
path = Persephone;
|
|
sourceTree = "<group>";
|
|
};
|
|
E407862D2110CE70006887B1 /* PersephoneTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E407862E2110CE70006887B1 /* PersephoneTests.swift */,
|
|
E40786302110CE70006887B1 /* Info.plist */,
|
|
);
|
|
path = PersephoneTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
E40786382110CE70006887B1 /* PersephoneUITests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E40786392110CE70006887B1 /* PersephoneUITests.swift */,
|
|
E407863B2110CE70006887B1 /* Info.plist */,
|
|
);
|
|
path = PersephoneUITests;
|
|
sourceTree = "<group>";
|
|
};
|
|
E41B22BE21FB6B3300D544F6 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E41B22BF21FB6BBA00D544F6 /* libmpdclient.2.dylib */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
E40786172110CE6E006887B1 /* Persephone */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = E407863E2110CE70006887B1 /* Build configuration list for PBXNativeTarget "Persephone" */;
|
|
buildPhases = (
|
|
E40786142110CE6E006887B1 /* Sources */,
|
|
E40786152110CE6E006887B1 /* Frameworks */,
|
|
E40786162110CE6E006887B1 /* Resources */,
|
|
E41B22C221FB6C3300D544F6 /* Embed Libraries */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Persephone;
|
|
productName = Persephone;
|
|
productReference = E40786182110CE6E006887B1 /* Persephone.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
E40786292110CE70006887B1 /* PersephoneTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = E40786412110CE70006887B1 /* Build configuration list for PBXNativeTarget "PersephoneTests" */;
|
|
buildPhases = (
|
|
E40786262110CE70006887B1 /* Sources */,
|
|
E40786272110CE70006887B1 /* Frameworks */,
|
|
E40786282110CE70006887B1 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
E407862C2110CE70006887B1 /* PBXTargetDependency */,
|
|
);
|
|
name = PersephoneTests;
|
|
productName = PersephoneTests;
|
|
productReference = E407862A2110CE70006887B1 /* PersephoneTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
E40786342110CE70006887B1 /* PersephoneUITests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = E40786442110CE70006887B1 /* Build configuration list for PBXNativeTarget "PersephoneUITests" */;
|
|
buildPhases = (
|
|
E40786312110CE70006887B1 /* Sources */,
|
|
E40786322110CE70006887B1 /* Frameworks */,
|
|
E40786332110CE70006887B1 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
E40786372110CE70006887B1 /* PBXTargetDependency */,
|
|
);
|
|
name = PersephoneUITests;
|
|
productName = PersephoneUITests;
|
|
productReference = E40786352110CE70006887B1 /* PersephoneUITests.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
E40786102110CE6E006887B1 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0940;
|
|
LastUpgradeCheck = 0940;
|
|
ORGANIZATIONNAME = "Dan Barber";
|
|
TargetAttributes = {
|
|
E40786172110CE6E006887B1 = {
|
|
CreatedOnToolsVersion = 9.4.1;
|
|
};
|
|
E40786292110CE70006887B1 = {
|
|
CreatedOnToolsVersion = 9.4.1;
|
|
TestTargetID = E40786172110CE6E006887B1;
|
|
};
|
|
E40786342110CE70006887B1 = {
|
|
CreatedOnToolsVersion = 9.4.1;
|
|
TestTargetID = E40786172110CE6E006887B1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = E40786132110CE6E006887B1 /* Build configuration list for PBXProject "Persephone" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = E407860F2110CE6E006887B1;
|
|
productRefGroup = E40786192110CE6E006887B1 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
E40786172110CE6E006887B1 /* Persephone */,
|
|
E40786292110CE70006887B1 /* PersephoneTests */,
|
|
E40786342110CE70006887B1 /* PersephoneUITests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
E40786162110CE6E006887B1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E40786202110CE70006887B1 /* Assets.xcassets in Resources */,
|
|
E40786232110CE70006887B1 /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
E40786282110CE70006887B1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
E40786332110CE70006887B1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
E40786142110CE6E006887B1 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E407861E2110CE6E006887B1 /* ViewController.swift in Sources */,
|
|
E465049A21E94DF500A70F4C /* WindowController.swift in Sources */,
|
|
E407861C2110CE6E006887B1 /* AppDelegate.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
E40786262110CE70006887B1 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E407862F2110CE70006887B1 /* PersephoneTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
E40786312110CE70006887B1 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E407863A2110CE70006887B1 /* PersephoneUITests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
E407862C2110CE70006887B1 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = E40786172110CE6E006887B1 /* Persephone */;
|
|
targetProxy = E407862B2110CE70006887B1 /* PBXContainerItemProxy */;
|
|
};
|
|
E40786372110CE70006887B1 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = E40786172110CE6E006887B1 /* Persephone */;
|
|
targetProxy = E40786362110CE70006887B1 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
E40786212110CE70006887B1 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
E40786222110CE70006887B1 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
E407863C2110CE70006887B1 /* 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 = "Mac Developer";
|
|
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 = 10.13;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
E407863D2110CE70006887B1 /* 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 = "Mac Developer";
|
|
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 = 10.13;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = macosx;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
};
|
|
name = Release;
|
|
};
|
|
E407863F2110CE70006887B1 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = Persephone/Persephone.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = BDEE7ZBFZ3;
|
|
HEADER_SEARCH_PATHS = libmpdclient/include;
|
|
INFOPLIST_FILE = Persephone/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/libmpdclient/output",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.Persephone;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Persephone/Persephone-Bridging-Header.h";
|
|
SWIFT_VERSION = 4.0;
|
|
USER_HEADER_SEARCH_PATHS = libmpdclient/output;
|
|
};
|
|
name = Debug;
|
|
};
|
|
E40786402110CE70006887B1 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = Persephone/Persephone.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = BDEE7ZBFZ3;
|
|
HEADER_SEARCH_PATHS = libmpdclient/include;
|
|
INFOPLIST_FILE = Persephone/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/libmpdclient/output",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.Persephone;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Persephone/Persephone-Bridging-Header.h";
|
|
SWIFT_VERSION = 4.0;
|
|
USER_HEADER_SEARCH_PATHS = libmpdclient/output;
|
|
};
|
|
name = Release;
|
|
};
|
|
E40786422110CE70006887B1 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = BDEE7ZBFZ3;
|
|
INFOPLIST_FILE = PersephoneTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/../Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Persephone.app/Contents/MacOS/Persephone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
E40786432110CE70006887B1 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = BDEE7ZBFZ3;
|
|
INFOPLIST_FILE = PersephoneTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/../Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Persephone.app/Contents/MacOS/Persephone";
|
|
};
|
|
name = Release;
|
|
};
|
|
E40786452110CE70006887B1 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = BDEE7ZBFZ3;
|
|
INFOPLIST_FILE = PersephoneUITests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/../Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TEST_TARGET_NAME = Persephone;
|
|
};
|
|
name = Debug;
|
|
};
|
|
E40786462110CE70006887B1 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = BDEE7ZBFZ3;
|
|
INFOPLIST_FILE = PersephoneUITests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/../Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TEST_TARGET_NAME = Persephone;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
E40786132110CE6E006887B1 /* Build configuration list for PBXProject "Persephone" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
E407863C2110CE70006887B1 /* Debug */,
|
|
E407863D2110CE70006887B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
E407863E2110CE70006887B1 /* Build configuration list for PBXNativeTarget "Persephone" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
E407863F2110CE70006887B1 /* Debug */,
|
|
E40786402110CE70006887B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
E40786412110CE70006887B1 /* Build configuration list for PBXNativeTarget "PersephoneTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
E40786422110CE70006887B1 /* Debug */,
|
|
E40786432110CE70006887B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
E40786442110CE70006887B1 /* Build configuration list for PBXNativeTarget "PersephoneUITests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
E40786452110CE70006887B1 /* Debug */,
|
|
E40786462110CE70006887B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = E40786102110CE6E006887B1 /* Project object */;
|
|
}
|