commit 2689d86c18d79b8a0e908d75a5a8640a90cc4904 Author: James Griffin Date: Thu Nov 15 21:38:55 2018 -0400 Initial Commit diff --git a/Jot.xcodeproj/project.pbxproj b/Jot.xcodeproj/project.pbxproj new file mode 100644 index 0000000..56edf8a --- /dev/null +++ b/Jot.xcodeproj/project.pbxproj @@ -0,0 +1,461 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 82AE32CD219E57210078EBDC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82AE32CC219E57210078EBDC /* AppDelegate.swift */; }; + 82AE32CF219E57210078EBDC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82AE32CE219E57210078EBDC /* ViewController.swift */; }; + 82AE32D1219E57250078EBDC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 82AE32D0219E57250078EBDC /* Assets.xcassets */; }; + 82AE32D4219E57250078EBDC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 82AE32D2219E57250078EBDC /* Main.storyboard */; }; + 82AE32E0219E57250078EBDC /* JotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82AE32DF219E57250078EBDC /* JotTests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 82AE32DC219E57250078EBDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 82AE32C1219E57210078EBDC /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82AE32C8219E57210078EBDC; + remoteInfo = Jot; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 82AE32C9219E57210078EBDC /* Jot.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Jot.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 82AE32CC219E57210078EBDC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 82AE32CE219E57210078EBDC /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 82AE32D0219E57250078EBDC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 82AE32D3219E57250078EBDC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 82AE32D5219E57250078EBDC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 82AE32D6219E57250078EBDC /* Jot.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Jot.entitlements; sourceTree = ""; }; + 82AE32DB219E57250078EBDC /* JotTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JotTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 82AE32DF219E57250078EBDC /* JotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JotTests.swift; sourceTree = ""; }; + 82AE32E1219E57250078EBDC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 82AE32C6219E57210078EBDC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 82AE32D8219E57250078EBDC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 82AE32C0219E57210078EBDC = { + isa = PBXGroup; + children = ( + 82AE32CB219E57210078EBDC /* Jot */, + 82AE32DE219E57250078EBDC /* JotTests */, + 82AE32CA219E57210078EBDC /* Products */, + ); + sourceTree = ""; + }; + 82AE32CA219E57210078EBDC /* Products */ = { + isa = PBXGroup; + children = ( + 82AE32C9219E57210078EBDC /* Jot.app */, + 82AE32DB219E57250078EBDC /* JotTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 82AE32CB219E57210078EBDC /* Jot */ = { + isa = PBXGroup; + children = ( + 82AE32CC219E57210078EBDC /* AppDelegate.swift */, + 82AE32CE219E57210078EBDC /* ViewController.swift */, + 82AE32D0219E57250078EBDC /* Assets.xcassets */, + 82AE32D2219E57250078EBDC /* Main.storyboard */, + 82AE32D5219E57250078EBDC /* Info.plist */, + 82AE32D6219E57250078EBDC /* Jot.entitlements */, + ); + path = Jot; + sourceTree = ""; + }; + 82AE32DE219E57250078EBDC /* JotTests */ = { + isa = PBXGroup; + children = ( + 82AE32DF219E57250078EBDC /* JotTests.swift */, + 82AE32E1219E57250078EBDC /* Info.plist */, + ); + path = JotTests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 82AE32C8219E57210078EBDC /* Jot */ = { + isa = PBXNativeTarget; + buildConfigurationList = 82AE32E4219E57250078EBDC /* Build configuration list for PBXNativeTarget "Jot" */; + buildPhases = ( + 82AE32C5219E57210078EBDC /* Sources */, + 82AE32C6219E57210078EBDC /* Frameworks */, + 82AE32C7219E57210078EBDC /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Jot; + productName = Jot; + productReference = 82AE32C9219E57210078EBDC /* Jot.app */; + productType = "com.apple.product-type.application"; + }; + 82AE32DA219E57250078EBDC /* JotTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 82AE32E7219E57250078EBDC /* Build configuration list for PBXNativeTarget "JotTests" */; + buildPhases = ( + 82AE32D7219E57250078EBDC /* Sources */, + 82AE32D8219E57250078EBDC /* Frameworks */, + 82AE32D9219E57250078EBDC /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 82AE32DD219E57250078EBDC /* PBXTargetDependency */, + ); + name = JotTests; + productName = JotTests; + productReference = 82AE32DB219E57250078EBDC /* JotTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 82AE32C1219E57210078EBDC /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1010; + LastUpgradeCheck = 1010; + ORGANIZATIONNAME = "James Griffin-Allwood"; + TargetAttributes = { + 82AE32C8219E57210078EBDC = { + CreatedOnToolsVersion = 10.1; + }; + 82AE32DA219E57250078EBDC = { + CreatedOnToolsVersion = 10.1; + TestTargetID = 82AE32C8219E57210078EBDC; + }; + }; + }; + buildConfigurationList = 82AE32C4219E57210078EBDC /* Build configuration list for PBXProject "Jot" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 82AE32C0219E57210078EBDC; + productRefGroup = 82AE32CA219E57210078EBDC /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 82AE32C8219E57210078EBDC /* Jot */, + 82AE32DA219E57250078EBDC /* JotTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 82AE32C7219E57210078EBDC /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 82AE32D1219E57250078EBDC /* Assets.xcassets in Resources */, + 82AE32D4219E57250078EBDC /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 82AE32D9219E57250078EBDC /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 82AE32C5219E57210078EBDC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 82AE32CF219E57210078EBDC /* ViewController.swift in Sources */, + 82AE32CD219E57210078EBDC /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 82AE32D7219E57250078EBDC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 82AE32E0219E57250078EBDC /* JotTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 82AE32DD219E57250078EBDC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 82AE32C8219E57210078EBDC /* Jot */; + targetProxy = 82AE32DC219E57250078EBDC /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 82AE32D2219E57250078EBDC /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 82AE32D3219E57250078EBDC /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 82AE32E2219E57250078EBDC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + 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.14; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 82AE32E3219E57250078EBDC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + 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.14; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = macosx; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + }; + name = Release; + }; + 82AE32E5219E57250078EBDC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_ENTITLEMENTS = Jot/Jot.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = TQ65TXGTY3; + INFOPLIST_FILE = Jot/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = ca.unsupervised.Jot; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + }; + name = Debug; + }; + 82AE32E6219E57250078EBDC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_ENTITLEMENTS = Jot/Jot.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = TQ65TXGTY3; + INFOPLIST_FILE = Jot/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = ca.unsupervised.Jot; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + }; + name = Release; + }; + 82AE32E8219E57250078EBDC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = TQ65TXGTY3; + INFOPLIST_FILE = JotTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/../Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = ca.unsupervised.JotTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Jot.app/Contents/MacOS/Jot"; + }; + name = Debug; + }; + 82AE32E9219E57250078EBDC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = TQ65TXGTY3; + INFOPLIST_FILE = JotTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/../Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = ca.unsupervised.JotTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Jot.app/Contents/MacOS/Jot"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 82AE32C4219E57210078EBDC /* Build configuration list for PBXProject "Jot" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 82AE32E2219E57250078EBDC /* Debug */, + 82AE32E3219E57250078EBDC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 82AE32E4219E57250078EBDC /* Build configuration list for PBXNativeTarget "Jot" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 82AE32E5219E57250078EBDC /* Debug */, + 82AE32E6219E57250078EBDC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 82AE32E7219E57250078EBDC /* Build configuration list for PBXNativeTarget "JotTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 82AE32E8219E57250078EBDC /* Debug */, + 82AE32E9219E57250078EBDC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 82AE32C1219E57210078EBDC /* Project object */; +} diff --git a/Jot.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Jot.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..00a3956 --- /dev/null +++ b/Jot.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Jot.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Jot.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Jot.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Jot.xcodeproj/xcuserdata/thatguygriff.xcuserdatad/xcschemes/xcschememanagement.plist b/Jot.xcodeproj/xcuserdata/thatguygriff.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..3493c71 --- /dev/null +++ b/Jot.xcodeproj/xcuserdata/thatguygriff.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Jot.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Jot/AppDelegate.swift b/Jot/AppDelegate.swift new file mode 100644 index 0000000..77a9bff --- /dev/null +++ b/Jot/AppDelegate.swift @@ -0,0 +1,26 @@ +// +// AppDelegate.swift +// Jot +// +// Created by James Griffin-Allwood on 2018-11-15. +// Copyright © 2018 James Griffin-Allwood. All rights reserved. +// + +import Cocoa + +@NSApplicationMain +class AppDelegate: NSObject, NSApplicationDelegate { + + + + func applicationDidFinishLaunching(_ aNotification: Notification) { + // Insert code here to initialize your application + } + + func applicationWillTerminate(_ aNotification: Notification) { + // Insert code here to tear down your application + } + + +} + diff --git a/Jot/Assets.xcassets/AppIcon.appiconset/Contents.json b/Jot/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2db2b1c --- /dev/null +++ b/Jot/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/Jot/Assets.xcassets/Contents.json b/Jot/Assets.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/Jot/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Jot/Base.lproj/Main.storyboard b/Jot/Base.lproj/Main.storyboard new file mode 100644 index 0000000..0c5c696 --- /dev/null +++ b/Jot/Base.lproj/Main.storyboard @@ -0,0 +1,717 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Jot/Info.plist b/Jot/Info.plist new file mode 100644 index 0000000..942f34d --- /dev/null +++ b/Jot/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSHumanReadableCopyright + Copyright © 2018 James Griffin-Allwood. All rights reserved. + NSMainStoryboardFile + Main + NSPrincipalClass + NSApplication + + diff --git a/Jot/Jot.entitlements b/Jot/Jot.entitlements new file mode 100644 index 0000000..f2ef3ae --- /dev/null +++ b/Jot/Jot.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-only + + + diff --git a/Jot/ViewController.swift b/Jot/ViewController.swift new file mode 100644 index 0000000..9b15958 --- /dev/null +++ b/Jot/ViewController.swift @@ -0,0 +1,27 @@ +// +// ViewController.swift +// Jot +// +// Created by James Griffin-Allwood on 2018-11-15. +// Copyright © 2018 James Griffin-Allwood. All rights reserved. +// + +import Cocoa + +class ViewController: NSViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + override var representedObject: Any? { + didSet { + // Update the view, if already loaded. + } + } + + +} + diff --git a/JotTests/Info.plist b/JotTests/Info.plist new file mode 100644 index 0000000..6c40a6c --- /dev/null +++ b/JotTests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/JotTests/JotTests.swift b/JotTests/JotTests.swift new file mode 100644 index 0000000..82fddf8 --- /dev/null +++ b/JotTests/JotTests.swift @@ -0,0 +1,34 @@ +// +// JotTests.swift +// JotTests +// +// Created by James Griffin-Allwood on 2018-11-15. +// Copyright © 2018 James Griffin-Allwood. All rights reserved. +// + +import XCTest +@testable import Jot + +class JotTests: XCTestCase { + + override func setUp() { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +}