From 983fd62399d2318a86505dd8408ca9bd78dcd857 Mon Sep 17 00:00:00 2001 From: Fatima Date: Sat, 8 Aug 2015 14:26:50 -0400 Subject: [PATCH 1/2] adding character generator --- .../project.pbxproj | 433 ------------------ .../contents.xcworkspacedata | 7 - .../UserInterfaceState.xcuserstate | Bin 8647 -> 0 bytes .../xcschemes/CharacterGenerator.xcscheme | 112 ----- .../xcschemes/xcschememanagement.plist | 27 -- .../CharacterGenerator/AppDelegate.h | 17 - .../CharacterGenerator/AppDelegate.m | 45 -- .../Base.lproj/LaunchScreen.xib | 41 -- .../Base.lproj/Main.storyboard | 25 - .../AppIcon.appiconset/Contents.json | 38 -- .../CharacterGenerator/Info.plist | 40 -- .../CharacterGenerator/ViewController.h | 15 - .../CharacterGenerator/ViewController.m | 27 -- CharacterGenerator/CharacterGenerator/main.m | 16 - .../CharacterGeneratorTests.m | 40 -- .../CharacterGeneratorTests/Info.plist | 24 - char | 1 + 17 files changed, 1 insertion(+), 907 deletions(-) delete mode 100644 CharacterGenerator/CharacterGenerator.xcodeproj/project.pbxproj delete mode 100644 CharacterGenerator/CharacterGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 CharacterGenerator/CharacterGenerator.xcodeproj/project.xcworkspace/xcuserdata/mikekavouras.xcuserdatad/UserInterfaceState.xcuserstate delete mode 100644 CharacterGenerator/CharacterGenerator.xcodeproj/xcuserdata/mikekavouras.xcuserdatad/xcschemes/CharacterGenerator.xcscheme delete mode 100644 CharacterGenerator/CharacterGenerator.xcodeproj/xcuserdata/mikekavouras.xcuserdatad/xcschemes/xcschememanagement.plist delete mode 100644 CharacterGenerator/CharacterGenerator/AppDelegate.h delete mode 100644 CharacterGenerator/CharacterGenerator/AppDelegate.m delete mode 100644 CharacterGenerator/CharacterGenerator/Base.lproj/LaunchScreen.xib delete mode 100644 CharacterGenerator/CharacterGenerator/Base.lproj/Main.storyboard delete mode 100644 CharacterGenerator/CharacterGenerator/Images.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 CharacterGenerator/CharacterGenerator/Info.plist delete mode 100644 CharacterGenerator/CharacterGenerator/ViewController.h delete mode 100644 CharacterGenerator/CharacterGenerator/ViewController.m delete mode 100644 CharacterGenerator/CharacterGenerator/main.m delete mode 100644 CharacterGenerator/CharacterGeneratorTests/CharacterGeneratorTests.m delete mode 100644 CharacterGenerator/CharacterGeneratorTests/Info.plist create mode 160000 char diff --git a/CharacterGenerator/CharacterGenerator.xcodeproj/project.pbxproj b/CharacterGenerator/CharacterGenerator.xcodeproj/project.pbxproj deleted file mode 100644 index ef96f37..0000000 --- a/CharacterGenerator/CharacterGenerator.xcodeproj/project.pbxproj +++ /dev/null @@ -1,433 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 8D7B0FFB1B6E6FC6003F4FB8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D7B0FFA1B6E6FC6003F4FB8 /* main.m */; }; - 8D7B0FFE1B6E6FC6003F4FB8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D7B0FFD1B6E6FC6003F4FB8 /* AppDelegate.m */; }; - 8D7B10011B6E6FC6003F4FB8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D7B10001B6E6FC6003F4FB8 /* ViewController.m */; }; - 8D7B10041B6E6FC6003F4FB8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8D7B10021B6E6FC6003F4FB8 /* Main.storyboard */; }; - 8D7B10061B6E6FC6003F4FB8 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8D7B10051B6E6FC6003F4FB8 /* Images.xcassets */; }; - 8D7B10091B6E6FC6003F4FB8 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8D7B10071B6E6FC6003F4FB8 /* LaunchScreen.xib */; }; - 8D7B10151B6E6FC6003F4FB8 /* CharacterGeneratorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D7B10141B6E6FC6003F4FB8 /* CharacterGeneratorTests.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 8D7B100F1B6E6FC6003F4FB8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 8D7B0FED1B6E6FC6003F4FB8 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7B0FF41B6E6FC6003F4FB8; - remoteInfo = CharacterGenerator; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 8D7B0FF51B6E6FC6003F4FB8 /* CharacterGenerator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CharacterGenerator.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 8D7B0FF91B6E6FC6003F4FB8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 8D7B0FFA1B6E6FC6003F4FB8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 8D7B0FFC1B6E6FC6003F4FB8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 8D7B0FFD1B6E6FC6003F4FB8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 8D7B0FFF1B6E6FC6003F4FB8 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; - 8D7B10001B6E6FC6003F4FB8 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; - 8D7B10031B6E6FC6003F4FB8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 8D7B10051B6E6FC6003F4FB8 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 8D7B10081B6E6FC6003F4FB8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 8D7B100E1B6E6FC6003F4FB8 /* CharacterGeneratorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CharacterGeneratorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 8D7B10131B6E6FC6003F4FB8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 8D7B10141B6E6FC6003F4FB8 /* CharacterGeneratorTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CharacterGeneratorTests.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 8D7B0FF21B6E6FC6003F4FB8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8D7B100B1B6E6FC6003F4FB8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 8D7B0FEC1B6E6FC6003F4FB8 = { - isa = PBXGroup; - children = ( - 8D7B0FF71B6E6FC6003F4FB8 /* CharacterGenerator */, - 8D7B10111B6E6FC6003F4FB8 /* CharacterGeneratorTests */, - 8D7B0FF61B6E6FC6003F4FB8 /* Products */, - ); - sourceTree = ""; - }; - 8D7B0FF61B6E6FC6003F4FB8 /* Products */ = { - isa = PBXGroup; - children = ( - 8D7B0FF51B6E6FC6003F4FB8 /* CharacterGenerator.app */, - 8D7B100E1B6E6FC6003F4FB8 /* CharacterGeneratorTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 8D7B0FF71B6E6FC6003F4FB8 /* CharacterGenerator */ = { - isa = PBXGroup; - children = ( - 8D7B0FFC1B6E6FC6003F4FB8 /* AppDelegate.h */, - 8D7B0FFD1B6E6FC6003F4FB8 /* AppDelegate.m */, - 8D7B0FFF1B6E6FC6003F4FB8 /* ViewController.h */, - 8D7B10001B6E6FC6003F4FB8 /* ViewController.m */, - 8D7B10021B6E6FC6003F4FB8 /* Main.storyboard */, - 8D7B10051B6E6FC6003F4FB8 /* Images.xcassets */, - 8D7B10071B6E6FC6003F4FB8 /* LaunchScreen.xib */, - 8D7B0FF81B6E6FC6003F4FB8 /* Supporting Files */, - ); - path = CharacterGenerator; - sourceTree = ""; - }; - 8D7B0FF81B6E6FC6003F4FB8 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 8D7B0FF91B6E6FC6003F4FB8 /* Info.plist */, - 8D7B0FFA1B6E6FC6003F4FB8 /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 8D7B10111B6E6FC6003F4FB8 /* CharacterGeneratorTests */ = { - isa = PBXGroup; - children = ( - 8D7B10141B6E6FC6003F4FB8 /* CharacterGeneratorTests.m */, - 8D7B10121B6E6FC6003F4FB8 /* Supporting Files */, - ); - path = CharacterGeneratorTests; - sourceTree = ""; - }; - 8D7B10121B6E6FC6003F4FB8 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 8D7B10131B6E6FC6003F4FB8 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 8D7B0FF41B6E6FC6003F4FB8 /* CharacterGenerator */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8D7B10181B6E6FC6003F4FB8 /* Build configuration list for PBXNativeTarget "CharacterGenerator" */; - buildPhases = ( - 8D7B0FF11B6E6FC6003F4FB8 /* Sources */, - 8D7B0FF21B6E6FC6003F4FB8 /* Frameworks */, - 8D7B0FF31B6E6FC6003F4FB8 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CharacterGenerator; - productName = CharacterGenerator; - productReference = 8D7B0FF51B6E6FC6003F4FB8 /* CharacterGenerator.app */; - productType = "com.apple.product-type.application"; - }; - 8D7B100D1B6E6FC6003F4FB8 /* CharacterGeneratorTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8D7B101B1B6E6FC6003F4FB8 /* Build configuration list for PBXNativeTarget "CharacterGeneratorTests" */; - buildPhases = ( - 8D7B100A1B6E6FC6003F4FB8 /* Sources */, - 8D7B100B1B6E6FC6003F4FB8 /* Frameworks */, - 8D7B100C1B6E6FC6003F4FB8 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 8D7B10101B6E6FC6003F4FB8 /* PBXTargetDependency */, - ); - name = CharacterGeneratorTests; - productName = CharacterGeneratorTests; - productReference = 8D7B100E1B6E6FC6003F4FB8 /* CharacterGeneratorTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 8D7B0FED1B6E6FC6003F4FB8 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0640; - ORGANIZATIONNAME = "Mike Kavouras"; - TargetAttributes = { - 8D7B0FF41B6E6FC6003F4FB8 = { - CreatedOnToolsVersion = 6.4; - }; - 8D7B100D1B6E6FC6003F4FB8 = { - CreatedOnToolsVersion = 6.4; - TestTargetID = 8D7B0FF41B6E6FC6003F4FB8; - }; - }; - }; - buildConfigurationList = 8D7B0FF01B6E6FC6003F4FB8 /* Build configuration list for PBXProject "CharacterGenerator" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 8D7B0FEC1B6E6FC6003F4FB8; - productRefGroup = 8D7B0FF61B6E6FC6003F4FB8 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8D7B0FF41B6E6FC6003F4FB8 /* CharacterGenerator */, - 8D7B100D1B6E6FC6003F4FB8 /* CharacterGeneratorTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 8D7B0FF31B6E6FC6003F4FB8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8D7B10041B6E6FC6003F4FB8 /* Main.storyboard in Resources */, - 8D7B10091B6E6FC6003F4FB8 /* LaunchScreen.xib in Resources */, - 8D7B10061B6E6FC6003F4FB8 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8D7B100C1B6E6FC6003F4FB8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 8D7B0FF11B6E6FC6003F4FB8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8D7B10011B6E6FC6003F4FB8 /* ViewController.m in Sources */, - 8D7B0FFE1B6E6FC6003F4FB8 /* AppDelegate.m in Sources */, - 8D7B0FFB1B6E6FC6003F4FB8 /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8D7B100A1B6E6FC6003F4FB8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8D7B10151B6E6FC6003F4FB8 /* CharacterGeneratorTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 8D7B10101B6E6FC6003F4FB8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8D7B0FF41B6E6FC6003F4FB8 /* CharacterGenerator */; - targetProxy = 8D7B100F1B6E6FC6003F4FB8 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 8D7B10021B6E6FC6003F4FB8 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 8D7B10031B6E6FC6003F4FB8 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 8D7B10071B6E6FC6003F4FB8 /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - 8D7B10081B6E6FC6003F4FB8 /* Base */, - ); - name = LaunchScreen.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 8D7B10161B6E6FC6003F4FB8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = 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_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 = 8.4; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 8D7B10171B6E6FC6003F4FB8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = gnu99; - 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 = 8.4; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8D7B10191B6E6FC6003F4FB8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = CharacterGenerator/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 8D7B101A1B6E6FC6003F4FB8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = CharacterGenerator/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; - 8D7B101C1B6E6FC6003F4FB8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = CharacterGeneratorTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CharacterGenerator.app/CharacterGenerator"; - }; - name = Debug; - }; - 8D7B101D1B6E6FC6003F4FB8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = CharacterGeneratorTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CharacterGenerator.app/CharacterGenerator"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 8D7B0FF01B6E6FC6003F4FB8 /* Build configuration list for PBXProject "CharacterGenerator" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8D7B10161B6E6FC6003F4FB8 /* Debug */, - 8D7B10171B6E6FC6003F4FB8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8D7B10181B6E6FC6003F4FB8 /* Build configuration list for PBXNativeTarget "CharacterGenerator" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8D7B10191B6E6FC6003F4FB8 /* Debug */, - 8D7B101A1B6E6FC6003F4FB8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; - 8D7B101B1B6E6FC6003F4FB8 /* Build configuration list for PBXNativeTarget "CharacterGeneratorTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8D7B101C1B6E6FC6003F4FB8 /* Debug */, - 8D7B101D1B6E6FC6003F4FB8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; -/* End XCConfigurationList section */ - }; - rootObject = 8D7B0FED1B6E6FC6003F4FB8 /* Project object */; -} diff --git a/CharacterGenerator/CharacterGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CharacterGenerator/CharacterGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 55ecefd..0000000 --- a/CharacterGenerator/CharacterGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/CharacterGenerator/CharacterGenerator.xcodeproj/project.xcworkspace/xcuserdata/mikekavouras.xcuserdatad/UserInterfaceState.xcuserstate b/CharacterGenerator/CharacterGenerator.xcodeproj/project.xcworkspace/xcuserdata/mikekavouras.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index cbe3c1276012f8192746ebde4a11fecb05946c8b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8647 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 diff --git a/CharacterGenerator/CharacterGenerator.xcodeproj/xcuserdata/mikekavouras.xcuserdatad/xcschemes/CharacterGenerator.xcscheme b/CharacterGenerator/CharacterGenerator.xcodeproj/xcuserdata/mikekavouras.xcuserdatad/xcschemes/CharacterGenerator.xcscheme deleted file mode 100644 index d7eb085..0000000 --- a/CharacterGenerator/CharacterGenerator.xcodeproj/xcuserdata/mikekavouras.xcuserdatad/xcschemes/CharacterGenerator.xcscheme +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CharacterGenerator/CharacterGenerator.xcodeproj/xcuserdata/mikekavouras.xcuserdatad/xcschemes/xcschememanagement.plist b/CharacterGenerator/CharacterGenerator.xcodeproj/xcuserdata/mikekavouras.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index b37a61c..0000000 --- a/CharacterGenerator/CharacterGenerator.xcodeproj/xcuserdata/mikekavouras.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - SchemeUserState - - CharacterGenerator.xcscheme - - orderHint - 0 - - - SuppressBuildableAutocreation - - 8D7B0FF41B6E6FC6003F4FB8 - - primary - - - 8D7B100D1B6E6FC6003F4FB8 - - primary - - - - - diff --git a/CharacterGenerator/CharacterGenerator/AppDelegate.h b/CharacterGenerator/CharacterGenerator/AppDelegate.h deleted file mode 100644 index 335f9ca..0000000 --- a/CharacterGenerator/CharacterGenerator/AppDelegate.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// AppDelegate.h -// CharacterGenerator -// -// Created by Michael Kavouras on 8/2/15. -// Copyright (c) 2015 Mike Kavouras. All rights reserved. -// - -#import - -@interface AppDelegate : UIResponder - -@property (strong, nonatomic) UIWindow *window; - - -@end - diff --git a/CharacterGenerator/CharacterGenerator/AppDelegate.m b/CharacterGenerator/CharacterGenerator/AppDelegate.m deleted file mode 100644 index f70b2bf..0000000 --- a/CharacterGenerator/CharacterGenerator/AppDelegate.m +++ /dev/null @@ -1,45 +0,0 @@ -// -// AppDelegate.m -// CharacterGenerator -// -// Created by Michael Kavouras on 8/2/15. -// Copyright (c) 2015 Mike Kavouras. All rights reserved. -// - -#import "AppDelegate.h" - -@interface AppDelegate () - -@end - -@implementation AppDelegate - - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - // Override point for customization after application launch. - return YES; -} - -- (void)applicationWillResignActive:(UIApplication *)application { - // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. - // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. -} - -- (void)applicationDidEnterBackground:(UIApplication *)application { - // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. - // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. -} - -- (void)applicationWillEnterForeground:(UIApplication *)application { - // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. -} - -- (void)applicationDidBecomeActive:(UIApplication *)application { - // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. -} - -- (void)applicationWillTerminate:(UIApplication *)application { - // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. -} - -@end diff --git a/CharacterGenerator/CharacterGenerator/Base.lproj/LaunchScreen.xib b/CharacterGenerator/CharacterGenerator/Base.lproj/LaunchScreen.xib deleted file mode 100644 index c07b1e4..0000000 --- a/CharacterGenerator/CharacterGenerator/Base.lproj/LaunchScreen.xib +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CharacterGenerator/CharacterGenerator/Base.lproj/Main.storyboard b/CharacterGenerator/CharacterGenerator/Base.lproj/Main.storyboard deleted file mode 100644 index d912f9d..0000000 --- a/CharacterGenerator/CharacterGenerator/Base.lproj/Main.storyboard +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CharacterGenerator/CharacterGenerator/Images.xcassets/AppIcon.appiconset/Contents.json b/CharacterGenerator/CharacterGenerator/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 118c98f..0000000 --- a/CharacterGenerator/CharacterGenerator/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/CharacterGenerator/CharacterGenerator/Info.plist b/CharacterGenerator/CharacterGenerator/Info.plist deleted file mode 100644 index f6481cf..0000000 --- a/CharacterGenerator/CharacterGenerator/Info.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - com.mikekavouras.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/CharacterGenerator/CharacterGenerator/ViewController.h b/CharacterGenerator/CharacterGenerator/ViewController.h deleted file mode 100644 index c2c219d..0000000 --- a/CharacterGenerator/CharacterGenerator/ViewController.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// ViewController.h -// CharacterGenerator -// -// Created by Michael Kavouras on 8/2/15. -// Copyright (c) 2015 Mike Kavouras. All rights reserved. -// - -#import - -@interface ViewController : UIViewController - - -@end - diff --git a/CharacterGenerator/CharacterGenerator/ViewController.m b/CharacterGenerator/CharacterGenerator/ViewController.m deleted file mode 100644 index 6196617..0000000 --- a/CharacterGenerator/CharacterGenerator/ViewController.m +++ /dev/null @@ -1,27 +0,0 @@ -// -// ViewController.m -// CharacterGenerator -// -// Created by Michael Kavouras on 8/2/15. -// Copyright (c) 2015 Mike Kavouras. All rights reserved. -// - -#import "ViewController.h" - -@interface ViewController () - -@end - -@implementation ViewController - -- (void)viewDidLoad { - [super viewDidLoad]; - // Do any additional setup after loading the view, typically from a nib. -} - -- (void)didReceiveMemoryWarning { - [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. -} - -@end diff --git a/CharacterGenerator/CharacterGenerator/main.m b/CharacterGenerator/CharacterGenerator/main.m deleted file mode 100644 index bbe63d0..0000000 --- a/CharacterGenerator/CharacterGenerator/main.m +++ /dev/null @@ -1,16 +0,0 @@ -// -// main.m -// CharacterGenerator -// -// Created by Michael Kavouras on 8/2/15. -// Copyright (c) 2015 Mike Kavouras. All rights reserved. -// - -#import -#import "AppDelegate.h" - -int main(int argc, char * argv[]) { - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/CharacterGenerator/CharacterGeneratorTests/CharacterGeneratorTests.m b/CharacterGenerator/CharacterGeneratorTests/CharacterGeneratorTests.m deleted file mode 100644 index 3d6c688..0000000 --- a/CharacterGenerator/CharacterGeneratorTests/CharacterGeneratorTests.m +++ /dev/null @@ -1,40 +0,0 @@ -// -// CharacterGeneratorTests.m -// CharacterGeneratorTests -// -// Created by Michael Kavouras on 8/2/15. -// Copyright (c) 2015 Mike Kavouras. All rights reserved. -// - -#import -#import - -@interface CharacterGeneratorTests : XCTestCase - -@end - -@implementation CharacterGeneratorTests - -- (void)setUp { - [super setUp]; - // Put setup code here. This method is called before the invocation of each test method in the class. -} - -- (void)tearDown { - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void)testExample { - // This is an example of a functional test case. - XCTAssert(YES, @"Pass"); -} - -- (void)testPerformanceExample { - // This is an example of a performance test case. - [self measureBlock:^{ - // Put the code you want to measure the time of here. - }]; -} - -@end diff --git a/CharacterGenerator/CharacterGeneratorTests/Info.plist b/CharacterGenerator/CharacterGeneratorTests/Info.plist deleted file mode 100644 index 54624a4..0000000 --- a/CharacterGenerator/CharacterGeneratorTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - com.mikekavouras.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/char b/char new file mode 160000 index 0000000..ec0dfc2 --- /dev/null +++ b/char @@ -0,0 +1 @@ +Subproject commit ec0dfc23a37b10669496189462fff0f22026ad57 From 97cb64e1bf25590361289abf050abd3e361e7abe Mon Sep 17 00:00:00 2001 From: Fatima Date: Mon, 10 Aug 2015 21:07:28 -0400 Subject: [PATCH 2/2] updating repo --- README.md | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 8493f89..8dc5e35 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,5 @@ # Character Generator -### Groups - -Person | Person | Person -:------|:-------|:------- -Ayuna Vogel | Jamaal Sedayao | Umar Mahmud -Daniel Distant | Christella Dolmo | Jackie Meggesto -Eric Sanchez | Jason Wang | Eric Sze -Zoufishan Mehdi | Jovanny Espinal | Kaisha Jones -Kaira Villanueva | Felicia Weathers | krishna picart -Charles H Kang | Lauren Caponong | Justine Gartner -Varindra Hart | Bereket Ghebremedhin | Shena Yoshida -Diana Elezaj | Elber Carneiro | Chris David -Christian Maldonado | Natalia Estrella | Mesfin Bekele Mekonnen -Henna Ahmed | Artur Lan | Brian Blanco -Derek Netto | Xiulan Shi - -### Requirements -* View all characters, view character details, create new character -* Character must have a minimum of 4 traits -* Character must have at least 1 trait that it generated automatically, dependent on another trait - * For instance, the type of shoes determines where the character is from - -### Discussion -* What does the model look like? -* How many screens need to exist? -* What information is necessary to make each screen work -* What is the flow of data? (communication between view controllers / model) +#Group Work +* Felicia, Kaira, Krishna \ No newline at end of file