592 lines
21 KiB
Plaintext
592 lines
21 KiB
Plaintext
|
// !$*UTF8*$!
|
||
|
{
|
||
|
archiveVersion = 1;
|
||
|
classes = {
|
||
|
};
|
||
|
objectVersion = 50;
|
||
|
objects = {
|
||
|
|
||
|
/* Begin PBXBuildFile section */
|
||
|
D6D4DDD0212518A000E1C4BB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D4DDCF212518A000E1C4BB /* AppDelegate.swift */; };
|
||
|
D6D4DDD2212518A000E1C4BB /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D4DDD1212518A000E1C4BB /* ViewController.swift */; };
|
||
|
D6D4DDD5212518A000E1C4BB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D6D4DDD3212518A000E1C4BB /* Main.storyboard */; };
|
||
|
D6D4DDD7212518A200E1C4BB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D6D4DDD6212518A200E1C4BB /* Assets.xcassets */; };
|
||
|
D6D4DDDA212518A200E1C4BB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D6D4DDD8212518A200E1C4BB /* LaunchScreen.storyboard */; };
|
||
|
D6D4DDE5212518A200E1C4BB /* TuskerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D4DDE4212518A200E1C4BB /* TuskerTests.swift */; };
|
||
|
D6D4DDF0212518A200E1C4BB /* TuskerUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D4DDEF212518A200E1C4BB /* TuskerUITests.swift */; };
|
||
|
/* End PBXBuildFile section */
|
||
|
|
||
|
/* Begin PBXContainerItemProxy section */
|
||
|
D6D4DDE1212518A200E1C4BB /* PBXContainerItemProxy */ = {
|
||
|
isa = PBXContainerItemProxy;
|
||
|
containerPortal = D6D4DDC4212518A000E1C4BB /* Project object */;
|
||
|
proxyType = 1;
|
||
|
remoteGlobalIDString = D6D4DDCB212518A000E1C4BB;
|
||
|
remoteInfo = Tusker;
|
||
|
};
|
||
|
D6D4DDEC212518A200E1C4BB /* PBXContainerItemProxy */ = {
|
||
|
isa = PBXContainerItemProxy;
|
||
|
containerPortal = D6D4DDC4212518A000E1C4BB /* Project object */;
|
||
|
proxyType = 1;
|
||
|
remoteGlobalIDString = D6D4DDCB212518A000E1C4BB;
|
||
|
remoteInfo = Tusker;
|
||
|
};
|
||
|
/* End PBXContainerItemProxy section */
|
||
|
|
||
|
/* Begin PBXFileReference section */
|
||
|
D6D4DDCC212518A000E1C4BB /* Tusker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Tusker.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
D6D4DDCF212518A000E1C4BB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||
|
D6D4DDD1212518A000E1C4BB /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
||
|
D6D4DDD4212518A000E1C4BB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||
|
D6D4DDD6212518A200E1C4BB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||
|
D6D4DDD9212518A200E1C4BB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||
|
D6D4DDDB212518A200E1C4BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||
|
D6D4DDE0212518A200E1C4BB /* TuskerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TuskerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
D6D4DDE4212518A200E1C4BB /* TuskerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TuskerTests.swift; sourceTree = "<group>"; };
|
||
|
D6D4DDE6212518A200E1C4BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||
|
D6D4DDEB212518A200E1C4BB /* TuskerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TuskerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
D6D4DDEF212518A200E1C4BB /* TuskerUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TuskerUITests.swift; sourceTree = "<group>"; };
|
||
|
D6D4DDF1212518A200E1C4BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||
|
/* End PBXFileReference section */
|
||
|
|
||
|
/* Begin PBXFrameworksBuildPhase section */
|
||
|
D6D4DDC9212518A000E1C4BB /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
D6D4DDDD212518A200E1C4BB /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
D6D4DDE8212518A200E1C4BB /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXFrameworksBuildPhase section */
|
||
|
|
||
|
/* Begin PBXGroup section */
|
||
|
D6D4DDC3212518A000E1C4BB = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D6D4DDCE212518A000E1C4BB /* Tusker */,
|
||
|
D6D4DDE3212518A200E1C4BB /* TuskerTests */,
|
||
|
D6D4DDEE212518A200E1C4BB /* TuskerUITests */,
|
||
|
D6D4DDCD212518A000E1C4BB /* Products */,
|
||
|
);
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
D6D4DDCD212518A000E1C4BB /* Products */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D6D4DDCC212518A000E1C4BB /* Tusker.app */,
|
||
|
D6D4DDE0212518A200E1C4BB /* TuskerTests.xctest */,
|
||
|
D6D4DDEB212518A200E1C4BB /* TuskerUITests.xctest */,
|
||
|
);
|
||
|
name = Products;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
D6D4DDCE212518A000E1C4BB /* Tusker */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D6D4DDCF212518A000E1C4BB /* AppDelegate.swift */,
|
||
|
D6D4DDD1212518A000E1C4BB /* ViewController.swift */,
|
||
|
D6D4DDD3212518A000E1C4BB /* Main.storyboard */,
|
||
|
D6D4DDD6212518A200E1C4BB /* Assets.xcassets */,
|
||
|
D6D4DDD8212518A200E1C4BB /* LaunchScreen.storyboard */,
|
||
|
D6D4DDDB212518A200E1C4BB /* Info.plist */,
|
||
|
);
|
||
|
path = Tusker;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
D6D4DDE3212518A200E1C4BB /* TuskerTests */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D6D4DDE4212518A200E1C4BB /* TuskerTests.swift */,
|
||
|
D6D4DDE6212518A200E1C4BB /* Info.plist */,
|
||
|
);
|
||
|
path = TuskerTests;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
D6D4DDEE212518A200E1C4BB /* TuskerUITests */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D6D4DDEF212518A200E1C4BB /* TuskerUITests.swift */,
|
||
|
D6D4DDF1212518A200E1C4BB /* Info.plist */,
|
||
|
);
|
||
|
path = TuskerUITests;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXGroup section */
|
||
|
|
||
|
/* Begin PBXNativeTarget section */
|
||
|
D6D4DDCB212518A000E1C4BB /* Tusker */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = D6D4DDF4212518A200E1C4BB /* Build configuration list for PBXNativeTarget "Tusker" */;
|
||
|
buildPhases = (
|
||
|
D6D4DDC8212518A000E1C4BB /* Sources */,
|
||
|
D6D4DDC9212518A000E1C4BB /* Frameworks */,
|
||
|
D6D4DDCA212518A000E1C4BB /* Resources */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
);
|
||
|
name = Tusker;
|
||
|
productName = Tusker;
|
||
|
productReference = D6D4DDCC212518A000E1C4BB /* Tusker.app */;
|
||
|
productType = "com.apple.product-type.application";
|
||
|
};
|
||
|
D6D4DDDF212518A200E1C4BB /* TuskerTests */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = D6D4DDF7212518A200E1C4BB /* Build configuration list for PBXNativeTarget "TuskerTests" */;
|
||
|
buildPhases = (
|
||
|
D6D4DDDC212518A200E1C4BB /* Sources */,
|
||
|
D6D4DDDD212518A200E1C4BB /* Frameworks */,
|
||
|
D6D4DDDE212518A200E1C4BB /* Resources */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
D6D4DDE2212518A200E1C4BB /* PBXTargetDependency */,
|
||
|
);
|
||
|
name = TuskerTests;
|
||
|
productName = TuskerTests;
|
||
|
productReference = D6D4DDE0212518A200E1C4BB /* TuskerTests.xctest */;
|
||
|
productType = "com.apple.product-type.bundle.unit-test";
|
||
|
};
|
||
|
D6D4DDEA212518A200E1C4BB /* TuskerUITests */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = D6D4DDFA212518A200E1C4BB /* Build configuration list for PBXNativeTarget "TuskerUITests" */;
|
||
|
buildPhases = (
|
||
|
D6D4DDE7212518A200E1C4BB /* Sources */,
|
||
|
D6D4DDE8212518A200E1C4BB /* Frameworks */,
|
||
|
D6D4DDE9212518A200E1C4BB /* Resources */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
D6D4DDED212518A200E1C4BB /* PBXTargetDependency */,
|
||
|
);
|
||
|
name = TuskerUITests;
|
||
|
productName = TuskerUITests;
|
||
|
productReference = D6D4DDEB212518A200E1C4BB /* TuskerUITests.xctest */;
|
||
|
productType = "com.apple.product-type.bundle.ui-testing";
|
||
|
};
|
||
|
/* End PBXNativeTarget section */
|
||
|
|
||
|
/* Begin PBXProject section */
|
||
|
D6D4DDC4212518A000E1C4BB /* Project object */ = {
|
||
|
isa = PBXProject;
|
||
|
attributes = {
|
||
|
LastSwiftUpdateCheck = 1000;
|
||
|
LastUpgradeCheck = 1000;
|
||
|
ORGANIZATIONNAME = Shadowfacts;
|
||
|
TargetAttributes = {
|
||
|
D6D4DDCB212518A000E1C4BB = {
|
||
|
CreatedOnToolsVersion = 10.0;
|
||
|
};
|
||
|
D6D4DDDF212518A200E1C4BB = {
|
||
|
CreatedOnToolsVersion = 10.0;
|
||
|
TestTargetID = D6D4DDCB212518A000E1C4BB;
|
||
|
};
|
||
|
D6D4DDEA212518A200E1C4BB = {
|
||
|
CreatedOnToolsVersion = 10.0;
|
||
|
TestTargetID = D6D4DDCB212518A000E1C4BB;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
buildConfigurationList = D6D4DDC7212518A000E1C4BB /* Build configuration list for PBXProject "Tusker" */;
|
||
|
compatibilityVersion = "Xcode 9.3";
|
||
|
developmentRegion = en;
|
||
|
hasScannedForEncodings = 0;
|
||
|
knownRegions = (
|
||
|
en,
|
||
|
Base,
|
||
|
);
|
||
|
mainGroup = D6D4DDC3212518A000E1C4BB;
|
||
|
productRefGroup = D6D4DDCD212518A000E1C4BB /* Products */;
|
||
|
projectDirPath = "";
|
||
|
projectRoot = "";
|
||
|
targets = (
|
||
|
D6D4DDCB212518A000E1C4BB /* Tusker */,
|
||
|
D6D4DDDF212518A200E1C4BB /* TuskerTests */,
|
||
|
D6D4DDEA212518A200E1C4BB /* TuskerUITests */,
|
||
|
);
|
||
|
};
|
||
|
/* End PBXProject section */
|
||
|
|
||
|
/* Begin PBXResourcesBuildPhase section */
|
||
|
D6D4DDCA212518A000E1C4BB /* Resources */ = {
|
||
|
isa = PBXResourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
D6D4DDDA212518A200E1C4BB /* LaunchScreen.storyboard in Resources */,
|
||
|
D6D4DDD7212518A200E1C4BB /* Assets.xcassets in Resources */,
|
||
|
D6D4DDD5212518A000E1C4BB /* Main.storyboard in Resources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
D6D4DDDE212518A200E1C4BB /* Resources */ = {
|
||
|
isa = PBXResourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
D6D4DDE9212518A200E1C4BB /* Resources */ = {
|
||
|
isa = PBXResourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXResourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXSourcesBuildPhase section */
|
||
|
D6D4DDC8212518A000E1C4BB /* Sources */ = {
|
||
|
isa = PBXSourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
D6D4DDD2212518A000E1C4BB /* ViewController.swift in Sources */,
|
||
|
D6D4DDD0212518A000E1C4BB /* AppDelegate.swift in Sources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
D6D4DDDC212518A200E1C4BB /* Sources */ = {
|
||
|
isa = PBXSourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
D6D4DDE5212518A200E1C4BB /* TuskerTests.swift in Sources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
D6D4DDE7212518A200E1C4BB /* Sources */ = {
|
||
|
isa = PBXSourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
D6D4DDF0212518A200E1C4BB /* TuskerUITests.swift in Sources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXSourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXTargetDependency section */
|
||
|
D6D4DDE2212518A200E1C4BB /* PBXTargetDependency */ = {
|
||
|
isa = PBXTargetDependency;
|
||
|
target = D6D4DDCB212518A000E1C4BB /* Tusker */;
|
||
|
targetProxy = D6D4DDE1212518A200E1C4BB /* PBXContainerItemProxy */;
|
||
|
};
|
||
|
D6D4DDED212518A200E1C4BB /* PBXTargetDependency */ = {
|
||
|
isa = PBXTargetDependency;
|
||
|
target = D6D4DDCB212518A000E1C4BB /* Tusker */;
|
||
|
targetProxy = D6D4DDEC212518A200E1C4BB /* PBXContainerItemProxy */;
|
||
|
};
|
||
|
/* End PBXTargetDependency section */
|
||
|
|
||
|
/* Begin PBXVariantGroup section */
|
||
|
D6D4DDD3212518A000E1C4BB /* Main.storyboard */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
D6D4DDD4212518A000E1C4BB /* Base */,
|
||
|
);
|
||
|
name = Main.storyboard;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
D6D4DDD8212518A200E1C4BB /* LaunchScreen.storyboard */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
D6D4DDD9212518A200E1C4BB /* Base */,
|
||
|
);
|
||
|
name = LaunchScreen.storyboard;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXVariantGroup section */
|
||
|
|
||
|
/* Begin XCBuildConfiguration section */
|
||
|
D6D4DDF2212518A200E1C4BB /* 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 = "iPhone 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;
|
||
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||
|
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;
|
||
|
};
|
||
|
D6D4DDF3212518A200E1C4BB /* 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 = "iPhone 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;
|
||
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||
|
MTL_FAST_MATH = YES;
|
||
|
SDKROOT = iphoneos;
|
||
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
||
|
VALIDATE_PRODUCT = YES;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
D6D4DDF5212518A200E1C4BB /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
CODE_SIGN_STYLE = Automatic;
|
||
|
DEVELOPMENT_TEAM = HGYVAQA9FW;
|
||
|
INFOPLIST_FILE = Tusker/Info.plist;
|
||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
"$(inherited)",
|
||
|
"@executable_path/Frameworks",
|
||
|
);
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.Tusker;
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
SWIFT_VERSION = 4.2;
|
||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
D6D4DDF6212518A200E1C4BB /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
CODE_SIGN_STYLE = Automatic;
|
||
|
DEVELOPMENT_TEAM = HGYVAQA9FW;
|
||
|
INFOPLIST_FILE = Tusker/Info.plist;
|
||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
"$(inherited)",
|
||
|
"@executable_path/Frameworks",
|
||
|
);
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.Tusker;
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
SWIFT_VERSION = 4.2;
|
||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
D6D4DDF8212518A200E1C4BB /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||
|
CODE_SIGN_STYLE = Automatic;
|
||
|
DEVELOPMENT_TEAM = HGYVAQA9FW;
|
||
|
INFOPLIST_FILE = TuskerTests/Info.plist;
|
||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
"$(inherited)",
|
||
|
"@executable_path/Frameworks",
|
||
|
"@loader_path/Frameworks",
|
||
|
);
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.TuskerTests;
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
SWIFT_VERSION = 4.2;
|
||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Tusker.app/Tusker";
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
D6D4DDF9212518A200E1C4BB /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||
|
CODE_SIGN_STYLE = Automatic;
|
||
|
DEVELOPMENT_TEAM = HGYVAQA9FW;
|
||
|
INFOPLIST_FILE = TuskerTests/Info.plist;
|
||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
"$(inherited)",
|
||
|
"@executable_path/Frameworks",
|
||
|
"@loader_path/Frameworks",
|
||
|
);
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.TuskerTests;
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
SWIFT_VERSION = 4.2;
|
||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Tusker.app/Tusker";
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
D6D4DDFB212518A200E1C4BB /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||
|
CODE_SIGN_STYLE = Automatic;
|
||
|
DEVELOPMENT_TEAM = HGYVAQA9FW;
|
||
|
INFOPLIST_FILE = TuskerUITests/Info.plist;
|
||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
"$(inherited)",
|
||
|
"@executable_path/Frameworks",
|
||
|
"@loader_path/Frameworks",
|
||
|
);
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.TuskerUITests;
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
SWIFT_VERSION = 4.2;
|
||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||
|
TEST_TARGET_NAME = Tusker;
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
D6D4DDFC212518A200E1C4BB /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||
|
CODE_SIGN_STYLE = Automatic;
|
||
|
DEVELOPMENT_TEAM = HGYVAQA9FW;
|
||
|
INFOPLIST_FILE = TuskerUITests/Info.plist;
|
||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
"$(inherited)",
|
||
|
"@executable_path/Frameworks",
|
||
|
"@loader_path/Frameworks",
|
||
|
);
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.TuskerUITests;
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
SWIFT_VERSION = 4.2;
|
||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||
|
TEST_TARGET_NAME = Tusker;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
/* End XCBuildConfiguration section */
|
||
|
|
||
|
/* Begin XCConfigurationList section */
|
||
|
D6D4DDC7212518A000E1C4BB /* Build configuration list for PBXProject "Tusker" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
D6D4DDF2212518A200E1C4BB /* Debug */,
|
||
|
D6D4DDF3212518A200E1C4BB /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
D6D4DDF4212518A200E1C4BB /* Build configuration list for PBXNativeTarget "Tusker" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
D6D4DDF5212518A200E1C4BB /* Debug */,
|
||
|
D6D4DDF6212518A200E1C4BB /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
D6D4DDF7212518A200E1C4BB /* Build configuration list for PBXNativeTarget "TuskerTests" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
D6D4DDF8212518A200E1C4BB /* Debug */,
|
||
|
D6D4DDF9212518A200E1C4BB /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
D6D4DDFA212518A200E1C4BB /* Build configuration list for PBXNativeTarget "TuskerUITests" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
D6D4DDFB212518A200E1C4BB /* Debug */,
|
||
|
D6D4DDFC212518A200E1C4BB /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
/* End XCConfigurationList section */
|
||
|
};
|
||
|
rootObject = D6D4DDC4212518A000E1C4BB /* Project object */;
|
||
|
}
|