Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

FINAL #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Binary file added Project_3/.DS_Store
Binary file not shown.
323 changes: 323 additions & 0 deletions Project_3/Project_3.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,323 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
842703D2168764C400C828B3 /* Cell.m in Sources */ = {isa = PBXBuildFile; fileRef = 842703CF168764C400C828B3 /* Cell.m */; };
842703D3168764C400C828B3 /* Cell+mutator.m in Sources */ = {isa = PBXBuildFile; fileRef = 842703D1168764C400C828B3 /* Cell+mutator.m */; };
84707D7B1687327300BE2298 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84707D7A1687327300BE2298 /* Cocoa.framework */; };
84707D851687327300BE2298 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84707D831687327300BE2298 /* InfoPlist.strings */; };
84707D871687327300BE2298 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 84707D861687327300BE2298 /* main.m */; };
84707D8B1687327300BE2298 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 84707D891687327300BE2298 /* Credits.rtf */; };
84707D8E1687327300BE2298 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 84707D8D1687327300BE2298 /* AppDelegate.m */; };
84707D911687327300BE2298 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84707D8F1687327300BE2298 /* MainMenu.xib */; };
84707D99168749BC00BE2298 /* Configuration.m in Sources */ = {isa = PBXBuildFile; fileRef = 84707D98168749BC00BE2298 /* Configuration.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
842703CE168764C400C828B3 /* Cell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cell.h; sourceTree = "<group>"; };
842703CF168764C400C828B3 /* Cell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Cell.m; sourceTree = "<group>"; };
842703D0168764C400C828B3 /* Cell+mutator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Cell+mutator.h"; sourceTree = "<group>"; };
842703D1168764C400C828B3 /* Cell+mutator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Cell+mutator.m"; sourceTree = "<group>"; };
84707D761687327300BE2298 /* Project_3.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Project_3.app; sourceTree = BUILT_PRODUCTS_DIR; };
84707D7A1687327300BE2298 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
84707D7D1687327300BE2298 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
84707D7E1687327300BE2298 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
84707D7F1687327300BE2298 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
84707D821687327300BE2298 /* Project_3-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Project_3-Info.plist"; sourceTree = "<group>"; };
84707D841687327300BE2298 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
84707D861687327300BE2298 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
84707D881687327300BE2298 /* Project_3-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Project_3-Prefix.pch"; sourceTree = "<group>"; };
84707D8A1687327300BE2298 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
84707D8C1687327300BE2298 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
84707D8D1687327300BE2298 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
84707D901687327300BE2298 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
84707D97168749BC00BE2298 /* Configuration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Configuration.h; sourceTree = "<group>"; };
84707D98168749BC00BE2298 /* Configuration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Configuration.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
84707D731687327200BE2298 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
84707D7B1687327300BE2298 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
84707D6B1687327200BE2298 = {
isa = PBXGroup;
children = (
84707D801687327300BE2298 /* Project_3 */,
84707D791687327300BE2298 /* Frameworks */,
84707D771687327300BE2298 /* Products */,
);
sourceTree = "<group>";
};
84707D771687327300BE2298 /* Products */ = {
isa = PBXGroup;
children = (
84707D761687327300BE2298 /* Project_3.app */,
);
name = Products;
sourceTree = "<group>";
};
84707D791687327300BE2298 /* Frameworks */ = {
isa = PBXGroup;
children = (
84707D7A1687327300BE2298 /* Cocoa.framework */,
84707D7C1687327300BE2298 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
84707D7C1687327300BE2298 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
84707D7D1687327300BE2298 /* AppKit.framework */,
84707D7E1687327300BE2298 /* CoreData.framework */,
84707D7F1687327300BE2298 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
84707D801687327300BE2298 /* Project_3 */ = {
isa = PBXGroup;
children = (
84707D8C1687327300BE2298 /* AppDelegate.h */,
84707D8D1687327300BE2298 /* AppDelegate.m */,
84707D8F1687327300BE2298 /* MainMenu.xib */,
84707D811687327300BE2298 /* Supporting Files */,
);
path = Project_3;
sourceTree = "<group>";
};
84707D811687327300BE2298 /* Supporting Files */ = {
isa = PBXGroup;
children = (
842703CE168764C400C828B3 /* Cell.h */,
842703CF168764C400C828B3 /* Cell.m */,
842703D0168764C400C828B3 /* Cell+mutator.h */,
842703D1168764C400C828B3 /* Cell+mutator.m */,
84707D821687327300BE2298 /* Project_3-Info.plist */,
84707D831687327300BE2298 /* InfoPlist.strings */,
84707D861687327300BE2298 /* main.m */,
84707D881687327300BE2298 /* Project_3-Prefix.pch */,
84707D891687327300BE2298 /* Credits.rtf */,
84707D97168749BC00BE2298 /* Configuration.h */,
84707D98168749BC00BE2298 /* Configuration.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
84707D751687327200BE2298 /* Project_3 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 84707D941687327300BE2298 /* Build configuration list for PBXNativeTarget "Project_3" */;
buildPhases = (
84707D721687327200BE2298 /* Sources */,
84707D731687327200BE2298 /* Frameworks */,
84707D741687327200BE2298 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Project_3;
productName = Project_3;
productReference = 84707D761687327300BE2298 /* Project_3.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
84707D6D1687327200BE2298 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = Admin;
};
buildConfigurationList = 84707D701687327200BE2298 /* Build configuration list for PBXProject "Project_3" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 84707D6B1687327200BE2298;
productRefGroup = 84707D771687327300BE2298 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
84707D751687327200BE2298 /* Project_3 */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
84707D741687327200BE2298 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84707D851687327300BE2298 /* InfoPlist.strings in Resources */,
84707D8B1687327300BE2298 /* Credits.rtf in Resources */,
84707D911687327300BE2298 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
84707D721687327200BE2298 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84707D871687327300BE2298 /* main.m in Sources */,
84707D8E1687327300BE2298 /* AppDelegate.m in Sources */,
84707D99168749BC00BE2298 /* Configuration.m in Sources */,
842703D2168764C400C828B3 /* Cell.m in Sources */,
842703D3168764C400C828B3 /* Cell+mutator.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
84707D831687327300BE2298 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
84707D841687327300BE2298 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
84707D891687327300BE2298 /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
84707D8A1687327300BE2298 /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
84707D8F1687327300BE2298 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
84707D901687327300BE2298 /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
84707D921687327300BE2298 /* 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.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
84707D931687327300BE2298 /* 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.8;
SDKROOT = macosx;
};
name = Release;
};
84707D951687327300BE2298 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Project_3/Project_3-Prefix.pch";
INFOPLIST_FILE = "Project_3/Project_3-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
84707D961687327300BE2298 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Project_3/Project_3-Prefix.pch";
INFOPLIST_FILE = "Project_3/Project_3-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
84707D701687327200BE2298 /* Build configuration list for PBXProject "Project_3" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84707D921687327300BE2298 /* Debug */,
84707D931687327300BE2298 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
84707D941687327300BE2298 /* Build configuration list for PBXNativeTarget "Project_3" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84707D951687327300BE2298 /* Debug */,
84707D961687327300BE2298 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 84707D6D1687327200BE2298 /* 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,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<VariablesViewState
version = "1.0">
<ContextStates>
<ContextState
contextName = "-[Cell hammingDistance:]:Cell.m">
</ContextState>
<ContextState
contextName = "-[Cell cross:]:Cell.m">
<PersistentStrings>
<PersistentString
value = "r">
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "-[Cell description]:Cell.m">
</ContextState>
<ContextState
contextName = "-[AppDelegate evolution]:AppDelegate.m">
</ContextState>
</ContextStates>
</VariablesViewState>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "1.0">
</Bucket>
Loading