The app is starting to look good
This commit is contained in:
608
Brewer.xcodeproj/project.pbxproj
Normal file
608
Brewer.xcodeproj/project.pbxproj
Normal file
@@ -0,0 +1,608 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 56;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
9E6C73072C3D5E570056ADDC /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E6C73062C3D5E570056ADDC /* SearchView.swift */; };
|
||||
9E6C73092C3D5E950056ADDC /* InstalledView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E6C73082C3D5E950056ADDC /* InstalledView.swift */; };
|
||||
9E8CE5362C3C545600A39146 /* BrewerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8CE5352C3C545600A39146 /* BrewerApp.swift */; };
|
||||
9E8CE5382C3C545600A39146 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8CE5372C3C545600A39146 /* ContentView.swift */; };
|
||||
9E8CE53A2C3C545700A39146 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9E8CE5392C3C545700A39146 /* Assets.xcassets */; };
|
||||
9E8CE53D2C3C545700A39146 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9E8CE53C2C3C545700A39146 /* Preview Assets.xcassets */; };
|
||||
9E8CE5482C3C545800A39146 /* BrewerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8CE5472C3C545800A39146 /* BrewerTests.swift */; };
|
||||
9E8CE5522C3C545800A39146 /* BrewerUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8CE5512C3C545800A39146 /* BrewerUITests.swift */; };
|
||||
9E8CE5542C3C545800A39146 /* BrewerUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8CE5532C3C545800A39146 /* BrewerUITestsLaunchTests.swift */; };
|
||||
9E8CE5622C3C5A6A00A39146 /* Homebrew.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8CE5612C3C5A6A00A39146 /* Homebrew.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
9E8CE5442C3C545800A39146 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 9E8CE52A2C3C545600A39146 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 9E8CE5312C3C545600A39146;
|
||||
remoteInfo = Brewer;
|
||||
};
|
||||
9E8CE54E2C3C545800A39146 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 9E8CE52A2C3C545600A39146 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 9E8CE5312C3C545600A39146;
|
||||
remoteInfo = Brewer;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
9E6C73062C3D5E570056ADDC /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; };
|
||||
9E6C73082C3D5E950056ADDC /* InstalledView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstalledView.swift; sourceTree = "<group>"; };
|
||||
9E8CE5322C3C545600A39146 /* Brewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Brewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9E8CE5352C3C545600A39146 /* BrewerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrewerApp.swift; sourceTree = "<group>"; };
|
||||
9E8CE5372C3C545600A39146 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
9E8CE5392C3C545700A39146 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
9E8CE53C2C3C545700A39146 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||||
9E8CE53E2C3C545700A39146 /* Brewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Brewer.entitlements; sourceTree = "<group>"; };
|
||||
9E8CE5432C3C545800A39146 /* BrewerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BrewerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9E8CE5472C3C545800A39146 /* BrewerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrewerTests.swift; sourceTree = "<group>"; };
|
||||
9E8CE54D2C3C545800A39146 /* BrewerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BrewerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9E8CE5512C3C545800A39146 /* BrewerUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrewerUITests.swift; sourceTree = "<group>"; };
|
||||
9E8CE5532C3C545800A39146 /* BrewerUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrewerUITestsLaunchTests.swift; sourceTree = "<group>"; };
|
||||
9E8CE5612C3C5A6A00A39146 /* Homebrew.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Homebrew.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
9E8CE52F2C3C545600A39146 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
9E8CE5402C3C545800A39146 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
9E8CE54A2C3C545800A39146 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
9E8CE5292C3C545600A39146 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9E8CE5342C3C545600A39146 /* Brewer */,
|
||||
9E8CE5462C3C545800A39146 /* BrewerTests */,
|
||||
9E8CE5502C3C545800A39146 /* BrewerUITests */,
|
||||
9E8CE5332C3C545600A39146 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9E8CE5332C3C545600A39146 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9E8CE5322C3C545600A39146 /* Brewer.app */,
|
||||
9E8CE5432C3C545800A39146 /* BrewerTests.xctest */,
|
||||
9E8CE54D2C3C545800A39146 /* BrewerUITests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9E8CE5342C3C545600A39146 /* Brewer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9E8CE5602C3C5A5000A39146 /* Model */,
|
||||
9E8CE5352C3C545600A39146 /* BrewerApp.swift */,
|
||||
9E6C73062C3D5E570056ADDC /* SearchView.swift */,
|
||||
9E6C73082C3D5E950056ADDC /* InstalledView.swift */,
|
||||
9E8CE5372C3C545600A39146 /* ContentView.swift */,
|
||||
9E8CE5392C3C545700A39146 /* Assets.xcassets */,
|
||||
9E8CE53E2C3C545700A39146 /* Brewer.entitlements */,
|
||||
9E8CE53B2C3C545700A39146 /* Preview Content */,
|
||||
);
|
||||
path = Brewer;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9E8CE53B2C3C545700A39146 /* Preview Content */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9E8CE53C2C3C545700A39146 /* Preview Assets.xcassets */,
|
||||
);
|
||||
path = "Preview Content";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9E8CE5462C3C545800A39146 /* BrewerTests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9E8CE5472C3C545800A39146 /* BrewerTests.swift */,
|
||||
);
|
||||
path = BrewerTests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9E8CE5502C3C545800A39146 /* BrewerUITests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9E8CE5512C3C545800A39146 /* BrewerUITests.swift */,
|
||||
9E8CE5532C3C545800A39146 /* BrewerUITestsLaunchTests.swift */,
|
||||
);
|
||||
path = BrewerUITests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9E8CE5602C3C5A5000A39146 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9E8CE5612C3C5A6A00A39146 /* Homebrew.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
9E8CE5312C3C545600A39146 /* Brewer */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 9E8CE5572C3C545800A39146 /* Build configuration list for PBXNativeTarget "Brewer" */;
|
||||
buildPhases = (
|
||||
9E8CE52E2C3C545600A39146 /* Sources */,
|
||||
9E8CE52F2C3C545600A39146 /* Frameworks */,
|
||||
9E8CE5302C3C545600A39146 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = Brewer;
|
||||
productName = Brewer;
|
||||
productReference = 9E8CE5322C3C545600A39146 /* Brewer.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
9E8CE5422C3C545800A39146 /* BrewerTests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 9E8CE55A2C3C545800A39146 /* Build configuration list for PBXNativeTarget "BrewerTests" */;
|
||||
buildPhases = (
|
||||
9E8CE53F2C3C545800A39146 /* Sources */,
|
||||
9E8CE5402C3C545800A39146 /* Frameworks */,
|
||||
9E8CE5412C3C545800A39146 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
9E8CE5452C3C545800A39146 /* PBXTargetDependency */,
|
||||
);
|
||||
name = BrewerTests;
|
||||
productName = BrewerTests;
|
||||
productReference = 9E8CE5432C3C545800A39146 /* BrewerTests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
9E8CE54C2C3C545800A39146 /* BrewerUITests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 9E8CE55D2C3C545800A39146 /* Build configuration list for PBXNativeTarget "BrewerUITests" */;
|
||||
buildPhases = (
|
||||
9E8CE5492C3C545800A39146 /* Sources */,
|
||||
9E8CE54A2C3C545800A39146 /* Frameworks */,
|
||||
9E8CE54B2C3C545800A39146 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
9E8CE54F2C3C545800A39146 /* PBXTargetDependency */,
|
||||
);
|
||||
name = BrewerUITests;
|
||||
productName = BrewerUITests;
|
||||
productReference = 9E8CE54D2C3C545800A39146 /* BrewerUITests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.ui-testing";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
9E8CE52A2C3C545600A39146 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = 1;
|
||||
LastSwiftUpdateCheck = 1540;
|
||||
LastUpgradeCheck = 1540;
|
||||
TargetAttributes = {
|
||||
9E8CE5312C3C545600A39146 = {
|
||||
CreatedOnToolsVersion = 15.4;
|
||||
};
|
||||
9E8CE5422C3C545800A39146 = {
|
||||
CreatedOnToolsVersion = 15.4;
|
||||
TestTargetID = 9E8CE5312C3C545600A39146;
|
||||
};
|
||||
9E8CE54C2C3C545800A39146 = {
|
||||
CreatedOnToolsVersion = 15.4;
|
||||
TestTargetID = 9E8CE5312C3C545600A39146;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 9E8CE52D2C3C545600A39146 /* Build configuration list for PBXProject "Brewer" */;
|
||||
compatibilityVersion = "Xcode 14.0";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 9E8CE5292C3C545600A39146;
|
||||
productRefGroup = 9E8CE5332C3C545600A39146 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
9E8CE5312C3C545600A39146 /* Brewer */,
|
||||
9E8CE5422C3C545800A39146 /* BrewerTests */,
|
||||
9E8CE54C2C3C545800A39146 /* BrewerUITests */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
9E8CE5302C3C545600A39146 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
9E8CE53D2C3C545700A39146 /* Preview Assets.xcassets in Resources */,
|
||||
9E8CE53A2C3C545700A39146 /* Assets.xcassets in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
9E8CE5412C3C545800A39146 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
9E8CE54B2C3C545800A39146 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
9E8CE52E2C3C545600A39146 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
9E6C73072C3D5E570056ADDC /* SearchView.swift in Sources */,
|
||||
9E8CE5382C3C545600A39146 /* ContentView.swift in Sources */,
|
||||
9E8CE5622C3C5A6A00A39146 /* Homebrew.swift in Sources */,
|
||||
9E6C73092C3D5E950056ADDC /* InstalledView.swift in Sources */,
|
||||
9E8CE5362C3C545600A39146 /* BrewerApp.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
9E8CE53F2C3C545800A39146 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
9E8CE5482C3C545800A39146 /* BrewerTests.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
9E8CE5492C3C545800A39146 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
9E8CE5522C3C545800A39146 /* BrewerUITests.swift in Sources */,
|
||||
9E8CE5542C3C545800A39146 /* BrewerUITestsLaunchTests.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
9E8CE5452C3C545800A39146 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 9E8CE5312C3C545600A39146 /* Brewer */;
|
||||
targetProxy = 9E8CE5442C3C545800A39146 /* PBXContainerItemProxy */;
|
||||
};
|
||||
9E8CE54F2C3C545800A39146 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 9E8CE5312C3C545600A39146 /* Brewer */;
|
||||
targetProxy = 9E8CE54E2C3C545800A39146 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
9E8CE5552C3C545800A39146 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||
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;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||
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;
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.5;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = macosx;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9E8CE5562C3C545800A39146 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||
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;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||
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;
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.5;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
SDKROOT = macosx;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
9E8CE5582C3C545800A39146 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = Brewer/Brewer.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Brewer/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 96S93Z7LTG;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_LSUIElement = YES;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.cems.Brewer;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_VERSION = 5.0;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9E8CE5592C3C545800A39146 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = Brewer/Brewer.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Brewer/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 96S93Z7LTG;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_LSUIElement = YES;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.cems.Brewer;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_VERSION = 5.0;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
9E8CE55B2C3C545800A39146 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = 96S93Z7LTG;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.5;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.cems.BrewerTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = NO;
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Brewer.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Brewer";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9E8CE55C2C3C545800A39146 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = 96S93Z7LTG;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.5;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.cems.BrewerTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = NO;
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Brewer.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Brewer";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
9E8CE55E2C3C545800A39146 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = 96S93Z7LTG;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.cems.BrewerUITests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = NO;
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_TARGET_NAME = Brewer;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9E8CE55F2C3C545800A39146 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = 96S93Z7LTG;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.cems.BrewerUITests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = NO;
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_TARGET_NAME = Brewer;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
9E8CE52D2C3C545600A39146 /* Build configuration list for PBXProject "Brewer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9E8CE5552C3C545800A39146 /* Debug */,
|
||||
9E8CE5562C3C545800A39146 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
9E8CE5572C3C545800A39146 /* Build configuration list for PBXNativeTarget "Brewer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9E8CE5582C3C545800A39146 /* Debug */,
|
||||
9E8CE5592C3C545800A39146 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
9E8CE55A2C3C545800A39146 /* Build configuration list for PBXNativeTarget "BrewerTests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9E8CE55B2C3C545800A39146 /* Debug */,
|
||||
9E8CE55C2C3C545800A39146 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
9E8CE55D2C3C545800A39146 /* Build configuration list for PBXNativeTarget "BrewerUITests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9E8CE55E2C3C545800A39146 /* Debug */,
|
||||
9E8CE55F2C3C545800A39146 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 9E8CE52A2C3C545600A39146 /* Project object */;
|
||||
}
|
||||
7
Brewer.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
Brewer.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user