SwitchWatch/Switch.xcodeproj/project.pbxproj

579 lines
23 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
4225D8CB2336B5AF00B8B625 /* Switch WatchKit App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 4225D8CA2336B5AF00B8B625 /* Switch WatchKit App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
4225D8D12336B5AF00B8B625 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4225D8CF2336B5AF00B8B625 /* Interface.storyboard */; };
4225D8D32336B5B000B8B625 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4225D8D22336B5B000B8B625 /* Assets.xcassets */; };
4225D8DA2336B5B000B8B625 /* Switch WatchKit Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 4225D8D92336B5B000B8B625 /* Switch WatchKit Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
4225D8DF2336B5B000B8B625 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4225D8DE2336B5B000B8B625 /* ContentView.swift */; };
4225D8E12336B5B000B8B625 /* HostingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4225D8E02336B5B000B8B625 /* HostingController.swift */; };
4225D8E32336B5B000B8B625 /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4225D8E22336B5B000B8B625 /* ExtensionDelegate.swift */; };
4225D8E52336B5B100B8B625 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4225D8E42336B5B100B8B625 /* Assets.xcassets */; };
4225D8E82336B5B100B8B625 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4225D8E72336B5B100B8B625 /* Preview Assets.xcassets */; };
4225D8F82336B8BF00B8B625 /* ComplicationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4225D8F72336B8BF00B8B625 /* ComplicationController.swift */; };
4225D8FA2336B92C00B8B625 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4225D8F92336B92C00B8B625 /* Switch.swift */; };
4225D8FC2336C68400B8B625 /* SwitchURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4225D8FB2336C68400B8B625 /* SwitchURL.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
4225D8CC2336B5AF00B8B625 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4225D8C02336B5AF00B8B625 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4225D8C92336B5AF00B8B625;
remoteInfo = "Switch WatchKit App";
};
4225D8DB2336B5B000B8B625 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4225D8C02336B5AF00B8B625 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4225D8D82336B5B000B8B625;
remoteInfo = "Switch WatchKit Extension";
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
4225D8EF2336B5B100B8B625 /* Embed App Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
4225D8DA2336B5B000B8B625 /* Switch WatchKit Extension.appex in Embed App Extensions */,
);
name = "Embed App Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
4225D8F32336B5B100B8B625 /* Embed Watch Content */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
dstSubfolderSpec = 16;
files = (
4225D8CB2336B5AF00B8B625 /* Switch WatchKit App.app in Embed Watch Content */,
);
name = "Embed Watch Content";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
4225D8C62336B5AF00B8B625 /* Switch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Switch.app; sourceTree = BUILT_PRODUCTS_DIR; };
4225D8CA2336B5AF00B8B625 /* Switch WatchKit App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Switch WatchKit App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4225D8D02336B5AF00B8B625 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
4225D8D22336B5B000B8B625 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4225D8D42336B5B000B8B625 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4225D8D92336B5B000B8B625 /* Switch WatchKit Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Switch WatchKit Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
4225D8DE2336B5B000B8B625 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
4225D8E02336B5B000B8B625 /* HostingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HostingController.swift; sourceTree = "<group>"; };
4225D8E22336B5B000B8B625 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
4225D8E42336B5B100B8B625 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4225D8E72336B5B100B8B625 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
4225D8E92336B5B100B8B625 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4225D8F72336B8BF00B8B625 /* ComplicationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComplicationController.swift; sourceTree = "<group>"; };
4225D8F92336B92C00B8B625 /* Switch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Switch.swift; sourceTree = "<group>"; };
4225D8FB2336C68400B8B625 /* SwitchURL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwitchURL.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
4225D8D62336B5B000B8B625 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
4225D8BF2336B5AF00B8B625 = {
isa = PBXGroup;
children = (
4225D8CE2336B5AF00B8B625 /* Switch WatchKit App */,
4225D8DD2336B5B000B8B625 /* Switch WatchKit Extension */,
4225D8C72336B5AF00B8B625 /* Products */,
);
sourceTree = "<group>";
};
4225D8C72336B5AF00B8B625 /* Products */ = {
isa = PBXGroup;
children = (
4225D8C62336B5AF00B8B625 /* Switch.app */,
4225D8CA2336B5AF00B8B625 /* Switch WatchKit App.app */,
4225D8D92336B5B000B8B625 /* Switch WatchKit Extension.appex */,
);
name = Products;
sourceTree = "<group>";
};
4225D8CE2336B5AF00B8B625 /* Switch WatchKit App */ = {
isa = PBXGroup;
children = (
4225D8CF2336B5AF00B8B625 /* Interface.storyboard */,
4225D8D22336B5B000B8B625 /* Assets.xcassets */,
4225D8D42336B5B000B8B625 /* Info.plist */,
);
path = "Switch WatchKit App";
sourceTree = "<group>";
};
4225D8DD2336B5B000B8B625 /* Switch WatchKit Extension */ = {
isa = PBXGroup;
children = (
4225D8F72336B8BF00B8B625 /* ComplicationController.swift */,
4225D8FB2336C68400B8B625 /* SwitchURL.swift */,
4225D8DE2336B5B000B8B625 /* ContentView.swift */,
4225D8F92336B92C00B8B625 /* Switch.swift */,
4225D8E02336B5B000B8B625 /* HostingController.swift */,
4225D8E22336B5B000B8B625 /* ExtensionDelegate.swift */,
4225D8E42336B5B100B8B625 /* Assets.xcassets */,
4225D8E92336B5B100B8B625 /* Info.plist */,
4225D8E62336B5B100B8B625 /* Preview Content */,
);
path = "Switch WatchKit Extension";
sourceTree = "<group>";
};
4225D8E62336B5B100B8B625 /* Preview Content */ = {
isa = PBXGroup;
children = (
4225D8E72336B5B100B8B625 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
4225D8C52336B5AF00B8B625 /* Switch */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4225D8F42336B5B100B8B625 /* Build configuration list for PBXNativeTarget "Switch" */;
buildPhases = (
4225D8C42336B5AF00B8B625 /* Resources */,
4225D8F32336B5B100B8B625 /* Embed Watch Content */,
);
buildRules = (
);
dependencies = (
4225D8CD2336B5AF00B8B625 /* PBXTargetDependency */,
);
name = Switch;
productName = Switch;
productReference = 4225D8C62336B5AF00B8B625 /* Switch.app */;
productType = "com.apple.product-type.application.watchapp2-container";
};
4225D8C92336B5AF00B8B625 /* Switch WatchKit App */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4225D8F02336B5B100B8B625 /* Build configuration list for PBXNativeTarget "Switch WatchKit App" */;
buildPhases = (
4225D8C82336B5AF00B8B625 /* Resources */,
4225D8EF2336B5B100B8B625 /* Embed App Extensions */,
);
buildRules = (
);
dependencies = (
4225D8DC2336B5B000B8B625 /* PBXTargetDependency */,
);
name = "Switch WatchKit App";
productName = "Switch WatchKit App";
productReference = 4225D8CA2336B5AF00B8B625 /* Switch WatchKit App.app */;
productType = "com.apple.product-type.application.watchapp2";
};
4225D8D82336B5B000B8B625 /* Switch WatchKit Extension */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4225D8EC2336B5B100B8B625 /* Build configuration list for PBXNativeTarget "Switch WatchKit Extension" */;
buildPhases = (
4225D8D52336B5B000B8B625 /* Sources */,
4225D8D62336B5B000B8B625 /* Frameworks */,
4225D8D72336B5B000B8B625 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Switch WatchKit Extension";
productName = "Switch WatchKit Extension";
productReference = 4225D8D92336B5B000B8B625 /* Switch WatchKit Extension.appex */;
productType = "com.apple.product-type.watchkit2-extension";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
4225D8C02336B5AF00B8B625 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1100;
LastUpgradeCheck = 1100;
ORGANIZATIONNAME = Within;
TargetAttributes = {
4225D8C52336B5AF00B8B625 = {
CreatedOnToolsVersion = 11.0;
};
4225D8C92336B5AF00B8B625 = {
CreatedOnToolsVersion = 11.0;
};
4225D8D82336B5B000B8B625 = {
CreatedOnToolsVersion = 11.0;
};
};
};
buildConfigurationList = 4225D8C32336B5AF00B8B625 /* Build configuration list for PBXProject "Switch" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 4225D8BF2336B5AF00B8B625;
productRefGroup = 4225D8C72336B5AF00B8B625 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
4225D8C52336B5AF00B8B625 /* Switch */,
4225D8C92336B5AF00B8B625 /* Switch WatchKit App */,
4225D8D82336B5B000B8B625 /* Switch WatchKit Extension */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
4225D8C42336B5AF00B8B625 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
4225D8C82336B5AF00B8B625 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4225D8D32336B5B000B8B625 /* Assets.xcassets in Resources */,
4225D8D12336B5AF00B8B625 /* Interface.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4225D8D72336B5B000B8B625 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4225D8E82336B5B100B8B625 /* Preview Assets.xcassets in Resources */,
4225D8E52336B5B100B8B625 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
4225D8D52336B5B000B8B625 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4225D8E12336B5B000B8B625 /* HostingController.swift in Sources */,
4225D8F82336B8BF00B8B625 /* ComplicationController.swift in Sources */,
4225D8DF2336B5B000B8B625 /* ContentView.swift in Sources */,
4225D8E32336B5B000B8B625 /* ExtensionDelegate.swift in Sources */,
4225D8FA2336B92C00B8B625 /* Switch.swift in Sources */,
4225D8FC2336C68400B8B625 /* SwitchURL.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
4225D8CD2336B5AF00B8B625 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4225D8C92336B5AF00B8B625 /* Switch WatchKit App */;
targetProxy = 4225D8CC2336B5AF00B8B625 /* PBXContainerItemProxy */;
};
4225D8DC2336B5B000B8B625 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4225D8D82336B5B000B8B625 /* Switch WatchKit Extension */;
targetProxy = 4225D8DB2336B5B000B8B625 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
4225D8CF2336B5AF00B8B625 /* Interface.storyboard */ = {
isa = PBXVariantGroup;
children = (
4225D8D02336B5AF00B8B625 /* Base */,
);
name = Interface.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
4225D8EA2336B5B100B8B625 /* 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;
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;
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;
};
4225D8EB2336B5B100B8B625 /* 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;
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;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
4225D8ED2336B5B100B8B625 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"Switch WatchKit Extension/Preview Content\"";
DEVELOPMENT_TEAM = JFUP8N3G8T;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Switch WatchKit Extension/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = website.within.Switch.watchkitapp.watchkitextension;
PRODUCT_NAME = "${TARGET_NAME}";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 6.0;
};
name = Debug;
};
4225D8EE2336B5B100B8B625 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"Switch WatchKit Extension/Preview Content\"";
DEVELOPMENT_TEAM = JFUP8N3G8T;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Switch WatchKit Extension/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = website.within.Switch.watchkitapp.watchkitextension;
PRODUCT_NAME = "${TARGET_NAME}";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 6.0;
};
name = Release;
};
4225D8F12336B5B100B8B625 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = JFUP8N3G8T;
IBSC_MODULE = Switch_WatchKit_Extension;
INFOPLIST_FILE = "Switch WatchKit App/Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = website.within.Switch.watchkitapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 6.0;
};
name = Debug;
};
4225D8F22336B5B100B8B625 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = JFUP8N3G8T;
IBSC_MODULE = Switch_WatchKit_Extension;
INFOPLIST_FILE = "Switch WatchKit App/Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = website.within.Switch.watchkitapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 6.0;
};
name = Release;
};
4225D8F52336B5B100B8B625 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = JFUP8N3G8T;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = website.within.Switch;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
4225D8F62336B5B100B8B625 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = JFUP8N3G8T;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = website.within.Switch;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
4225D8C32336B5AF00B8B625 /* Build configuration list for PBXProject "Switch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4225D8EA2336B5B100B8B625 /* Debug */,
4225D8EB2336B5B100B8B625 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4225D8EC2336B5B100B8B625 /* Build configuration list for PBXNativeTarget "Switch WatchKit Extension" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4225D8ED2336B5B100B8B625 /* Debug */,
4225D8EE2336B5B100B8B625 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4225D8F02336B5B100B8B625 /* Build configuration list for PBXNativeTarget "Switch WatchKit App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4225D8F12336B5B100B8B625 /* Debug */,
4225D8F22336B5B100B8B625 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4225D8F42336B5B100B8B625 /* Build configuration list for PBXNativeTarget "Switch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4225D8F52336B5B100B8B625 /* Debug */,
4225D8F62336B5B100B8B625 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 4225D8C02336B5AF00B8B625 /* Project object */;
}