From 1c47e3a9a48215aa1390bc9e01723a199858e5ed Mon Sep 17 00:00:00 2001 From: Matt Coneybeare Date: Mon, 15 Sep 2014 15:30:29 -0400 Subject: [PATCH] Initial Commit --- .../Mac Example.xcodeproj/project.pbxproj | 413 ----------- .../contents.xcworkspacedata | 7 - .../UserInterfaceState.xcuserstate | Bin 4126 -> 0 bytes .../xcschemes/Mac Example.xcscheme | 43 -- Mac Example/Mac Example/AppDelegate.h | 15 - Mac Example/Mac Example/AppDelegate.m | 26 - .../Mac Example/Base.lproj/MainMenu.xib | 680 ------------------ .../AppIcon.appiconset/Contents.json | 58 -- Mac Example/Mac Example/Info.plist | 34 - Mac Example/Mac Example/main.m | 13 - Mac Example/Mac ExampleTests/Info.plist | 24 - .../Mac ExampleTests/Mac_ExampleTests.m | 40 -- 12 files changed, 1353 deletions(-) delete mode 100644 Mac Example/Mac Example.xcodeproj/project.pbxproj delete mode 100644 Mac Example/Mac Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Mac Example/Mac Example.xcodeproj/project.xcworkspace/xcuserdata/coneybeare.xcuserdatad/UserInterfaceState.xcuserstate delete mode 100644 Mac Example/Mac Example.xcodeproj/xcuserdata/coneybeare.xcuserdatad/xcschemes/Mac Example.xcscheme delete mode 100644 Mac Example/Mac Example/AppDelegate.h delete mode 100644 Mac Example/Mac Example/AppDelegate.m delete mode 100644 Mac Example/Mac Example/Base.lproj/MainMenu.xib delete mode 100644 Mac Example/Mac Example/Images.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 Mac Example/Mac Example/Info.plist delete mode 100644 Mac Example/Mac Example/main.m delete mode 100644 Mac Example/Mac ExampleTests/Info.plist delete mode 100644 Mac Example/Mac ExampleTests/Mac_ExampleTests.m diff --git a/Mac Example/Mac Example.xcodeproj/project.pbxproj b/Mac Example/Mac Example.xcodeproj/project.pbxproj deleted file mode 100644 index 69deaed..0000000 --- a/Mac Example/Mac Example.xcodeproj/project.pbxproj +++ /dev/null @@ -1,413 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - E6D8B8CD19C75292001AD043 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E6D8B8CC19C75292001AD043 /* main.m */; }; - E6D8B8D019C75292001AD043 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E6D8B8CF19C75292001AD043 /* AppDelegate.m */; }; - E6D8B8D219C75292001AD043 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E6D8B8D119C75292001AD043 /* Images.xcassets */; }; - E6D8B8D519C75292001AD043 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E6D8B8D319C75292001AD043 /* MainMenu.xib */; }; - E6D8B8E119C75292001AD043 /* Mac_ExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E6D8B8E019C75292001AD043 /* Mac_ExampleTests.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - E6D8B8DB19C75292001AD043 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E6D8B8BF19C75292001AD043 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E6D8B8C619C75292001AD043; - remoteInfo = "Mac Example"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - E6D8B8C719C75292001AD043 /* Mac Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mac Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - E6D8B8CB19C75292001AD043 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E6D8B8CC19C75292001AD043 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - E6D8B8CE19C75292001AD043 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - E6D8B8CF19C75292001AD043 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - E6D8B8D119C75292001AD043 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - E6D8B8D419C75292001AD043 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; - E6D8B8DA19C75292001AD043 /* Mac ExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Mac ExampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - E6D8B8DF19C75292001AD043 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E6D8B8E019C75292001AD043 /* Mac_ExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Mac_ExampleTests.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - E6D8B8C419C75292001AD043 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E6D8B8D719C75292001AD043 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - E6D8B8BE19C75292001AD043 = { - isa = PBXGroup; - children = ( - E6D8B8C919C75292001AD043 /* Mac Example */, - E6D8B8DD19C75292001AD043 /* Mac ExampleTests */, - E6D8B8C819C75292001AD043 /* Products */, - ); - sourceTree = ""; - }; - E6D8B8C819C75292001AD043 /* Products */ = { - isa = PBXGroup; - children = ( - E6D8B8C719C75292001AD043 /* Mac Example.app */, - E6D8B8DA19C75292001AD043 /* Mac ExampleTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - E6D8B8C919C75292001AD043 /* Mac Example */ = { - isa = PBXGroup; - children = ( - E6D8B8CE19C75292001AD043 /* AppDelegate.h */, - E6D8B8CF19C75292001AD043 /* AppDelegate.m */, - E6D8B8D119C75292001AD043 /* Images.xcassets */, - E6D8B8D319C75292001AD043 /* MainMenu.xib */, - E6D8B8CA19C75292001AD043 /* Supporting Files */, - ); - path = "Mac Example"; - sourceTree = ""; - }; - E6D8B8CA19C75292001AD043 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - E6D8B8CB19C75292001AD043 /* Info.plist */, - E6D8B8CC19C75292001AD043 /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - E6D8B8DD19C75292001AD043 /* Mac ExampleTests */ = { - isa = PBXGroup; - children = ( - E6D8B8E019C75292001AD043 /* Mac_ExampleTests.m */, - E6D8B8DE19C75292001AD043 /* Supporting Files */, - ); - path = "Mac ExampleTests"; - sourceTree = ""; - }; - E6D8B8DE19C75292001AD043 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - E6D8B8DF19C75292001AD043 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - E6D8B8C619C75292001AD043 /* Mac Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = E6D8B8E419C75292001AD043 /* Build configuration list for PBXNativeTarget "Mac Example" */; - buildPhases = ( - E6D8B8C319C75292001AD043 /* Sources */, - E6D8B8C419C75292001AD043 /* Frameworks */, - E6D8B8C519C75292001AD043 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Mac Example"; - productName = "Mac Example"; - productReference = E6D8B8C719C75292001AD043 /* Mac Example.app */; - productType = "com.apple.product-type.application"; - }; - E6D8B8D919C75292001AD043 /* Mac ExampleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = E6D8B8E719C75292001AD043 /* Build configuration list for PBXNativeTarget "Mac ExampleTests" */; - buildPhases = ( - E6D8B8D619C75292001AD043 /* Sources */, - E6D8B8D719C75292001AD043 /* Frameworks */, - E6D8B8D819C75292001AD043 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - E6D8B8DC19C75292001AD043 /* PBXTargetDependency */, - ); - name = "Mac ExampleTests"; - productName = "Mac ExampleTests"; - productReference = E6D8B8DA19C75292001AD043 /* Mac ExampleTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E6D8B8BF19C75292001AD043 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0600; - ORGANIZATIONNAME = Armrest; - TargetAttributes = { - E6D8B8C619C75292001AD043 = { - CreatedOnToolsVersion = 6.0; - }; - E6D8B8D919C75292001AD043 = { - CreatedOnToolsVersion = 6.0; - TestTargetID = E6D8B8C619C75292001AD043; - }; - }; - }; - buildConfigurationList = E6D8B8C219C75292001AD043 /* Build configuration list for PBXProject "Mac Example" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = E6D8B8BE19C75292001AD043; - productRefGroup = E6D8B8C819C75292001AD043 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - E6D8B8C619C75292001AD043 /* Mac Example */, - E6D8B8D919C75292001AD043 /* Mac ExampleTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - E6D8B8C519C75292001AD043 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E6D8B8D219C75292001AD043 /* Images.xcassets in Resources */, - E6D8B8D519C75292001AD043 /* MainMenu.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E6D8B8D819C75292001AD043 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - E6D8B8C319C75292001AD043 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E6D8B8D019C75292001AD043 /* AppDelegate.m in Sources */, - E6D8B8CD19C75292001AD043 /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E6D8B8D619C75292001AD043 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E6D8B8E119C75292001AD043 /* Mac_ExampleTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - E6D8B8DC19C75292001AD043 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = E6D8B8C619C75292001AD043 /* Mac Example */; - targetProxy = E6D8B8DB19C75292001AD043 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - E6D8B8D319C75292001AD043 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - E6D8B8D419C75292001AD043 /* Base */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - E6D8B8E219C75292001AD043 /* 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 = "-"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - 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; - MACOSX_DEPLOYMENT_TARGET = 10.9; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - E6D8B8E319C75292001AD043 /* 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 = "-"; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - 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.9; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - E6D8B8E519C75292001AD043 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "Mac Example/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - E6D8B8E619C75292001AD043 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "Mac Example/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; - E6D8B8E819C75292001AD043 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(DEVELOPER_FRAMEWORKS_DIR)", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "Mac ExampleTests/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Mac Example.app/Contents/MacOS/Mac Example"; - }; - name = Debug; - }; - E6D8B8E919C75292001AD043 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(DEVELOPER_FRAMEWORKS_DIR)", - "$(inherited)", - ); - INFOPLIST_FILE = "Mac ExampleTests/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Mac Example.app/Contents/MacOS/Mac Example"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - E6D8B8C219C75292001AD043 /* Build configuration list for PBXProject "Mac Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E6D8B8E219C75292001AD043 /* Debug */, - E6D8B8E319C75292001AD043 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E6D8B8E419C75292001AD043 /* Build configuration list for PBXNativeTarget "Mac Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E6D8B8E519C75292001AD043 /* Debug */, - E6D8B8E619C75292001AD043 /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; - E6D8B8E719C75292001AD043 /* Build configuration list for PBXNativeTarget "Mac ExampleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E6D8B8E819C75292001AD043 /* Debug */, - E6D8B8E919C75292001AD043 /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; -/* End XCConfigurationList section */ - }; - rootObject = E6D8B8BF19C75292001AD043 /* Project object */; -} diff --git a/Mac Example/Mac Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Mac Example/Mac Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index ffc5080..0000000 --- a/Mac Example/Mac Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Mac Example/Mac Example.xcodeproj/project.xcworkspace/xcuserdata/coneybeare.xcuserdatad/UserInterfaceState.xcuserstate b/Mac Example/Mac Example.xcodeproj/project.xcworkspace/xcuserdata/coneybeare.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 7c8e01ba700f7edb4d4c152fcc79526b9044e1c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4126 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 HYyI|rZXe3` diff --git a/Mac Example/Mac Example.xcodeproj/xcuserdata/coneybeare.xcuserdatad/xcschemes/Mac Example.xcscheme b/Mac Example/Mac Example.xcodeproj/xcuserdata/coneybeare.xcuserdatad/xcschemes/Mac Example.xcscheme deleted file mode 100644 index d2d91ae..0000000 --- a/Mac Example/Mac Example.xcodeproj/xcuserdata/coneybeare.xcuserdatad/xcschemes/Mac Example.xcscheme +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/Mac Example/Mac Example/AppDelegate.h b/Mac Example/Mac Example/AppDelegate.h deleted file mode 100644 index 6c91cdf..0000000 --- a/Mac Example/Mac Example/AppDelegate.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// AppDelegate.h -// Mac Example -// -// Created by Matt Coneybeare on 9/15/14. -// Copyright (c) 2014 Armrest. All rights reserved. -// - -#import - -@interface AppDelegate : NSObject - - -@end - diff --git a/Mac Example/Mac Example/AppDelegate.m b/Mac Example/Mac Example/AppDelegate.m deleted file mode 100644 index cc0d6f2..0000000 --- a/Mac Example/Mac Example/AppDelegate.m +++ /dev/null @@ -1,26 +0,0 @@ -// -// AppDelegate.m -// Mac Example -// -// Created by Matt Coneybeare on 9/15/14. -// Copyright (c) 2014 Armrest. All rights reserved. -// - -#import "AppDelegate.h" - -@interface AppDelegate () - -@property (weak) IBOutlet NSWindow *window; -@end - -@implementation AppDelegate - -- (void)applicationDidFinishLaunching:(NSNotification *)aNotification { - // Insert code here to initialize your application -} - -- (void)applicationWillTerminate:(NSNotification *)aNotification { - // Insert code here to tear down your application -} - -@end diff --git a/Mac Example/Mac Example/Base.lproj/MainMenu.xib b/Mac Example/Mac Example/Base.lproj/MainMenu.xib deleted file mode 100644 index 933177d..0000000 --- a/Mac Example/Mac Example/Base.lproj/MainMenu.xib +++ /dev/null @@ -1,680 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Default - - - - - - - Left to Right - - - - - - - Right to Left - - - - - - - - - - - Default - - - - - - - Left to Right - - - - - - - Right to Left - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mac Example/Mac Example/Images.xcassets/AppIcon.appiconset/Contents.json b/Mac Example/Mac Example/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 2db2b1c..0000000 --- a/Mac Example/Mac Example/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "images" : [ - { - "idiom" : "mac", - "size" : "16x16", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "16x16", - "scale" : "2x" - }, - { - "idiom" : "mac", - "size" : "32x32", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "32x32", - "scale" : "2x" - }, - { - "idiom" : "mac", - "size" : "128x128", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "128x128", - "scale" : "2x" - }, - { - "idiom" : "mac", - "size" : "256x256", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "256x256", - "scale" : "2x" - }, - { - "idiom" : "mac", - "size" : "512x512", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "512x512", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Mac Example/Mac Example/Info.plist b/Mac Example/Mac Example/Info.plist deleted file mode 100644 index 2d87a5b..0000000 --- a/Mac Example/Mac Example/Info.plist +++ /dev/null @@ -1,34 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIconFile - - CFBundleIdentifier - com.armrest.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSMinimumSystemVersion - $(MACOSX_DEPLOYMENT_TARGET) - NSHumanReadableCopyright - Copyright © 2014 Armrest. All rights reserved. - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - - diff --git a/Mac Example/Mac Example/main.m b/Mac Example/Mac Example/main.m deleted file mode 100644 index b31f721..0000000 --- a/Mac Example/Mac Example/main.m +++ /dev/null @@ -1,13 +0,0 @@ -// -// main.m -// Mac Example -// -// Created by Matt Coneybeare on 9/15/14. -// Copyright (c) 2014 Armrest. All rights reserved. -// - -#import - -int main(int argc, const char * argv[]) { - return NSApplicationMain(argc, argv); -} diff --git a/Mac Example/Mac ExampleTests/Info.plist b/Mac Example/Mac ExampleTests/Info.plist deleted file mode 100644 index b55b3ac..0000000 --- a/Mac Example/Mac ExampleTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - com.armrest.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/Mac Example/Mac ExampleTests/Mac_ExampleTests.m b/Mac Example/Mac ExampleTests/Mac_ExampleTests.m deleted file mode 100644 index 81d3eff..0000000 --- a/Mac Example/Mac ExampleTests/Mac_ExampleTests.m +++ /dev/null @@ -1,40 +0,0 @@ -// -// Mac_ExampleTests.m -// Mac ExampleTests -// -// Created by Matt Coneybeare on 9/15/14. -// Copyright (c) 2014 Armrest. All rights reserved. -// - -#import -#import - -@interface Mac_ExampleTests : XCTestCase - -@end - -@implementation Mac_ExampleTests - -- (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