commit 98ac6bcfe67cd0ceb14d11bef7688036ec175f52 Author: Flavien Haas Date: Wed Dec 27 01:14:25 2017 +0100 Initial Commit diff --git a/Google Keep.xcodeproj/project.pbxproj b/Google Keep.xcodeproj/project.pbxproj new file mode 100644 index 0000000..5beac0d --- /dev/null +++ b/Google Keep.xcodeproj/project.pbxproj @@ -0,0 +1,557 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + 25D57D601FF3156900CB2FED /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D57D5F1FF3156900CB2FED /* AppDelegate.swift */; }; + 25D57D621FF3156900CB2FED /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D57D611FF3156900CB2FED /* ViewController.swift */; }; + 25D57D641FF3156900CB2FED /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 25D57D631FF3156900CB2FED /* Assets.xcassets */; }; + 25D57D671FF3156900CB2FED /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 25D57D651FF3156900CB2FED /* Main.storyboard */; }; + 25D57D731FF3156A00CB2FED /* Google_KeepTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D57D721FF3156A00CB2FED /* Google_KeepTests.swift */; }; + 25D57D7E1FF3156A00CB2FED /* Google_KeepUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D57D7D1FF3156A00CB2FED /* Google_KeepUITests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 25D57D6F1FF3156A00CB2FED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 25D57D541FF3156900CB2FED /* Project object */; + proxyType = 1; + remoteGlobalIDString = 25D57D5B1FF3156900CB2FED; + remoteInfo = "Google Keep"; + }; + 25D57D7A1FF3156A00CB2FED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 25D57D541FF3156900CB2FED /* Project object */; + proxyType = 1; + remoteGlobalIDString = 25D57D5B1FF3156900CB2FED; + remoteInfo = "Google Keep"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 25D57D5C1FF3156900CB2FED /* Google Keep.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Google Keep.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 25D57D5F1FF3156900CB2FED /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 25D57D611FF3156900CB2FED /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 25D57D631FF3156900CB2FED /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 25D57D661FF3156900CB2FED /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 25D57D681FF3156900CB2FED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 25D57D691FF3156900CB2FED /* Google_Keep.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Google_Keep.entitlements; sourceTree = ""; }; + 25D57D6E1FF3156A00CB2FED /* Google KeepTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Google KeepTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 25D57D721FF3156A00CB2FED /* Google_KeepTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google_KeepTests.swift; sourceTree = ""; }; + 25D57D741FF3156A00CB2FED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 25D57D791FF3156A00CB2FED /* Google KeepUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Google KeepUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 25D57D7D1FF3156A00CB2FED /* Google_KeepUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google_KeepUITests.swift; sourceTree = ""; }; + 25D57D7F1FF3156A00CB2FED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 25D57D591FF3156900CB2FED /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 25D57D6B1FF3156A00CB2FED /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 25D57D761FF3156A00CB2FED /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 25D57D531FF3156900CB2FED = { + isa = PBXGroup; + children = ( + 25D57D5E1FF3156900CB2FED /* Google Keep */, + 25D57D711FF3156A00CB2FED /* Google KeepTests */, + 25D57D7C1FF3156A00CB2FED /* Google KeepUITests */, + 25D57D5D1FF3156900CB2FED /* Products */, + ); + sourceTree = ""; + }; + 25D57D5D1FF3156900CB2FED /* Products */ = { + isa = PBXGroup; + children = ( + 25D57D5C1FF3156900CB2FED /* Google Keep.app */, + 25D57D6E1FF3156A00CB2FED /* Google KeepTests.xctest */, + 25D57D791FF3156A00CB2FED /* Google KeepUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 25D57D5E1FF3156900CB2FED /* Google Keep */ = { + isa = PBXGroup; + children = ( + 25D57D5F1FF3156900CB2FED /* AppDelegate.swift */, + 25D57D611FF3156900CB2FED /* ViewController.swift */, + 25D57D631FF3156900CB2FED /* Assets.xcassets */, + 25D57D651FF3156900CB2FED /* Main.storyboard */, + 25D57D681FF3156900CB2FED /* Info.plist */, + 25D57D691FF3156900CB2FED /* Google_Keep.entitlements */, + ); + path = "Google Keep"; + sourceTree = ""; + }; + 25D57D711FF3156A00CB2FED /* Google KeepTests */ = { + isa = PBXGroup; + children = ( + 25D57D721FF3156A00CB2FED /* Google_KeepTests.swift */, + 25D57D741FF3156A00CB2FED /* Info.plist */, + ); + path = "Google KeepTests"; + sourceTree = ""; + }; + 25D57D7C1FF3156A00CB2FED /* Google KeepUITests */ = { + isa = PBXGroup; + children = ( + 25D57D7D1FF3156A00CB2FED /* Google_KeepUITests.swift */, + 25D57D7F1FF3156A00CB2FED /* Info.plist */, + ); + path = "Google KeepUITests"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 25D57D5B1FF3156900CB2FED /* Google Keep */ = { + isa = PBXNativeTarget; + buildConfigurationList = 25D57D821FF3156A00CB2FED /* Build configuration list for PBXNativeTarget "Google Keep" */; + buildPhases = ( + 25D57D581FF3156900CB2FED /* Sources */, + 25D57D591FF3156900CB2FED /* Frameworks */, + 25D57D5A1FF3156900CB2FED /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Google Keep"; + productName = "Google Keep"; + productReference = 25D57D5C1FF3156900CB2FED /* Google Keep.app */; + productType = "com.apple.product-type.application"; + }; + 25D57D6D1FF3156A00CB2FED /* Google KeepTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 25D57D851FF3156A00CB2FED /* Build configuration list for PBXNativeTarget "Google KeepTests" */; + buildPhases = ( + 25D57D6A1FF3156A00CB2FED /* Sources */, + 25D57D6B1FF3156A00CB2FED /* Frameworks */, + 25D57D6C1FF3156A00CB2FED /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 25D57D701FF3156A00CB2FED /* PBXTargetDependency */, + ); + name = "Google KeepTests"; + productName = "Google KeepTests"; + productReference = 25D57D6E1FF3156A00CB2FED /* Google KeepTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 25D57D781FF3156A00CB2FED /* Google KeepUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 25D57D881FF3156A00CB2FED /* Build configuration list for PBXNativeTarget "Google KeepUITests" */; + buildPhases = ( + 25D57D751FF3156A00CB2FED /* Sources */, + 25D57D761FF3156A00CB2FED /* Frameworks */, + 25D57D771FF3156A00CB2FED /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 25D57D7B1FF3156A00CB2FED /* PBXTargetDependency */, + ); + name = "Google KeepUITests"; + productName = "Google KeepUITests"; + productReference = 25D57D791FF3156A00CB2FED /* Google KeepUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 25D57D541FF3156900CB2FED /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0920; + LastUpgradeCheck = 0920; + ORGANIZATIONNAME = "Flavien Haas"; + TargetAttributes = { + 25D57D5B1FF3156900CB2FED = { + CreatedOnToolsVersion = 9.2; + ProvisioningStyle = Automatic; + SystemCapabilities = { + com.apple.Sandbox = { + enabled = 0; + }; + }; + }; + 25D57D6D1FF3156A00CB2FED = { + CreatedOnToolsVersion = 9.2; + ProvisioningStyle = Automatic; + TestTargetID = 25D57D5B1FF3156900CB2FED; + }; + 25D57D781FF3156A00CB2FED = { + CreatedOnToolsVersion = 9.2; + ProvisioningStyle = Automatic; + TestTargetID = 25D57D5B1FF3156900CB2FED; + }; + }; + }; + buildConfigurationList = 25D57D571FF3156900CB2FED /* Build configuration list for PBXProject "Google Keep" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 25D57D531FF3156900CB2FED; + productRefGroup = 25D57D5D1FF3156900CB2FED /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 25D57D5B1FF3156900CB2FED /* Google Keep */, + 25D57D6D1FF3156A00CB2FED /* Google KeepTests */, + 25D57D781FF3156A00CB2FED /* Google KeepUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 25D57D5A1FF3156900CB2FED /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 25D57D641FF3156900CB2FED /* Assets.xcassets in Resources */, + 25D57D671FF3156900CB2FED /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 25D57D6C1FF3156A00CB2FED /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 25D57D771FF3156A00CB2FED /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 25D57D581FF3156900CB2FED /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 25D57D621FF3156900CB2FED /* ViewController.swift in Sources */, + 25D57D601FF3156900CB2FED /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 25D57D6A1FF3156A00CB2FED /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 25D57D731FF3156A00CB2FED /* Google_KeepTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 25D57D751FF3156A00CB2FED /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 25D57D7E1FF3156A00CB2FED /* Google_KeepUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 25D57D701FF3156A00CB2FED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 25D57D5B1FF3156900CB2FED /* Google Keep */; + targetProxy = 25D57D6F1FF3156A00CB2FED /* PBXContainerItemProxy */; + }; + 25D57D7B1FF3156A00CB2FED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 25D57D5B1FF3156900CB2FED /* Google Keep */; + targetProxy = 25D57D7A1FF3156A00CB2FED /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 25D57D651FF3156900CB2FED /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 25D57D661FF3156900CB2FED /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 25D57D801FF3156A00CB2FED /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = 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_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.13; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 25D57D811FF3156A00CB2FED /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = 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_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.13; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = macosx; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + }; + name = Release; + }; + 25D57D831FF3156A00CB2FED /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = 52UNBPQJZS; + INFOPLIST_FILE = "Google Keep/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "fr.flavien.Google-Keep"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + }; + name = Debug; + }; + 25D57D841FF3156A00CB2FED /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = 52UNBPQJZS; + INFOPLIST_FILE = "Google Keep/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "fr.flavien.Google-Keep"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + }; + name = Release; + }; + 25D57D861FF3156A00CB2FED /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = 52UNBPQJZS; + INFOPLIST_FILE = "Google KeepTests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "fr.flavien.Google-KeepTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Google Keep.app/Contents/MacOS/Google Keep"; + }; + name = Debug; + }; + 25D57D871FF3156A00CB2FED /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = 52UNBPQJZS; + INFOPLIST_FILE = "Google KeepTests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "fr.flavien.Google-KeepTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Google Keep.app/Contents/MacOS/Google Keep"; + }; + name = Release; + }; + 25D57D891FF3156A00CB2FED /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = 52UNBPQJZS; + INFOPLIST_FILE = "Google KeepUITests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "fr.flavien.Google-KeepUITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + TEST_TARGET_NAME = "Google Keep"; + }; + name = Debug; + }; + 25D57D8A1FF3156A00CB2FED /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = 52UNBPQJZS; + INFOPLIST_FILE = "Google KeepUITests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "fr.flavien.Google-KeepUITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + TEST_TARGET_NAME = "Google Keep"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 25D57D571FF3156900CB2FED /* Build configuration list for PBXProject "Google Keep" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 25D57D801FF3156A00CB2FED /* Debug */, + 25D57D811FF3156A00CB2FED /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 25D57D821FF3156A00CB2FED /* Build configuration list for PBXNativeTarget "Google Keep" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 25D57D831FF3156A00CB2FED /* Debug */, + 25D57D841FF3156A00CB2FED /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 25D57D851FF3156A00CB2FED /* Build configuration list for PBXNativeTarget "Google KeepTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 25D57D861FF3156A00CB2FED /* Debug */, + 25D57D871FF3156A00CB2FED /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 25D57D881FF3156A00CB2FED /* Build configuration list for PBXNativeTarget "Google KeepUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 25D57D891FF3156A00CB2FED /* Debug */, + 25D57D8A1FF3156A00CB2FED /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 25D57D541FF3156900CB2FED /* Project object */; +} diff --git a/Google Keep.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Google Keep.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..ca7ebad --- /dev/null +++ b/Google Keep.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Google Keep.xcodeproj/xcuserdata/flavien.xcuserdatad/xcschemes/xcschememanagement.plist b/Google Keep.xcodeproj/xcuserdata/flavien.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..ba8157c --- /dev/null +++ b/Google Keep.xcodeproj/xcuserdata/flavien.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Google Keep.xcscheme + + orderHint + 0 + + + + diff --git a/Google Keep/AppDelegate.swift b/Google Keep/AppDelegate.swift new file mode 100644 index 0000000..044ce09 --- /dev/null +++ b/Google Keep/AppDelegate.swift @@ -0,0 +1,26 @@ +// +// AppDelegate.swift +// Google Keep +// +// Created by Flavien Haas on 27/12/2017. +// Copyright © 2017 Flavien Haas. 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/Google Keep/Assets.xcassets/AppIcon.appiconset/Contents.json b/Google Keep/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..8b7b776 --- /dev/null +++ b/Google Keep/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,63 @@ +{ + "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" + }, + { + "size" : "128x128", + "idiom" : "mac", + "filename" : "keep-128.png", + "scale" : "1x" + }, + { + "size" : "128x128", + "idiom" : "mac", + "filename" : "keep-257.png", + "scale" : "2x" + }, + { + "size" : "256x256", + "idiom" : "mac", + "filename" : "keep-256.png", + "scale" : "1x" + }, + { + "size" : "256x256", + "idiom" : "mac", + "filename" : "keep-513.png", + "scale" : "2x" + }, + { + "size" : "512x512", + "idiom" : "mac", + "filename" : "keep-512.png", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-128.png b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-128.png new file mode 100644 index 0000000..3c864db Binary files /dev/null and b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-128.png differ diff --git a/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-256.png b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-256.png new file mode 100644 index 0000000..8e895a4 Binary files /dev/null and b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-256.png differ diff --git a/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-257.png b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-257.png new file mode 100644 index 0000000..8e895a4 Binary files /dev/null and b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-257.png differ diff --git a/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-512.png b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-512.png new file mode 100644 index 0000000..8fef3b9 Binary files /dev/null and b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-512.png differ diff --git a/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-513.png b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-513.png new file mode 100644 index 0000000..8fef3b9 Binary files /dev/null and b/Google Keep/Assets.xcassets/AppIcon.appiconset/keep-513.png differ diff --git a/Google Keep/Base.lproj/Main.storyboard b/Google Keep/Base.lproj/Main.storyboard new file mode 100644 index 0000000..5945d2d --- /dev/null +++ b/Google Keep/Base.lproj/Main.storyboard @@ -0,0 +1,754 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Google Keep/Google_Keep.entitlements b/Google Keep/Google_Keep.entitlements new file mode 100644 index 0000000..0c67376 --- /dev/null +++ b/Google Keep/Google_Keep.entitlements @@ -0,0 +1,5 @@ + + + + + diff --git a/Google Keep/Info.plist b/Google Keep/Info.plist new file mode 100644 index 0000000..0217c21 --- /dev/null +++ b/Google Keep/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 © 2017 Flavien Haas. All rights reserved. + NSMainStoryboardFile + Main + NSPrincipalClass + NSApplication + + diff --git a/Google Keep/ViewController.swift b/Google Keep/ViewController.swift new file mode 100644 index 0000000..995cd9f --- /dev/null +++ b/Google Keep/ViewController.swift @@ -0,0 +1,36 @@ +// +// ViewController.swift +// Google Keep +// +// Created by Flavien Haas on 27/12/2017. +// Copyright © 2017 Flavien Haas. All rights reserved. +// + +import Cocoa +import WebKit + +class ViewController: NSViewController { + + @IBOutlet weak var webView: WKWebView! + override func viewDidLoad() { + super.viewDidLoad() + + let googlekeepurl = URL(string: "https://keep.google.com") + let googlekeepurlrequest = URLRequest(url: googlekeepurl!) + webView.load(googlekeepurlrequest) + + } + + + + + + override var representedObject: Any? { + didSet { + // Update the view, if already loaded. + } + } + + +} + diff --git a/Google KeepTests/Google_KeepTests.swift b/Google KeepTests/Google_KeepTests.swift new file mode 100644 index 0000000..0ade25a --- /dev/null +++ b/Google KeepTests/Google_KeepTests.swift @@ -0,0 +1,36 @@ +// +// Google_KeepTests.swift +// Google KeepTests +// +// Created by Flavien Haas on 27/12/2017. +// Copyright © 2017 Flavien Haas. All rights reserved. +// + +import XCTest +@testable import Google_Keep + +class Google_KeepTests: XCTestCase { + + override func setUp() { + super.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. + super.tearDown() + } + + 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. + } + } + +} diff --git a/Google KeepTests/Info.plist b/Google KeepTests/Info.plist new file mode 100644 index 0000000..6c40a6c --- /dev/null +++ b/Google KeepTests/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/Google KeepUITests/Google_KeepUITests.swift b/Google KeepUITests/Google_KeepUITests.swift new file mode 100644 index 0000000..7285e1d --- /dev/null +++ b/Google KeepUITests/Google_KeepUITests.swift @@ -0,0 +1,36 @@ +// +// Google_KeepUITests.swift +// Google KeepUITests +// +// Created by Flavien Haas on 27/12/2017. +// Copyright © 2017 Flavien Haas. All rights reserved. +// + +import XCTest + +class Google_KeepUITests: XCTestCase { + + override func setUp() { + super.setUp() + + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + continueAfterFailure = false + // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method. + XCUIApplication().launch() + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testExample() { + // Use recording to get started writing UI tests. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + +} diff --git a/Google KeepUITests/Info.plist b/Google KeepUITests/Info.plist new file mode 100644 index 0000000..6c40a6c --- /dev/null +++ b/Google KeepUITests/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 + +