Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

final #418

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

final #418

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
257 changes: 257 additions & 0 deletions DNA/DNA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
EAD7B6FE1649930400D8063A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAD7B6FD1649930400D8063A /* Foundation.framework */; };
EAD7B7011649930400D8063A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EAD7B7001649930400D8063A /* main.m */; };
EAD7B7051649930400D8063A /* DNA.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = EAD7B7041649930400D8063A /* DNA.1 */; };
EAD7B70E1649943600D8063A /* Cell.m in Sources */ = {isa = PBXBuildFile; fileRef = EAD7B70D1649943600D8063A /* Cell.m */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
EAD7B6F71649930400D8063A /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
EAD7B7051649930400D8063A /* DNA.1 in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
EAD7B6F91649930400D8063A /* DNA */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DNA; sourceTree = BUILT_PRODUCTS_DIR; };
EAD7B6FD1649930400D8063A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
EAD7B7001649930400D8063A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
EAD7B7031649930400D8063A /* DNA-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DNA-Prefix.pch"; sourceTree = "<group>"; };
EAD7B7041649930400D8063A /* DNA.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = DNA.1; sourceTree = "<group>"; };
EAD7B70C1649943600D8063A /* Cell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cell.h; sourceTree = "<group>"; };
EAD7B70D1649943600D8063A /* Cell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Cell.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
EAD7B6F61649930400D8063A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
EAD7B6FE1649930400D8063A /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
EAD7B6EE1649930400D8063A = {
isa = PBXGroup;
children = (
EAD7B6FF1649930400D8063A /* DNA */,
EAD7B6FC1649930400D8063A /* Frameworks */,
EAD7B6FA1649930400D8063A /* Products */,
);
sourceTree = "<group>";
};
EAD7B6FA1649930400D8063A /* Products */ = {
isa = PBXGroup;
children = (
EAD7B6F91649930400D8063A /* DNA */,
);
name = Products;
sourceTree = "<group>";
};
EAD7B6FC1649930400D8063A /* Frameworks */ = {
isa = PBXGroup;
children = (
EAD7B6FD1649930400D8063A /* Foundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
EAD7B6FF1649930400D8063A /* DNA */ = {
isa = PBXGroup;
children = (
EAD7B70B1649941500D8063A /* Entities */,
EAD7B7001649930400D8063A /* main.m */,
EAD7B7041649930400D8063A /* DNA.1 */,
EAD7B7021649930400D8063A /* Supporting Files */,
);
path = DNA;
sourceTree = "<group>";
};
EAD7B7021649930400D8063A /* Supporting Files */ = {
isa = PBXGroup;
children = (
EAD7B7031649930400D8063A /* DNA-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
EAD7B70B1649941500D8063A /* Entities */ = {
isa = PBXGroup;
children = (
EAD7B70C1649943600D8063A /* Cell.h */,
EAD7B70D1649943600D8063A /* Cell.m */,
);
path = Entities;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
EAD7B6F81649930400D8063A /* DNA */ = {
isa = PBXNativeTarget;
buildConfigurationList = EAD7B7081649930400D8063A /* Build configuration list for PBXNativeTarget "DNA" */;
buildPhases = (
EAD7B6F51649930400D8063A /* Sources */,
EAD7B6F61649930400D8063A /* Frameworks */,
EAD7B6F71649930400D8063A /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = DNA;
productName = DNA;
productReference = EAD7B6F91649930400D8063A /* DNA */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
EAD7B6F01649930400D8063A /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "Антон Лебедев";
};
buildConfigurationList = EAD7B6F31649930400D8063A /* Build configuration list for PBXProject "DNA" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = EAD7B6EE1649930400D8063A;
productRefGroup = EAD7B6FA1649930400D8063A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
EAD7B6F81649930400D8063A /* DNA */,
);
};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
EAD7B6F51649930400D8063A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EAD7B7011649930400D8063A /* main.m in Sources */,
EAD7B70E1649943600D8063A /* Cell.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
EAD7B7061649930400D8063A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
EAD7B7071649930400D8063A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
};
name = Release;
};
EAD7B7091649930400D8063A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DNA/DNA-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
EAD7B70A1649930400D8063A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DNA/DNA-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
EAD7B6F31649930400D8063A /* Build configuration list for PBXProject "DNA" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EAD7B7061649930400D8063A /* Debug */,
EAD7B7071649930400D8063A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EAD7B7081649930400D8063A /* Build configuration list for PBXNativeTarget "DNA" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EAD7B7091649930400D8063A /* Debug */,
EAD7B70A1649930400D8063A /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = EAD7B6F01649930400D8063A /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "1.0">
<FileBreakpoints>
<FileBreakpoint
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "DNA/Entities/Cell.h"
timestampString = "373921164.200925"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "13"
endingLineNumber = "13"
landmarkName = "DNA"
landmarkType = "19">
</FileBreakpoint>
</FileBreakpoints>
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0450"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAD7B6F81649930400D8063A"
BuildableName = "DNA"
BlueprintName = "DNA"
ReferencedContainer = "container:DNA.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAD7B6F81649930400D8063A"
BuildableName = "DNA"
BlueprintName = "DNA"
ReferencedContainer = "container:DNA.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAD7B6F81649930400D8063A"
BuildableName = "DNA"
BlueprintName = "DNA"
ReferencedContainer = "container:DNA.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAD7B6F81649930400D8063A"
BuildableName = "DNA"
BlueprintName = "DNA"
ReferencedContainer = "container:DNA.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>SchemeUserState</key>
<dict>
<key>DNA.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>EAD7B6F81649930400D8063A</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Loading