From 99c2121eaf5e3874a7e90eb500389126d97f52d8 Mon Sep 17 00:00:00 2001 From: Tom Barbalet Date: Fri, 29 Apr 2016 15:23:31 -0700 Subject: [PATCH] Remove Noble Swift for the time being No needed --- .../nobleapeswift.xcodeproj/project.pbxproj | 275 ------- nobleapeswift/nobleapeswift/AppDelegate.swift | 54 -- .../AppIcon.appiconset/Contents.json | 58 -- .../nobleapeswift/Base.lproj/MainMenu.xib | 680 ------------------ nobleapeswift/nobleapeswift/Info.plist | 34 - 5 files changed, 1101 deletions(-) delete mode 100644 nobleapeswift/nobleapeswift.xcodeproj/project.pbxproj delete mode 100644 nobleapeswift/nobleapeswift/AppDelegate.swift delete mode 100644 nobleapeswift/nobleapeswift/Assets.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 nobleapeswift/nobleapeswift/Base.lproj/MainMenu.xib delete mode 100644 nobleapeswift/nobleapeswift/Info.plist diff --git a/nobleapeswift/nobleapeswift.xcodeproj/project.pbxproj b/nobleapeswift/nobleapeswift.xcodeproj/project.pbxproj deleted file mode 100644 index e0a7a1a..0000000 --- a/nobleapeswift/nobleapeswift.xcodeproj/project.pbxproj +++ /dev/null @@ -1,275 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 5ADE82A81B9F89C40080B982 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADE82A71B9F89C40080B982 /* AppDelegate.swift */; }; - 5ADE82AA1B9F89C40080B982 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5ADE82A91B9F89C40080B982 /* Assets.xcassets */; }; - 5ADE82AD1B9F89C40080B982 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5ADE82AB1B9F89C40080B982 /* MainMenu.xib */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 5ADE82A41B9F89C40080B982 /* nobleapeswift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = nobleapeswift.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 5ADE82A71B9F89C40080B982 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 5ADE82A91B9F89C40080B982 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 5ADE82AC1B9F89C40080B982 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; - 5ADE82AE1B9F89C40080B982 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 5ADE82A11B9F89C40080B982 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 5ADE829B1B9F89C40080B982 = { - isa = PBXGroup; - children = ( - 5ADE82A61B9F89C40080B982 /* nobleapeswift */, - 5ADE82A51B9F89C40080B982 /* Products */, - ); - sourceTree = ""; - }; - 5ADE82A51B9F89C40080B982 /* Products */ = { - isa = PBXGroup; - children = ( - 5ADE82A41B9F89C40080B982 /* nobleapeswift.app */, - ); - name = Products; - sourceTree = ""; - }; - 5ADE82A61B9F89C40080B982 /* nobleapeswift */ = { - isa = PBXGroup; - children = ( - 5ADE82A71B9F89C40080B982 /* AppDelegate.swift */, - 5ADE82A91B9F89C40080B982 /* Assets.xcassets */, - 5ADE82AB1B9F89C40080B982 /* MainMenu.xib */, - 5ADE82AE1B9F89C40080B982 /* Info.plist */, - ); - path = nobleapeswift; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 5ADE82A31B9F89C40080B982 /* nobleapeswift */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5ADE82B11B9F89C40080B982 /* Build configuration list for PBXNativeTarget "nobleapeswift" */; - buildPhases = ( - 5ADE82A01B9F89C40080B982 /* Sources */, - 5ADE82A11B9F89C40080B982 /* Frameworks */, - 5ADE82A21B9F89C40080B982 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = nobleapeswift; - productName = nobleapeswift; - productReference = 5ADE82A41B9F89C40080B982 /* nobleapeswift.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 5ADE829C1B9F89C40080B982 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0700; - ORGANIZATIONNAME = "Tom Barbalet"; - TargetAttributes = { - 5ADE82A31B9F89C40080B982 = { - CreatedOnToolsVersion = 7.0; - }; - }; - }; - buildConfigurationList = 5ADE829F1B9F89C40080B982 /* Build configuration list for PBXProject "nobleapeswift" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 5ADE829B1B9F89C40080B982; - productRefGroup = 5ADE82A51B9F89C40080B982 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 5ADE82A31B9F89C40080B982 /* nobleapeswift */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 5ADE82A21B9F89C40080B982 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5ADE82AA1B9F89C40080B982 /* Assets.xcassets in Resources */, - 5ADE82AD1B9F89C40080B982 /* MainMenu.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 5ADE82A01B9F89C40080B982 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5ADE82A81B9F89C40080B982 /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 5ADE82AB1B9F89C40080B982 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - 5ADE82AC1B9F89C40080B982 /* Base */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 5ADE82AF1B9F89C40080B982 /* 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; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = 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_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.10; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 5ADE82B01B9F89C40080B982 /* 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 = 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; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - 5ADE82B21B9F89C40080B982 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = nobleapeswift/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.nobleape.nobleapeswift; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 5ADE82B31B9F89C40080B982 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = nobleapeswift/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.nobleape.nobleapeswift; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 5ADE829F1B9F89C40080B982 /* Build configuration list for PBXProject "nobleapeswift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5ADE82AF1B9F89C40080B982 /* Debug */, - 5ADE82B01B9F89C40080B982 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5ADE82B11B9F89C40080B982 /* Build configuration list for PBXNativeTarget "nobleapeswift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5ADE82B21B9F89C40080B982 /* Debug */, - 5ADE82B31B9F89C40080B982 /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; -/* End XCConfigurationList section */ - }; - rootObject = 5ADE829C1B9F89C40080B982 /* Project object */; -} diff --git a/nobleapeswift/nobleapeswift/AppDelegate.swift b/nobleapeswift/nobleapeswift/AppDelegate.swift deleted file mode 100644 index 8d3ede3..0000000 --- a/nobleapeswift/nobleapeswift/AppDelegate.swift +++ /dev/null @@ -1,54 +0,0 @@ -/**************************************************************** - -AppDelegate.swift - -============================================================= - -Copyright 1996-2016 Tom Barbalet. All rights reserved. - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - -This software and Noble Ape are a continuing work of Tom Barbalet, -begun on 13 June 1996. No apes or cats were harmed in the writing -of this software. - -****************************************************************/ - -import Cocoa - -@NSApplicationMain -class AppDelegate: NSObject, NSApplicationDelegate { - - @IBOutlet weak var window: NSWindow! - - - func applicationDidFinishLaunching(aNotification: NSNotification) { - // Insert code here to initialize your application - } - - func applicationWillTerminate(aNotification: NSNotification) { - // Insert code here to tear down your application - } - - -} - diff --git a/nobleapeswift/nobleapeswift/Assets.xcassets/AppIcon.appiconset/Contents.json b/nobleapeswift/nobleapeswift/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 2db2b1c..0000000 --- a/nobleapeswift/nobleapeswift/Assets.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/nobleapeswift/nobleapeswift/Base.lproj/MainMenu.xib b/nobleapeswift/nobleapeswift/Base.lproj/MainMenu.xib deleted file mode 100644 index af7c2b8..0000000 --- a/nobleapeswift/nobleapeswift/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/nobleapeswift/nobleapeswift/Info.plist b/nobleapeswift/nobleapeswift/Info.plist deleted file mode 100644 index 6e50d3e..0000000 --- a/nobleapeswift/nobleapeswift/Info.plist +++ /dev/null @@ -1,34 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIconFile - - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSMinimumSystemVersion - $(MACOSX_DEPLOYMENT_TARGET) - NSHumanReadableCopyright - Copyright © 2015 Tom Barbalet. All rights reserved. - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - -