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 7c8e01b..0000000 Binary files a/Mac Example/Mac Example.xcodeproj/project.xcworkspace/xcuserdata/coneybeare.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ 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