book--hacking-with-swift/05-word-scramble/Word Scrable/Word Scrable.xcodeproj/project.pbxproj

344 lines
13 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
F3FD7EB521F06A6D009FDABA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3FD7EB421F06A6D009FDABA /* AppDelegate.swift */; };
F3FD7EB721F06A6D009FDABA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3FD7EB621F06A6D009FDABA /* ViewController.swift */; };
F3FD7EBA21F06A6D009FDABA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F3FD7EB821F06A6D009FDABA /* Main.storyboard */; };
F3FD7EBC21F06A6E009FDABA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F3FD7EBB21F06A6E009FDABA /* Assets.xcassets */; };
F3FD7EBF21F06A6E009FDABA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F3FD7EBD21F06A6E009FDABA /* LaunchScreen.storyboard */; };
F3FD7EC721F121FE009FDABA /* starting-words.txt in Resources */ = {isa = PBXBuildFile; fileRef = F3FD7EC621F121FE009FDABA /* starting-words.txt */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
F3FD7EB121F06A6D009FDABA /* Word Scrable.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Word Scrable.app"; sourceTree = BUILT_PRODUCTS_DIR; };
F3FD7EB421F06A6D009FDABA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
F3FD7EB621F06A6D009FDABA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
F3FD7EB921F06A6D009FDABA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
F3FD7EBB21F06A6E009FDABA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F3FD7EBE21F06A6E009FDABA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
F3FD7EC021F06A6E009FDABA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F3FD7EC621F121FE009FDABA /* starting-words.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "starting-words.txt"; path = "../../private/book-source/project5-files/starting-words.txt"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F3FD7EAE21F06A6D009FDABA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F3FD7EA821F06A6D009FDABA = {
isa = PBXGroup;
children = (
F3FD7EC621F121FE009FDABA /* starting-words.txt */,
F3FD7EB321F06A6D009FDABA /* Word Scrable */,
F3FD7EB221F06A6D009FDABA /* Products */,
);
sourceTree = "<group>";
};
F3FD7EB221F06A6D009FDABA /* Products */ = {
isa = PBXGroup;
children = (
F3FD7EB121F06A6D009FDABA /* Word Scrable.app */,
);
name = Products;
sourceTree = "<group>";
};
F3FD7EB321F06A6D009FDABA /* Word Scrable */ = {
isa = PBXGroup;
children = (
F3FD7EB421F06A6D009FDABA /* AppDelegate.swift */,
F3FD7EB621F06A6D009FDABA /* ViewController.swift */,
F3FD7EB821F06A6D009FDABA /* Main.storyboard */,
F3FD7EBB21F06A6E009FDABA /* Assets.xcassets */,
F3FD7EBD21F06A6E009FDABA /* LaunchScreen.storyboard */,
F3FD7EC021F06A6E009FDABA /* Info.plist */,
);
path = "Word Scrable";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
F3FD7EB021F06A6D009FDABA /* Word Scrable */ = {
isa = PBXNativeTarget;
buildConfigurationList = F3FD7EC321F06A6E009FDABA /* Build configuration list for PBXNativeTarget "Word Scrable" */;
buildPhases = (
F3FD7EAD21F06A6D009FDABA /* Sources */,
F3FD7EAE21F06A6D009FDABA /* Frameworks */,
F3FD7EAF21F06A6D009FDABA /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Word Scrable";
productName = "Word Scrable";
productReference = F3FD7EB121F06A6D009FDABA /* Word Scrable.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F3FD7EA921F06A6D009FDABA /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = "Brian Sipple";
TargetAttributes = {
F3FD7EB021F06A6D009FDABA = {
CreatedOnToolsVersion = 10.1;
};
};
};
buildConfigurationList = F3FD7EAC21F06A6D009FDABA /* Build configuration list for PBXProject "Word Scrable" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F3FD7EA821F06A6D009FDABA;
productRefGroup = F3FD7EB221F06A6D009FDABA /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F3FD7EB021F06A6D009FDABA /* Word Scrable */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F3FD7EAF21F06A6D009FDABA /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3FD7EBF21F06A6E009FDABA /* LaunchScreen.storyboard in Resources */,
F3FD7EC721F121FE009FDABA /* starting-words.txt in Resources */,
F3FD7EBC21F06A6E009FDABA /* Assets.xcassets in Resources */,
F3FD7EBA21F06A6D009FDABA /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F3FD7EAD21F06A6D009FDABA /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3FD7EB721F06A6D009FDABA /* ViewController.swift in Sources */,
F3FD7EB521F06A6D009FDABA /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
F3FD7EB821F06A6D009FDABA /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
F3FD7EB921F06A6D009FDABA /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
F3FD7EBD21F06A6E009FDABA /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
F3FD7EBE21F06A6E009FDABA /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
F3FD7EC121F06A6E009FDABA /* 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;
};
F3FD7EC221F06A6E009FDABA /* 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;
};
F3FD7EC421F06A6E009FDABA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "Word Scrable/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "io.sipple.Word-Scrable";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F3FD7EC521F06A6E009FDABA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "Word Scrable/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "io.sipple.Word-Scrable";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F3FD7EAC21F06A6D009FDABA /* Build configuration list for PBXProject "Word Scrable" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3FD7EC121F06A6E009FDABA /* Debug */,
F3FD7EC221F06A6E009FDABA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F3FD7EC321F06A6E009FDABA /* Build configuration list for PBXNativeTarget "Word Scrable" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3FD7EC421F06A6E009FDABA /* Debug */,
F3FD7EC521F06A6E009FDABA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F3FD7EA921F06A6D009FDABA /* Project object */;
}