From 222629f01db238f8504f97926f4b2f662385ce1b Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 29 Dec 2015 22:16:48 -0500 Subject: [PATCH] Initial Commit --- writeas.xcodeproj/project.pbxproj | 280 +++++++++ .../project.xcworkspace/contents.xcworkspacedata | 7 + .../matt.xcuserdatad/xcschemes/writeas.xcscheme | 91 +++ .../xcschemes/xcschememanagement.plist | 22 + writeas/AppDelegate.swift | 26 + .../AppIcon.appiconset/Contents.json | 58 ++ writeas/Base.lproj/Main.storyboard | 681 +++++++++++++++++++++ writeas/Info.plist | 34 + writeas/ViewController.swift | 27 + 9 files changed, 1226 insertions(+) create mode 100644 writeas.xcodeproj/project.pbxproj create mode 100644 writeas.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 writeas.xcodeproj/xcuserdata/matt.xcuserdatad/xcschemes/writeas.xcscheme create mode 100644 writeas.xcodeproj/xcuserdata/matt.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 writeas/AppDelegate.swift create mode 100644 writeas/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 writeas/Base.lproj/Main.storyboard create mode 100644 writeas/Info.plist create mode 100644 writeas/ViewController.swift diff --git a/writeas.xcodeproj/project.pbxproj b/writeas.xcodeproj/project.pbxproj new file mode 100644 index 0000000..0b75fc0 --- /dev/null +++ b/writeas.xcodeproj/project.pbxproj @@ -0,0 +1,280 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + C99B910D1C33841E00A91990 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C99B910C1C33841E00A91990 /* AppDelegate.swift */; }; + C99B910F1C33841E00A91990 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C99B910E1C33841E00A91990 /* ViewController.swift */; }; + C99B91111C33841F00A91990 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C99B91101C33841F00A91990 /* Assets.xcassets */; }; + C99B91141C33841F00A91990 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C99B91121C33841F00A91990 /* Main.storyboard */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + C99B91091C33841E00A91990 /* writeas.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = writeas.app; sourceTree = BUILT_PRODUCTS_DIR; }; + C99B910C1C33841E00A91990 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + C99B910E1C33841E00A91990 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + C99B91101C33841F00A91990 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + C99B91131C33841F00A91990 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + C99B91151C33841F00A91990 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + C99B91061C33841E00A91990 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + C99B91001C33841E00A91990 = { + isa = PBXGroup; + children = ( + C99B910B1C33841E00A91990 /* writeas */, + C99B910A1C33841E00A91990 /* Products */, + ); + sourceTree = ""; + }; + C99B910A1C33841E00A91990 /* Products */ = { + isa = PBXGroup; + children = ( + C99B91091C33841E00A91990 /* writeas.app */, + ); + name = Products; + sourceTree = ""; + }; + C99B910B1C33841E00A91990 /* writeas */ = { + isa = PBXGroup; + children = ( + C99B910C1C33841E00A91990 /* AppDelegate.swift */, + C99B910E1C33841E00A91990 /* ViewController.swift */, + C99B91101C33841F00A91990 /* Assets.xcassets */, + C99B91121C33841F00A91990 /* Main.storyboard */, + C99B91151C33841F00A91990 /* Info.plist */, + ); + path = writeas; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + C99B91081C33841E00A91990 /* writeas */ = { + isa = PBXNativeTarget; + buildConfigurationList = C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "writeas" */; + buildPhases = ( + C99B91051C33841E00A91990 /* Sources */, + C99B91061C33841E00A91990 /* Frameworks */, + C99B91071C33841E00A91990 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = writeas; + productName = writeas; + productReference = C99B91091C33841E00A91990 /* writeas.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + C99B91011C33841E00A91990 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0720; + LastUpgradeCheck = 0720; + ORGANIZATIONNAME = "A Bunch Tell"; + TargetAttributes = { + C99B91081C33841E00A91990 = { + CreatedOnToolsVersion = 7.2; + }; + }; + }; + buildConfigurationList = C99B91041C33841E00A91990 /* Build configuration list for PBXProject "writeas" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = C99B91001C33841E00A91990; + productRefGroup = C99B910A1C33841E00A91990 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + C99B91081C33841E00A91990 /* writeas */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + C99B91071C33841E00A91990 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C99B91111C33841F00A91990 /* Assets.xcassets in Resources */, + C99B91141C33841F00A91990 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + C99B91051C33841E00A91990 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C99B910F1C33841E00A91990 /* ViewController.swift in Sources */, + C99B910D1C33841E00A91990 /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + C99B91121C33841F00A91990 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + C99B91131C33841F00A91990 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + C99B91161C33841F00A91990 /* 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.11; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + C99B91171C33841F00A91990 /* 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.11; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = macosx; + }; + name = Release; + }; + C99B91191C33841F00A91990 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + COMBINE_HIDPI_IMAGES = YES; + INFOPLIST_FILE = writeas/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + C99B911A1C33841F00A91990 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + COMBINE_HIDPI_IMAGES = YES; + INFOPLIST_FILE = writeas/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + C99B91041C33841E00A91990 /* Build configuration list for PBXProject "writeas" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C99B91161C33841F00A91990 /* Debug */, + C99B91171C33841F00A91990 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "writeas" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C99B91191C33841F00A91990 /* Debug */, + C99B911A1C33841F00A91990 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = C99B91011C33841E00A91990 /* Project object */; +} diff --git a/writeas.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/writeas.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..6fedc6b --- /dev/null +++ b/writeas.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/writeas.xcodeproj/xcuserdata/matt.xcuserdatad/xcschemes/writeas.xcscheme b/writeas.xcodeproj/xcuserdata/matt.xcuserdatad/xcschemes/writeas.xcscheme new file mode 100644 index 0000000..76efb33 --- /dev/null +++ b/writeas.xcodeproj/xcuserdata/matt.xcuserdatad/xcschemes/writeas.xcscheme @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/writeas.xcodeproj/xcuserdata/matt.xcuserdatad/xcschemes/xcschememanagement.plist b/writeas.xcodeproj/xcuserdata/matt.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..186ed83 --- /dev/null +++ b/writeas.xcodeproj/xcuserdata/matt.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + writeas.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + C99B91081C33841E00A91990 + + primary + + + + + diff --git a/writeas/AppDelegate.swift b/writeas/AppDelegate.swift new file mode 100644 index 0000000..296b6c3 --- /dev/null +++ b/writeas/AppDelegate.swift @@ -0,0 +1,26 @@ +// +// AppDelegate.swift +// writeas +// +// Created by Matt Baer on 12/29/15. +// Copyright © 2015 A Bunch Tell. All rights reserved. +// + +import Cocoa + +@NSApplicationMain +class AppDelegate: NSObject, NSApplicationDelegate { + + + + 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/writeas/Assets.xcassets/AppIcon.appiconset/Contents.json b/writeas/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2db2b1c --- /dev/null +++ b/writeas/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,58 @@ +{ + "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/writeas/Base.lproj/Main.storyboard b/writeas/Base.lproj/Main.storyboard new file mode 100644 index 0000000..53267b8 --- /dev/null +++ b/writeas/Base.lproj/Main.storyboard @@ -0,0 +1,681 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/writeas/Info.plist b/writeas/Info.plist new file mode 100644 index 0000000..35b7f88 --- /dev/null +++ b/writeas/Info.plist @@ -0,0 +1,34 @@ + + + + + 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 A Bunch Tell. All rights reserved. + NSMainStoryboardFile + Main + NSPrincipalClass + NSApplication + + diff --git a/writeas/ViewController.swift b/writeas/ViewController.swift new file mode 100644 index 0000000..eea8e96 --- /dev/null +++ b/writeas/ViewController.swift @@ -0,0 +1,27 @@ +// +// ViewController.swift +// writeas +// +// Created by Matt Baer on 12/29/15. +// Copyright © 2015 A Bunch Tell. All rights reserved. +// + +import Cocoa + +class ViewController: NSViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + override var representedObject: AnyObject? { + didSet { + // Update the view, if already loaded. + } + } + + +} +