Files
StringGenerator/StringGenerator.xcodeproj/project.pbxproj
Mihail Preis 8992c709ea init project
2019-07-12 17:50:54 +05:00

327 lines
12 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
6511B41622CE162A007B5B23 /* BaseCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6511B41522CE162A007B5B23 /* BaseCommand.swift */; };
6511B41A22CE18CB007B5B23 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6511B41922CE18CB007B5B23 /* Colors.swift */; };
6511B41C22CE1ADD007B5B23 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6511B41B22CE1ADD007B5B23 /* Helpers.swift */; };
6511B41E22CE1B42007B5B23 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6511B41D22CE1B42007B5B23 /* Constants.swift */; };
65177E0822D85C9300D125EF /* AddStringCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65177E0722D85C9300D125EF /* AddStringCommand.swift */; };
A10CF0AF22339D820068E490 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10CF0AE22339D820068E490 /* main.swift */; };
C05FE96C63084AB3DF0DDFDB /* GenerateCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C05FEAF5984674C7F1F657AA /* GenerateCommand.swift */; };
C05FEDB04CADDE3D52A8CF7D /* ConvertCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C05FEB7E25F7F2601DE67B18 /* ConvertCommand.swift */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
A10CF0A922339D820068E490 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
6511B41522CE162A007B5B23 /* BaseCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseCommand.swift; sourceTree = "<group>"; };
6511B41922CE18CB007B5B23 /* Colors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = "<group>"; };
6511B41B22CE1ADD007B5B23 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
6511B41D22CE1B42007B5B23 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
65177E0722D85C9300D125EF /* AddStringCommand.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddStringCommand.swift; sourceTree = "<group>"; };
A10CF0AB22339D820068E490 /* stringen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = stringen; sourceTree = BUILT_PRODUCTS_DIR; };
A10CF0AE22339D820068E490 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
C05FEAF5984674C7F1F657AA /* GenerateCommand.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GenerateCommand.swift; sourceTree = "<group>"; };
C05FEB7E25F7F2601DE67B18 /* ConvertCommand.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConvertCommand.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
A10CF0A822339D820068E490 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
6511B41422CE1612007B5B23 /* Commands */ = {
isa = PBXGroup;
children = (
65177E0722D85C9300D125EF /* AddStringCommand.swift */,
6511B41522CE162A007B5B23 /* BaseCommand.swift */,
C05FEAF5984674C7F1F657AA /* GenerateCommand.swift */,
C05FEB7E25F7F2601DE67B18 /* ConvertCommand.swift */,
);
path = Commands;
sourceTree = "<group>";
};
A10CF0A222339D820068E490 = {
isa = PBXGroup;
children = (
A10CF0AD22339D820068E490 /* StringGenerator */,
A10CF0AC22339D820068E490 /* Products */,
);
sourceTree = "<group>";
};
A10CF0AC22339D820068E490 /* Products */ = {
isa = PBXGroup;
children = (
A10CF0AB22339D820068E490 /* stringen */,
);
path = Products;
sourceTree = "<group>";
};
A10CF0AD22339D820068E490 /* StringGenerator */ = {
isa = PBXGroup;
children = (
6511B41422CE1612007B5B23 /* Commands */,
A10CF0AE22339D820068E490 /* main.swift */,
6511B41922CE18CB007B5B23 /* Colors.swift */,
6511B41B22CE1ADD007B5B23 /* Helpers.swift */,
6511B41D22CE1B42007B5B23 /* Constants.swift */,
);
path = StringGenerator;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
A10CF0AA22339D820068E490 /* StringGenerator */ = {
isa = PBXNativeTarget;
buildConfigurationList = A10CF0B222339D820068E490 /* Build configuration list for PBXNativeTarget "StringGenerator" */;
buildPhases = (
A10CF0A722339D820068E490 /* Sources */,
A10CF0A822339D820068E490 /* Frameworks */,
A10CF0A922339D820068E490 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = StringGenerator;
productName = StringGenerator;
productReference = A10CF0AB22339D820068E490 /* stringen */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
A10CF0A322339D820068E490 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = Waveaccess;
TargetAttributes = {
A10CF0AA22339D820068E490 = {
CreatedOnToolsVersion = 10.1;
LastSwiftMigration = 1020;
};
};
};
buildConfigurationList = A10CF0A622339D820068E490 /* Build configuration list for PBXProject "StringGenerator" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = A10CF0A222339D820068E490;
productRefGroup = A10CF0AC22339D820068E490 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
A10CF0AA22339D820068E490 /* StringGenerator */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
A10CF0A722339D820068E490 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
65177E0822D85C9300D125EF /* AddStringCommand.swift in Sources */,
6511B41622CE162A007B5B23 /* BaseCommand.swift in Sources */,
6511B41A22CE18CB007B5B23 /* Colors.swift in Sources */,
A10CF0AF22339D820068E490 /* main.swift in Sources */,
6511B41C22CE1ADD007B5B23 /* Helpers.swift in Sources */,
6511B41E22CE1B42007B5B23 /* Constants.swift in Sources */,
C05FE96C63084AB3DF0DDFDB /* GenerateCommand.swift in Sources */,
C05FEDB04CADDE3D52A8CF7D /* ConvertCommand.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
A10CF0B022339D820068E490 /* 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 = "Mac 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;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
A10CF0B122339D820068E490 /* 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 = "Mac 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;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
A10CF0B322339D820068E490 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6PQJ88HC63;
PRODUCT_NAME = stringen;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
A10CF0B422339D820068E490 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6PQJ88HC63;
PRODUCT_NAME = stringen;
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
A10CF0A622339D820068E490 /* Build configuration list for PBXProject "StringGenerator" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A10CF0B022339D820068E490 /* Debug */,
A10CF0B122339D820068E490 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A10CF0B222339D820068E490 /* Build configuration list for PBXNativeTarget "StringGenerator" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A10CF0B322339D820068E490 /* Debug */,
A10CF0B422339D820068E490 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = A10CF0A322339D820068E490 /* Project object */;
}