Graboo/Graboo.xcodeproj/project.pbxproj
2022-06-14 00:57:43 -07:00

625 lines
23 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objects = {
/* Begin PBXBuildFile section */
80B3AC5528583CBB00CB7B31 /* GrabooApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B3AC5428583CBB00CB7B31 /* GrabooApp.swift */; };
80B3AC5728583CBB00CB7B31 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B3AC5628583CBB00CB7B31 /* ContentView.swift */; };
80B3AC5928583CBD00CB7B31 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 80B3AC5828583CBD00CB7B31 /* Assets.xcassets */; };
80B3AC5C28583CBD00CB7B31 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 80B3AC5B28583CBD00CB7B31 /* Preview Assets.xcassets */; };
80B3AC6628583CBD00CB7B31 /* GrabooTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B3AC6528583CBD00CB7B31 /* GrabooTests.swift */; };
80B3AC7028583CBD00CB7B31 /* GrabooUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B3AC6F28583CBD00CB7B31 /* GrabooUITests.swift */; };
80B3AC7228583CBD00CB7B31 /* GrabooUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B3AC7128583CBD00CB7B31 /* GrabooUITestsLaunchTests.swift */; };
80B3AC8028584E3700CB7B31 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B3AC7F28584E3700CB7B31 /* Client.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
80B3AC6228583CBD00CB7B31 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 80B3AC4928583CBB00CB7B31 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 80B3AC5028583CBB00CB7B31;
remoteInfo = Graboo;
};
80B3AC6C28583CBD00CB7B31 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 80B3AC4928583CBB00CB7B31 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 80B3AC5028583CBB00CB7B31;
remoteInfo = Graboo;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
80B3AC5128583CBB00CB7B31 /* Graboo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Graboo.app; sourceTree = BUILT_PRODUCTS_DIR; };
80B3AC5428583CBB00CB7B31 /* GrabooApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GrabooApp.swift; sourceTree = "<group>"; };
80B3AC5628583CBB00CB7B31 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
80B3AC5828583CBD00CB7B31 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
80B3AC5B28583CBD00CB7B31 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
80B3AC6128583CBD00CB7B31 /* GrabooTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GrabooTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
80B3AC6528583CBD00CB7B31 /* GrabooTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GrabooTests.swift; sourceTree = "<group>"; };
80B3AC6B28583CBD00CB7B31 /* GrabooUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GrabooUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
80B3AC6F28583CBD00CB7B31 /* GrabooUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GrabooUITests.swift; sourceTree = "<group>"; };
80B3AC7128583CBD00CB7B31 /* GrabooUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GrabooUITestsLaunchTests.swift; sourceTree = "<group>"; };
80B3AC7F28584E3700CB7B31 /* Client.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Client.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
80B3AC4E28583CBB00CB7B31 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
80B3AC5E28583CBD00CB7B31 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
80B3AC6828583CBD00CB7B31 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
80B3AC4828583CBB00CB7B31 = {
isa = PBXGroup;
children = (
80B3AC5328583CBB00CB7B31 /* Graboo */,
80B3AC6428583CBD00CB7B31 /* GrabooTests */,
80B3AC6E28583CBD00CB7B31 /* GrabooUITests */,
80B3AC5228583CBB00CB7B31 /* Products */,
);
sourceTree = "<group>";
};
80B3AC5228583CBB00CB7B31 /* Products */ = {
isa = PBXGroup;
children = (
80B3AC5128583CBB00CB7B31 /* Graboo.app */,
80B3AC6128583CBD00CB7B31 /* GrabooTests.xctest */,
80B3AC6B28583CBD00CB7B31 /* GrabooUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
80B3AC5328583CBB00CB7B31 /* Graboo */ = {
isa = PBXGroup;
children = (
80B3AC7E28584E2100CB7B31 /* lib */,
80B3AC5428583CBB00CB7B31 /* GrabooApp.swift */,
80B3AC5628583CBB00CB7B31 /* ContentView.swift */,
80B3AC5828583CBD00CB7B31 /* Assets.xcassets */,
80B3AC5A28583CBD00CB7B31 /* Preview Content */,
);
path = Graboo;
sourceTree = "<group>";
};
80B3AC5A28583CBD00CB7B31 /* Preview Content */ = {
isa = PBXGroup;
children = (
80B3AC5B28583CBD00CB7B31 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
80B3AC6428583CBD00CB7B31 /* GrabooTests */ = {
isa = PBXGroup;
children = (
80B3AC6528583CBD00CB7B31 /* GrabooTests.swift */,
);
path = GrabooTests;
sourceTree = "<group>";
};
80B3AC6E28583CBD00CB7B31 /* GrabooUITests */ = {
isa = PBXGroup;
children = (
80B3AC6F28583CBD00CB7B31 /* GrabooUITests.swift */,
80B3AC7128583CBD00CB7B31 /* GrabooUITestsLaunchTests.swift */,
);
path = GrabooUITests;
sourceTree = "<group>";
};
80B3AC7E28584E2100CB7B31 /* lib */ = {
isa = PBXGroup;
children = (
80B3AC7F28584E3700CB7B31 /* Client.swift */,
);
path = lib;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
80B3AC5028583CBB00CB7B31 /* Graboo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 80B3AC7528583CBD00CB7B31 /* Build configuration list for PBXNativeTarget "Graboo" */;
buildPhases = (
80B3AC4D28583CBB00CB7B31 /* Sources */,
80B3AC4E28583CBB00CB7B31 /* Frameworks */,
80B3AC4F28583CBB00CB7B31 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Graboo;
productName = Graboo;
productReference = 80B3AC5128583CBB00CB7B31 /* Graboo.app */;
productType = "com.apple.product-type.application";
};
80B3AC6028583CBD00CB7B31 /* GrabooTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 80B3AC7828583CBD00CB7B31 /* Build configuration list for PBXNativeTarget "GrabooTests" */;
buildPhases = (
80B3AC5D28583CBD00CB7B31 /* Sources */,
80B3AC5E28583CBD00CB7B31 /* Frameworks */,
80B3AC5F28583CBD00CB7B31 /* Resources */,
);
buildRules = (
);
dependencies = (
80B3AC6328583CBD00CB7B31 /* PBXTargetDependency */,
);
name = GrabooTests;
productName = GrabooTests;
productReference = 80B3AC6128583CBD00CB7B31 /* GrabooTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
80B3AC6A28583CBD00CB7B31 /* GrabooUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 80B3AC7B28583CBD00CB7B31 /* Build configuration list for PBXNativeTarget "GrabooUITests" */;
buildPhases = (
80B3AC6728583CBD00CB7B31 /* Sources */,
80B3AC6828583CBD00CB7B31 /* Frameworks */,
80B3AC6928583CBD00CB7B31 /* Resources */,
);
buildRules = (
);
dependencies = (
80B3AC6D28583CBD00CB7B31 /* PBXTargetDependency */,
);
name = GrabooUITests;
productName = GrabooUITests;
productReference = 80B3AC6B28583CBD00CB7B31 /* GrabooUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
80B3AC4928583CBB00CB7B31 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1300;
LastUpgradeCheck = 1300;
TargetAttributes = {
80B3AC5028583CBB00CB7B31 = {
CreatedOnToolsVersion = 13.0;
};
80B3AC6028583CBD00CB7B31 = {
CreatedOnToolsVersion = 13.0;
TestTargetID = 80B3AC5028583CBB00CB7B31;
};
80B3AC6A28583CBD00CB7B31 = {
CreatedOnToolsVersion = 13.0;
TestTargetID = 80B3AC5028583CBB00CB7B31;
};
};
};
buildConfigurationList = 80B3AC4C28583CBB00CB7B31 /* Build configuration list for PBXProject "Graboo" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 80B3AC4828583CBB00CB7B31;
productRefGroup = 80B3AC5228583CBB00CB7B31 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
80B3AC5028583CBB00CB7B31 /* Graboo */,
80B3AC6028583CBD00CB7B31 /* GrabooTests */,
80B3AC6A28583CBD00CB7B31 /* GrabooUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
80B3AC4F28583CBB00CB7B31 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
80B3AC5C28583CBD00CB7B31 /* Preview Assets.xcassets in Resources */,
80B3AC5928583CBD00CB7B31 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
80B3AC5F28583CBD00CB7B31 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
80B3AC6928583CBD00CB7B31 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
80B3AC4D28583CBB00CB7B31 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
80B3AC5728583CBB00CB7B31 /* ContentView.swift in Sources */,
80B3AC5528583CBB00CB7B31 /* GrabooApp.swift in Sources */,
80B3AC8028584E3700CB7B31 /* Client.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
80B3AC5D28583CBD00CB7B31 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
80B3AC6628583CBD00CB7B31 /* GrabooTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
80B3AC6728583CBD00CB7B31 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
80B3AC7228583CBD00CB7B31 /* GrabooUITestsLaunchTests.swift in Sources */,
80B3AC7028583CBD00CB7B31 /* GrabooUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
80B3AC6328583CBD00CB7B31 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 80B3AC5028583CBB00CB7B31 /* Graboo */;
targetProxy = 80B3AC6228583CBD00CB7B31 /* PBXContainerItemProxy */;
};
80B3AC6D28583CBD00CB7B31 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 80B3AC5028583CBB00CB7B31 /* Graboo */;
targetProxy = 80B3AC6C28583CBD00CB7B31 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
80B3AC7328583CBD00CB7B31 /* 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++17";
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
IPHONEOS_DEPLOYMENT_TARGET = 15.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;
};
80B3AC7428583CBD00CB7B31 /* 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++17";
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
IPHONEOS_DEPLOYMENT_TARGET = 15.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;
};
80B3AC7628583CBD00CB7B31 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Graboo/Preview Content\"";
DEVELOPMENT_TEAM = KJCKD5DSN7;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.jshiffer.Graboo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
80B3AC7728583CBD00CB7B31 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Graboo/Preview Content\"";
DEVELOPMENT_TEAM = KJCKD5DSN7;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.jshiffer.Graboo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
80B3AC7928583CBD00CB7B31 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = KJCKD5DSN7;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.jshiffer.GrabooTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Graboo.app/Graboo";
};
name = Debug;
};
80B3AC7A28583CBD00CB7B31 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = KJCKD5DSN7;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.jshiffer.GrabooTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Graboo.app/Graboo";
};
name = Release;
};
80B3AC7C28583CBD00CB7B31 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = KJCKD5DSN7;
GENERATE_INFOPLIST_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.jshiffer.GrabooUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Graboo;
};
name = Debug;
};
80B3AC7D28583CBD00CB7B31 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = KJCKD5DSN7;
GENERATE_INFOPLIST_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.jshiffer.GrabooUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Graboo;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
80B3AC4C28583CBB00CB7B31 /* Build configuration list for PBXProject "Graboo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
80B3AC7328583CBD00CB7B31 /* Debug */,
80B3AC7428583CBD00CB7B31 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
80B3AC7528583CBD00CB7B31 /* Build configuration list for PBXNativeTarget "Graboo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
80B3AC7628583CBD00CB7B31 /* Debug */,
80B3AC7728583CBD00CB7B31 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
80B3AC7828583CBD00CB7B31 /* Build configuration list for PBXNativeTarget "GrabooTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
80B3AC7928583CBD00CB7B31 /* Debug */,
80B3AC7A28583CBD00CB7B31 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
80B3AC7B28583CBD00CB7B31 /* Build configuration list for PBXNativeTarget "GrabooUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
80B3AC7C28583CBD00CB7B31 /* Debug */,
80B3AC7D28583CBD00CB7B31 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 80B3AC4928583CBB00CB7B31 /* Project object */;
}