Files
Project308/Project308.xcodeproj/project.pbxproj

594 lines
22 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
16C2E9372266302E00C8FA04 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16C2E9362266302E00C8FA04 /* AppDelegate.swift */; };
16C2E93C2266302E00C8FA04 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 16C2E93A2266302E00C8FA04 /* Main.storyboard */; };
16C2E93E2266302E00C8FA04 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 16C2E93D2266302E00C8FA04 /* Assets.xcassets */; };
16C2E9412266302E00C8FA04 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 16C2E93F2266302E00C8FA04 /* LaunchScreen.storyboard */; };
16C2E94C2266302E00C8FA04 /* Project308Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16C2E94B2266302E00C8FA04 /* Project308Tests.swift */; };
16C2E9572266302E00C8FA04 /* Project308UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16C2E9562266302E00C8FA04 /* Project308UITests.swift */; };
D745B592226A512500C85F2A /* StopWatchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D745B591226A512500C85F2A /* StopWatchViewController.swift */; };
D745B594226A55EF00C85F2A /* TimerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D745B593226A55EF00C85F2A /* TimerViewController.swift */; };
D7A41CAA227009750094886D /* WorldClockViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 169F53B8226A243700546074 /* WorldClockViewController.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
16C2E9482266302E00C8FA04 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 16C2E92B2266302E00C8FA04 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 16C2E9322266302E00C8FA04;
remoteInfo = Project308;
};
16C2E9532266302E00C8FA04 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 16C2E92B2266302E00C8FA04 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 16C2E9322266302E00C8FA04;
remoteInfo = Project308;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
169F53B8226A243700546074 /* WorldClockViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldClockViewController.swift; sourceTree = "<group>"; };
16C2E9332266302E00C8FA04 /* Project308.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Project308.app; sourceTree = BUILT_PRODUCTS_DIR; };
16C2E9362266302E00C8FA04 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
16C2E93B2266302E00C8FA04 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
16C2E93D2266302E00C8FA04 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
16C2E9402266302E00C8FA04 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
16C2E9422266302E00C8FA04 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
16C2E9472266302E00C8FA04 /* Project308Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Project308Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
16C2E94B2266302E00C8FA04 /* Project308Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Project308Tests.swift; sourceTree = "<group>"; };
16C2E94D2266302E00C8FA04 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
16C2E9522266302E00C8FA04 /* Project308UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Project308UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
16C2E9562266302E00C8FA04 /* Project308UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Project308UITests.swift; sourceTree = "<group>"; };
16C2E9582266302E00C8FA04 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D745B591226A512500C85F2A /* StopWatchViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StopWatchViewController.swift; sourceTree = "<group>"; };
D745B593226A55EF00C85F2A /* TimerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimerViewController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
16C2E9302266302E00C8FA04 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
16C2E9442266302E00C8FA04 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
16C2E94F2266302E00C8FA04 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
16C2E92A2266302E00C8FA04 = {
isa = PBXGroup;
children = (
16C2E9352266302E00C8FA04 /* Project308 */,
16C2E94A2266302E00C8FA04 /* Project308Tests */,
16C2E9552266302E00C8FA04 /* Project308UITests */,
16C2E9342266302E00C8FA04 /* Products */,
);
sourceTree = "<group>";
};
16C2E9342266302E00C8FA04 /* Products */ = {
isa = PBXGroup;
children = (
16C2E9332266302E00C8FA04 /* Project308.app */,
16C2E9472266302E00C8FA04 /* Project308Tests.xctest */,
16C2E9522266302E00C8FA04 /* Project308UITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
16C2E9352266302E00C8FA04 /* Project308 */ = {
isa = PBXGroup;
children = (
16C2E9362266302E00C8FA04 /* AppDelegate.swift */,
D745B591226A512500C85F2A /* StopWatchViewController.swift */,
D745B593226A55EF00C85F2A /* TimerViewController.swift */,
16C2E93A2266302E00C8FA04 /* Main.storyboard */,
169F53B8226A243700546074 /* WorldClockViewController.swift */,
16C2E93D2266302E00C8FA04 /* Assets.xcassets */,
16C2E93F2266302E00C8FA04 /* LaunchScreen.storyboard */,
16C2E9422266302E00C8FA04 /* Info.plist */,
);
path = Project308;
sourceTree = "<group>";
};
16C2E94A2266302E00C8FA04 /* Project308Tests */ = {
isa = PBXGroup;
children = (
16C2E94B2266302E00C8FA04 /* Project308Tests.swift */,
16C2E94D2266302E00C8FA04 /* Info.plist */,
);
path = Project308Tests;
sourceTree = "<group>";
};
16C2E9552266302E00C8FA04 /* Project308UITests */ = {
isa = PBXGroup;
children = (
16C2E9562266302E00C8FA04 /* Project308UITests.swift */,
16C2E9582266302E00C8FA04 /* Info.plist */,
);
path = Project308UITests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
16C2E9322266302E00C8FA04 /* Project308 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 16C2E95B2266302F00C8FA04 /* Build configuration list for PBXNativeTarget "Project308" */;
buildPhases = (
16C2E92F2266302E00C8FA04 /* Sources */,
16C2E9302266302E00C8FA04 /* Frameworks */,
16C2E9312266302E00C8FA04 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Project308;
productName = Project308;
productReference = 16C2E9332266302E00C8FA04 /* Project308.app */;
productType = "com.apple.product-type.application";
};
16C2E9462266302E00C8FA04 /* Project308Tests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 16C2E95E2266302F00C8FA04 /* Build configuration list for PBXNativeTarget "Project308Tests" */;
buildPhases = (
16C2E9432266302E00C8FA04 /* Sources */,
16C2E9442266302E00C8FA04 /* Frameworks */,
16C2E9452266302E00C8FA04 /* Resources */,
);
buildRules = (
);
dependencies = (
16C2E9492266302E00C8FA04 /* PBXTargetDependency */,
);
name = Project308Tests;
productName = Project308Tests;
productReference = 16C2E9472266302E00C8FA04 /* Project308Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
16C2E9512266302E00C8FA04 /* Project308UITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 16C2E9612266302F00C8FA04 /* Build configuration list for PBXNativeTarget "Project308UITests" */;
buildPhases = (
16C2E94E2266302E00C8FA04 /* Sources */,
16C2E94F2266302E00C8FA04 /* Frameworks */,
16C2E9502266302E00C8FA04 /* Resources */,
);
buildRules = (
);
dependencies = (
16C2E9542266302E00C8FA04 /* PBXTargetDependency */,
);
name = Project308UITests;
productName = Project308UITests;
productReference = 16C2E9522266302E00C8FA04 /* Project308UITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
16C2E92B2266302E00C8FA04 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = "Helton, Aaron S.";
TargetAttributes = {
16C2E9322266302E00C8FA04 = {
CreatedOnToolsVersion = 10.1;
};
16C2E9462266302E00C8FA04 = {
CreatedOnToolsVersion = 10.1;
TestTargetID = 16C2E9322266302E00C8FA04;
};
16C2E9512266302E00C8FA04 = {
CreatedOnToolsVersion = 10.1;
TestTargetID = 16C2E9322266302E00C8FA04;
};
};
};
buildConfigurationList = 16C2E92E2266302E00C8FA04 /* Build configuration list for PBXProject "Project308" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 16C2E92A2266302E00C8FA04;
productRefGroup = 16C2E9342266302E00C8FA04 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
16C2E9322266302E00C8FA04 /* Project308 */,
16C2E9462266302E00C8FA04 /* Project308Tests */,
16C2E9512266302E00C8FA04 /* Project308UITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
16C2E9312266302E00C8FA04 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
16C2E9412266302E00C8FA04 /* LaunchScreen.storyboard in Resources */,
16C2E93E2266302E00C8FA04 /* Assets.xcassets in Resources */,
16C2E93C2266302E00C8FA04 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
16C2E9452266302E00C8FA04 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
16C2E9502266302E00C8FA04 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
16C2E92F2266302E00C8FA04 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D7A41CAA227009750094886D /* WorldClockViewController.swift in Sources */,
D745B592226A512500C85F2A /* StopWatchViewController.swift in Sources */,
D745B594226A55EF00C85F2A /* TimerViewController.swift in Sources */,
16C2E9372266302E00C8FA04 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
16C2E9432266302E00C8FA04 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
16C2E94C2266302E00C8FA04 /* Project308Tests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
16C2E94E2266302E00C8FA04 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
16C2E9572266302E00C8FA04 /* Project308UITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
16C2E9492266302E00C8FA04 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 16C2E9322266302E00C8FA04 /* Project308 */;
targetProxy = 16C2E9482266302E00C8FA04 /* PBXContainerItemProxy */;
};
16C2E9542266302E00C8FA04 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 16C2E9322266302E00C8FA04 /* Project308 */;
targetProxy = 16C2E9532266302E00C8FA04 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
16C2E93A2266302E00C8FA04 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
16C2E93B2266302E00C8FA04 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
16C2E93F2266302E00C8FA04 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
16C2E9402266302E00C8FA04 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
16C2E9592266302F00C8FA04 /* 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.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;
};
16C2E95A2266302F00C8FA04 /* 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.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;
};
16C2E95C2266302F00C8FA04 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = Project308/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = edu.eku.csc.csc308.Project308;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
16C2E95D2266302F00C8FA04 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = Project308/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = edu.eku.csc.csc308.Project308;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
16C2E95F2266302F00C8FA04 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = Project308Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = edu.eku.csc.csc308.Project308Tests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Project308.app/Project308";
};
name = Debug;
};
16C2E9602266302F00C8FA04 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = Project308Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = edu.eku.csc.csc308.Project308Tests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Project308.app/Project308";
};
name = Release;
};
16C2E9622266302F00C8FA04 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = Project308UITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = edu.eku.csc.csc308.Project308UITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Project308;
};
name = Debug;
};
16C2E9632266302F00C8FA04 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = Project308UITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = edu.eku.csc.csc308.Project308UITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Project308;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
16C2E92E2266302E00C8FA04 /* Build configuration list for PBXProject "Project308" */ = {
isa = XCConfigurationList;
buildConfigurations = (
16C2E9592266302F00C8FA04 /* Debug */,
16C2E95A2266302F00C8FA04 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
16C2E95B2266302F00C8FA04 /* Build configuration list for PBXNativeTarget "Project308" */ = {
isa = XCConfigurationList;
buildConfigurations = (
16C2E95C2266302F00C8FA04 /* Debug */,
16C2E95D2266302F00C8FA04 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
16C2E95E2266302F00C8FA04 /* Build configuration list for PBXNativeTarget "Project308Tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
16C2E95F2266302F00C8FA04 /* Debug */,
16C2E9602266302F00C8FA04 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
16C2E9612266302F00C8FA04 /* Build configuration list for PBXNativeTarget "Project308UITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
16C2E9622266302F00C8FA04 /* Debug */,
16C2E9632266302F00C8FA04 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 16C2E92B2266302E00C8FA04 /* Project object */;
}