From 4e2eea2beb2705e028226fe0300d17a7e223ec3c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 6 Sep 2018 00:08:25 +0200 Subject: Rename "CopyMailto" Xcode project to "Copy Mailto" I like it better with the space in between. Normally I'm used to not using spaces, but since you can here, do it. Following this guide to rename the project: https://digitalleaves.com/blog/2017/06/rename-xcode-project/ Not yet finished, but committing this stage of the rename now. --- Copy Mailto.xcodeproj/project.pbxproj | 329 +++++++++++++++++++++ .../project.xcworkspace/contents.xcworkspacedata | 7 + CopyMailto.xcodeproj/project.pbxproj | 329 --------------------- .../project.xcworkspace/contents.xcworkspacedata | 7 - .../xcdebugger/Breakpoints_v2.xcbkptlist | 5 - .../xcschemes/xcschememanagement.plist | 14 - CopyMailto/Base.lproj/MainMenu.xib | 13 +- 7 files changed, 342 insertions(+), 362 deletions(-) create mode 100644 Copy Mailto.xcodeproj/project.pbxproj create mode 100644 Copy Mailto.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 CopyMailto.xcodeproj/project.pbxproj delete mode 100644 CopyMailto.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist delete mode 100644 CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/Copy Mailto.xcodeproj/project.pbxproj b/Copy Mailto.xcodeproj/project.pbxproj new file mode 100644 index 0000000..d039f21 --- /dev/null +++ b/Copy Mailto.xcodeproj/project.pbxproj @@ -0,0 +1,329 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + D1F170FC21402BB100BD08A0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F170FB21402BB100BD08A0 /* AppDelegate.m */; }; + D1F170FE21402BB100BD08A0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D1F170FD21402BB100BD08A0 /* Assets.xcassets */; }; + D1F1710121402BB200BD08A0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D1F170FF21402BB200BD08A0 /* MainMenu.xib */; }; + D1F1710421402BB300BD08A0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F1710321402BB300BD08A0 /* main.m */; }; + D1F1710D21403F7B00BD08A0 /* DefaultURLHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F1710C21403F7B00BD08A0 /* DefaultURLHandler.m */; }; + D1F17110214071D600BD08A0 /* QuitButton.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F1710F214071D600BD08A0 /* QuitButton.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + D1F170F721402BB000BD08A0 /* Copy Mailto.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Copy Mailto.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + D1F170FA21402BB000BD08A0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + D1F170FB21402BB100BD08A0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + D1F170FD21402BB100BD08A0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + D1F1710021402BB200BD08A0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; + D1F1710221402BB300BD08A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + D1F1710321402BB300BD08A0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + D1F1710521402BB400BD08A0 /* CopyMailto.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CopyMailto.entitlements; sourceTree = ""; }; + D1F1710B21403F7B00BD08A0 /* DefaultURLHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DefaultURLHandler.h; sourceTree = ""; }; + D1F1710C21403F7B00BD08A0 /* DefaultURLHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DefaultURLHandler.m; sourceTree = ""; }; + D1F1710E214071D600BD08A0 /* QuitButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuitButton.h; sourceTree = ""; }; + D1F1710F214071D600BD08A0 /* QuitButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QuitButton.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D1F170F421402BB000BD08A0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D1F170EE21402BAF00BD08A0 = { + isa = PBXGroup; + children = ( + D1F170F921402BB000BD08A0 /* CopyMailto */, + D1F170F821402BB000BD08A0 /* Products */, + ); + sourceTree = ""; + }; + D1F170F821402BB000BD08A0 /* Products */ = { + isa = PBXGroup; + children = ( + D1F170F721402BB000BD08A0 /* Copy Mailto.app */, + ); + name = Products; + sourceTree = ""; + }; + D1F170F921402BB000BD08A0 /* CopyMailto */ = { + isa = PBXGroup; + children = ( + D1F170FA21402BB000BD08A0 /* AppDelegate.h */, + D1F170FB21402BB100BD08A0 /* AppDelegate.m */, + D1F1710E214071D600BD08A0 /* QuitButton.h */, + D1F1710F214071D600BD08A0 /* QuitButton.m */, + D1F170FD21402BB100BD08A0 /* Assets.xcassets */, + D1F170FF21402BB200BD08A0 /* MainMenu.xib */, + D1F1710221402BB300BD08A0 /* Info.plist */, + D1F1710B21403F7B00BD08A0 /* DefaultURLHandler.h */, + D1F1710C21403F7B00BD08A0 /* DefaultURLHandler.m */, + D1F1710321402BB300BD08A0 /* main.m */, + D1F1710521402BB400BD08A0 /* CopyMailto.entitlements */, + ); + path = CopyMailto; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D1F170F621402BB000BD08A0 /* Copy Mailto */ = { + isa = PBXNativeTarget; + buildConfigurationList = D1F1710821402BB400BD08A0 /* Build configuration list for PBXNativeTarget "Copy Mailto" */; + buildPhases = ( + D1F170F321402BB000BD08A0 /* Sources */, + D1F170F421402BB000BD08A0 /* Frameworks */, + D1F170F521402BB000BD08A0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Copy Mailto"; + productName = CopyMailto; + productReference = D1F170F721402BB000BD08A0 /* Copy Mailto.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D1F170EF21402BAF00BD08A0 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0920; + ORGANIZATIONNAME = tw; + TargetAttributes = { + D1F170F621402BB000BD08A0 = { + CreatedOnToolsVersion = 9.2; + ProvisioningStyle = Automatic; + SystemCapabilities = { + com.apple.Sandbox = { + enabled = 0; + }; + }; + }; + }; + }; + buildConfigurationList = D1F170F221402BAF00BD08A0 /* Build configuration list for PBXProject "Copy Mailto" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = D1F170EE21402BAF00BD08A0; + productRefGroup = D1F170F821402BB000BD08A0 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D1F170F621402BB000BD08A0 /* Copy Mailto */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D1F170F521402BB000BD08A0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D1F170FE21402BB100BD08A0 /* Assets.xcassets in Resources */, + D1F1710121402BB200BD08A0 /* MainMenu.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D1F170F321402BB000BD08A0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D1F1710421402BB300BD08A0 /* main.m in Sources */, + D1F1710D21403F7B00BD08A0 /* DefaultURLHandler.m in Sources */, + D1F17110214071D600BD08A0 /* QuitButton.m in Sources */, + D1F170FC21402BB100BD08A0 /* AppDelegate.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + D1F170FF21402BB200BD08A0 /* MainMenu.xib */ = { + isa = PBXVariantGroup; + children = ( + D1F1710021402BB200BD08A0 /* Base */, + ); + name = MainMenu.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + D1F1710621402BB400BD08A0 /* 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 = "-"; + 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.12; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + D1F1710721402BB400BD08A0 /* 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 = "-"; + 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.12; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = macosx; + }; + name = Release; + }; + D1F1710921402BB400BD08A0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + INFOPLIST_FILE = CopyMailto/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.6; + PRODUCT_BUNDLE_IDENTIFIER = com.teddywing.CopyMailto; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + D1F1710A21402BB400BD08A0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + INFOPLIST_FILE = CopyMailto/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.6; + PRODUCT_BUNDLE_IDENTIFIER = com.teddywing.CopyMailto; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D1F170F221402BAF00BD08A0 /* Build configuration list for PBXProject "Copy Mailto" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D1F1710621402BB400BD08A0 /* Debug */, + D1F1710721402BB400BD08A0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D1F1710821402BB400BD08A0 /* Build configuration list for PBXNativeTarget "Copy Mailto" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D1F1710921402BB400BD08A0 /* Debug */, + D1F1710A21402BB400BD08A0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D1F170EF21402BAF00BD08A0 /* Project object */; +} diff --git a/Copy Mailto.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Copy Mailto.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..f4ed3eb --- /dev/null +++ b/Copy Mailto.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/CopyMailto.xcodeproj/project.pbxproj b/CopyMailto.xcodeproj/project.pbxproj deleted file mode 100644 index 1861805..0000000 --- a/CopyMailto.xcodeproj/project.pbxproj +++ /dev/null @@ -1,329 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - D1F170FC21402BB100BD08A0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F170FB21402BB100BD08A0 /* AppDelegate.m */; }; - D1F170FE21402BB100BD08A0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D1F170FD21402BB100BD08A0 /* Assets.xcassets */; }; - D1F1710121402BB200BD08A0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D1F170FF21402BB200BD08A0 /* MainMenu.xib */; }; - D1F1710421402BB300BD08A0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F1710321402BB300BD08A0 /* main.m */; }; - D1F1710D21403F7B00BD08A0 /* DefaultURLHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F1710C21403F7B00BD08A0 /* DefaultURLHandler.m */; }; - D1F17110214071D600BD08A0 /* QuitButton.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F1710F214071D600BD08A0 /* QuitButton.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - D1F170F721402BB000BD08A0 /* CopyMailto.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CopyMailto.app; sourceTree = BUILT_PRODUCTS_DIR; }; - D1F170FA21402BB000BD08A0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - D1F170FB21402BB100BD08A0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - D1F170FD21402BB100BD08A0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - D1F1710021402BB200BD08A0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; - D1F1710221402BB300BD08A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - D1F1710321402BB300BD08A0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - D1F1710521402BB400BD08A0 /* CopyMailto.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CopyMailto.entitlements; sourceTree = ""; }; - D1F1710B21403F7B00BD08A0 /* DefaultURLHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DefaultURLHandler.h; sourceTree = ""; }; - D1F1710C21403F7B00BD08A0 /* DefaultURLHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DefaultURLHandler.m; sourceTree = ""; }; - D1F1710E214071D600BD08A0 /* QuitButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuitButton.h; sourceTree = ""; }; - D1F1710F214071D600BD08A0 /* QuitButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QuitButton.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D1F170F421402BB000BD08A0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - D1F170EE21402BAF00BD08A0 = { - isa = PBXGroup; - children = ( - D1F170F921402BB000BD08A0 /* CopyMailto */, - D1F170F821402BB000BD08A0 /* Products */, - ); - sourceTree = ""; - }; - D1F170F821402BB000BD08A0 /* Products */ = { - isa = PBXGroup; - children = ( - D1F170F721402BB000BD08A0 /* CopyMailto.app */, - ); - name = Products; - sourceTree = ""; - }; - D1F170F921402BB000BD08A0 /* CopyMailto */ = { - isa = PBXGroup; - children = ( - D1F170FA21402BB000BD08A0 /* AppDelegate.h */, - D1F170FB21402BB100BD08A0 /* AppDelegate.m */, - D1F1710E214071D600BD08A0 /* QuitButton.h */, - D1F1710F214071D600BD08A0 /* QuitButton.m */, - D1F170FD21402BB100BD08A0 /* Assets.xcassets */, - D1F170FF21402BB200BD08A0 /* MainMenu.xib */, - D1F1710221402BB300BD08A0 /* Info.plist */, - D1F1710B21403F7B00BD08A0 /* DefaultURLHandler.h */, - D1F1710C21403F7B00BD08A0 /* DefaultURLHandler.m */, - D1F1710321402BB300BD08A0 /* main.m */, - D1F1710521402BB400BD08A0 /* CopyMailto.entitlements */, - ); - path = CopyMailto; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D1F170F621402BB000BD08A0 /* CopyMailto */ = { - isa = PBXNativeTarget; - buildConfigurationList = D1F1710821402BB400BD08A0 /* Build configuration list for PBXNativeTarget "CopyMailto" */; - buildPhases = ( - D1F170F321402BB000BD08A0 /* Sources */, - D1F170F421402BB000BD08A0 /* Frameworks */, - D1F170F521402BB000BD08A0 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CopyMailto; - productName = CopyMailto; - productReference = D1F170F721402BB000BD08A0 /* CopyMailto.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D1F170EF21402BAF00BD08A0 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0920; - ORGANIZATIONNAME = tw; - TargetAttributes = { - D1F170F621402BB000BD08A0 = { - CreatedOnToolsVersion = 9.2; - ProvisioningStyle = Automatic; - SystemCapabilities = { - com.apple.Sandbox = { - enabled = 0; - }; - }; - }; - }; - }; - buildConfigurationList = D1F170F221402BAF00BD08A0 /* Build configuration list for PBXProject "CopyMailto" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = D1F170EE21402BAF00BD08A0; - productRefGroup = D1F170F821402BB000BD08A0 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D1F170F621402BB000BD08A0 /* CopyMailto */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - D1F170F521402BB000BD08A0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D1F170FE21402BB100BD08A0 /* Assets.xcassets in Resources */, - D1F1710121402BB200BD08A0 /* MainMenu.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - D1F170F321402BB000BD08A0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D1F1710421402BB300BD08A0 /* main.m in Sources */, - D1F1710D21403F7B00BD08A0 /* DefaultURLHandler.m in Sources */, - D1F17110214071D600BD08A0 /* QuitButton.m in Sources */, - D1F170FC21402BB100BD08A0 /* AppDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - D1F170FF21402BB200BD08A0 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - D1F1710021402BB200BD08A0 /* Base */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - D1F1710621402BB400BD08A0 /* 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 = "-"; - 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.12; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - D1F1710721402BB400BD08A0 /* 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 = "-"; - 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.12; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - D1F1710921402BB400BD08A0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = CopyMailto/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - PRODUCT_BUNDLE_IDENTIFIER = com.teddywing.CopyMailto; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - D1F1710A21402BB400BD08A0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = CopyMailto/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - PRODUCT_BUNDLE_IDENTIFIER = com.teddywing.CopyMailto; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - D1F170F221402BAF00BD08A0 /* Build configuration list for PBXProject "CopyMailto" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D1F1710621402BB400BD08A0 /* Debug */, - D1F1710721402BB400BD08A0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D1F1710821402BB400BD08A0 /* Build configuration list for PBXNativeTarget "CopyMailto" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D1F1710921402BB400BD08A0 /* Debug */, - D1F1710A21402BB400BD08A0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = D1F170EF21402BAF00BD08A0 /* Project object */; -} diff --git a/CopyMailto.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CopyMailto.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index d30e286..0000000 --- a/CopyMailto.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index fe2b454..0000000 --- a/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist b/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index ec28bcf..0000000 --- a/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - SchemeUserState - - CopyMailto.xcscheme - - orderHint - 0 - - - - diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index 217c579..263596f 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -1,7 +1,6 @@ - @@ -22,11 +21,11 @@ - + - + - + @@ -38,7 +37,7 @@ - + @@ -56,7 +55,7 @@ - + @@ -66,7 +65,7 @@ - + -- cgit v1.2.3