From 6b80f203cf0e808c4bd1cd2caa4fff43f92c4147 Mon Sep 17 00:00:00 2001 From: thanhnguyenduc157 Date: Mon, 18 Feb 2019 10:15:20 +0700 Subject: [PATCH] change name app to hidden bar --- .../project.pbxproj | 450 +----------------- .../contents.xcworkspacedata | 2 +- .../xcshareddata/IDEWorkspaceChecks.plist | 0 .../xcschemes/LauncherApplication.xcscheme | 12 +- .../xcshareddata/xcschemes/Hound.xcscheme | 111 ----- LauncherApplication/AppDelegate.swift | 4 +- hidden/Base.lproj/Main.storyboard | 24 +- 7 files changed, 31 insertions(+), 572 deletions(-) rename {Hound.xcodeproj => HiddenBar.xcodeproj}/project.pbxproj (58%) rename {Hound.xcodeproj => HiddenBar.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (60%) rename {Hound.xcodeproj => HiddenBar.xcodeproj}/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (100%) rename {Hound.xcodeproj => HiddenBar.xcodeproj}/xcshareddata/xcschemes/LauncherApplication.xcscheme (90%) delete mode 100644 Hound.xcodeproj/xcshareddata/xcschemes/Hound.xcscheme diff --git a/Hound.xcodeproj/project.pbxproj b/HiddenBar.xcodeproj/project.pbxproj similarity index 58% rename from Hound.xcodeproj/project.pbxproj rename to HiddenBar.xcodeproj/project.pbxproj index 07ac0cc..eabaf26 100644 --- a/Hound.xcodeproj/project.pbxproj +++ b/HiddenBar.xcodeproj/project.pbxproj @@ -26,37 +26,6 @@ 92D2122221FEE06600C92FF4 /* LauncherApplication.app in Sources */ = {isa = PBXBuildFile; fileRef = 92C5054E21FEC03B0084719A /* LauncherApplication.app */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 9291140421F9D04200173149 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 929113E921F9D04100173149 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 929113F021F9D04100173149; - remoteInfo = vanillaClone; - }; - 9291140F21F9D04200173149 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 929113E921F9D04100173149 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 929113F021F9D04100173149; - remoteInfo = vanillaClone; - }; - 92C5056021FEC03C0084719A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 929113E921F9D04100173149 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 92C5054D21FEC03B0084719A; - remoteInfo = LauncherApplication; - }; - 92C5056B21FEC03C0084719A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 929113E921F9D04100173149 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 92C5054D21FEC03B0084719A; - remoteInfo = LauncherApplication; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXCopyFilesBuildPhase section */ 92C5057B21FEC17A0084719A /* Copy Files */ = { isa = PBXCopyFilesBuildPhase; @@ -73,14 +42,12 @@ /* Begin PBXFileReference section */ 9220587D22127050008A8B03 /* Hidden.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = Hidden.entitlements; path = Hidden/Hidden.entitlements; sourceTree = ""; }; - 929113F121F9D04100173149 /* Hound.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Hound.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 929113F121F9D04100173149 /* HiddenBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HiddenBar.app; sourceTree = BUILT_PRODUCTS_DIR; }; 929113F421F9D04100173149 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 929113F621F9D04100173149 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 929113F821F9D04200173149 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 929113FB21F9D04200173149 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 929113FD21F9D04200173149 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 9291140321F9D04200173149 /* houndTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = houndTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 9291140E21F9D04200173149 /* houndUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = houndUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 92C5054E21FEC03B0084719A /* LauncherApplication.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LauncherApplication.app; sourceTree = BUILT_PRODUCTS_DIR; }; 92C5055021FEC03C0084719A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 92C5055221FEC03C0084719A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; @@ -88,8 +55,6 @@ 92C5055721FEC03C0084719A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 92C5055921FEC03C0084719A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 92C5055A21FEC03C0084719A /* LauncherApplication.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LauncherApplication.entitlements; sourceTree = ""; }; - 92C5055F21FEC03C0084719A /* LauncherApplicationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LauncherApplicationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 92C5056A21FEC03C0084719A /* LauncherApplicationUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LauncherApplicationUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 92C5057E21FEC24C0084719A /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; }; 92C5058021FEC2590084719A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 92C97B87220032ED0007559C /* Util.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Util.swift; sourceTree = ""; }; @@ -109,20 +74,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9291140021F9D04200173149 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9291140B21F9D04200173149 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 92C5054B21FEC03B0084719A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -130,20 +81,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92C5055C21FEC03C0084719A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 92C5056721FEC03C0084719A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -179,12 +116,8 @@ 929113F221F9D04100173149 /* Products */ = { isa = PBXGroup; children = ( - 929113F121F9D04100173149 /* Hound.app */, - 9291140321F9D04200173149 /* houndTests.xctest */, - 9291140E21F9D04200173149 /* houndUITests.xctest */, + 929113F121F9D04100173149 /* HiddenBar.app */, 92C5054E21FEC03B0084719A /* LauncherApplication.app */, - 92C5055F21FEC03C0084719A /* LauncherApplicationTests.xctest */, - 92C5056A21FEC03C0084719A /* LauncherApplicationUITests.xctest */, ); name = Products; sourceTree = ""; @@ -237,9 +170,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 929113F021F9D04100173149 /* Hound */ = { + 929113F021F9D04100173149 /* HiddenBar */ = { isa = PBXNativeTarget; - buildConfigurationList = 9291141721F9D04200173149 /* Build configuration list for PBXNativeTarget "Hound" */; + buildConfigurationList = 9291141721F9D04200173149 /* Build configuration list for PBXNativeTarget "HiddenBar" */; buildPhases = ( 929113ED21F9D04100173149 /* Sources */, 929113EE21F9D04100173149 /* Frameworks */, @@ -250,47 +183,11 @@ ); dependencies = ( ); - name = Hound; + name = HiddenBar; productName = vanillaClone; - productReference = 929113F121F9D04100173149 /* Hound.app */; + productReference = 929113F121F9D04100173149 /* HiddenBar.app */; productType = "com.apple.product-type.application"; }; - 9291140221F9D04200173149 /* houndTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9291141A21F9D04200173149 /* Build configuration list for PBXNativeTarget "houndTests" */; - buildPhases = ( - 929113FF21F9D04200173149 /* Sources */, - 9291140021F9D04200173149 /* Frameworks */, - 9291140121F9D04200173149 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 9291140521F9D04200173149 /* PBXTargetDependency */, - ); - name = houndTests; - productName = vanillaCloneTests; - productReference = 9291140321F9D04200173149 /* houndTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 9291140D21F9D04200173149 /* houndUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9291141D21F9D04200173149 /* Build configuration list for PBXNativeTarget "houndUITests" */; - buildPhases = ( - 9291140A21F9D04200173149 /* Sources */, - 9291140B21F9D04200173149 /* Frameworks */, - 9291140C21F9D04200173149 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 9291141021F9D04200173149 /* PBXTargetDependency */, - ); - name = houndUITests; - productName = vanillaCloneUITests; - productReference = 9291140E21F9D04200173149 /* houndUITests.xctest */; - productType = "com.apple.product-type.bundle.ui-testing"; - }; 92C5054D21FEC03B0084719A /* LauncherApplication */ = { isa = PBXNativeTarget; buildConfigurationList = 92C5057121FEC03D0084719A /* Build configuration list for PBXNativeTarget "LauncherApplication" */; @@ -308,42 +205,6 @@ productReference = 92C5054E21FEC03B0084719A /* LauncherApplication.app */; productType = "com.apple.product-type.application"; }; - 92C5055E21FEC03C0084719A /* LauncherApplicationTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 92C5057421FEC03D0084719A /* Build configuration list for PBXNativeTarget "LauncherApplicationTests" */; - buildPhases = ( - 92C5055B21FEC03C0084719A /* Sources */, - 92C5055C21FEC03C0084719A /* Frameworks */, - 92C5055D21FEC03C0084719A /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 92C5056121FEC03C0084719A /* PBXTargetDependency */, - ); - name = LauncherApplicationTests; - productName = LauncherApplicationTests; - productReference = 92C5055F21FEC03C0084719A /* LauncherApplicationTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 92C5056921FEC03C0084719A /* LauncherApplicationUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 92C5057721FEC03D0084719A /* Build configuration list for PBXNativeTarget "LauncherApplicationUITests" */; - buildPhases = ( - 92C5056621FEC03C0084719A /* Sources */, - 92C5056721FEC03C0084719A /* Frameworks */, - 92C5056821FEC03C0084719A /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 92C5056C21FEC03C0084719A /* PBXTargetDependency */, - ); - name = LauncherApplicationUITests; - productName = LauncherApplicationUITests; - productReference = 92C5056A21FEC03C0084719A /* LauncherApplicationUITests.xctest */; - productType = "com.apple.product-type.bundle.ui-testing"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -362,28 +223,12 @@ }; }; }; - 9291140221F9D04200173149 = { - CreatedOnToolsVersion = 10.1; - TestTargetID = 929113F021F9D04100173149; - }; - 9291140D21F9D04200173149 = { - CreatedOnToolsVersion = 10.1; - TestTargetID = 929113F021F9D04100173149; - }; 92C5054D21FEC03B0084719A = { CreatedOnToolsVersion = 10.1; }; - 92C5055E21FEC03C0084719A = { - CreatedOnToolsVersion = 10.1; - TestTargetID = 92C5054D21FEC03B0084719A; - }; - 92C5056921FEC03C0084719A = { - CreatedOnToolsVersion = 10.1; - TestTargetID = 92C5054D21FEC03B0084719A; - }; }; }; - buildConfigurationList = 929113EC21F9D04100173149 /* Build configuration list for PBXProject "Hound" */; + buildConfigurationList = 929113EC21F9D04100173149 /* Build configuration list for PBXProject "HiddenBar" */; compatibilityVersion = "Xcode 9.3"; developmentRegion = en; hasScannedForEncodings = 0; @@ -396,12 +241,8 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 929113F021F9D04100173149 /* Hound */, - 9291140221F9D04200173149 /* houndTests */, - 9291140D21F9D04200173149 /* houndUITests */, + 929113F021F9D04100173149 /* HiddenBar */, 92C5054D21FEC03B0084719A /* LauncherApplication */, - 92C5055E21FEC03C0084719A /* LauncherApplicationTests */, - 92C5056921FEC03C0084719A /* LauncherApplicationUITests */, ); }; /* End PBXProject section */ @@ -416,20 +257,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9291140121F9D04200173149 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9291140C21F9D04200173149 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 92C5054C21FEC03B0084719A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -439,20 +266,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92C5055D21FEC03C0084719A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 92C5056821FEC03C0084719A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -471,20 +284,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 929113FF21F9D04200173149 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9291140A21F9D04200173149 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 92C5054A21FEC03B0084719A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -494,45 +293,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92C5055B21FEC03C0084719A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 92C5056621FEC03C0084719A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 9291140521F9D04200173149 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 929113F021F9D04100173149 /* Hound */; - targetProxy = 9291140421F9D04200173149 /* PBXContainerItemProxy */; - }; - 9291141021F9D04200173149 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 929113F021F9D04100173149 /* Hound */; - targetProxy = 9291140F21F9D04200173149 /* PBXContainerItemProxy */; - }; - 92C5056121FEC03C0084719A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 92C5054D21FEC03B0084719A /* LauncherApplication */; - targetProxy = 92C5056021FEC03C0084719A /* PBXContainerItemProxy */; - }; - 92C5056C21FEC03C0084719A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 92C5054D21FEC03B0084719A /* LauncherApplication */; - targetProxy = 92C5056B21FEC03C0084719A /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 929113FA21F9D04200173149 /* Main.storyboard */ = { isa = PBXVariantGroup; @@ -710,84 +472,6 @@ }; name = Release; }; - 9291141B21F9D04200173149 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = vanillaCloneTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.vanillaCloneTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Hound.temp_caseinsensitive_rename.app/Contents/MacOS/Hound.temp_caseinsensitive_rename"; - }; - name = Debug; - }; - 9291141C21F9D04200173149 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = vanillaCloneTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.vanillaCloneTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Hound.temp_caseinsensitive_rename.app/Contents/MacOS/Hound.temp_caseinsensitive_rename"; - }; - name = Release; - }; - 9291141E21F9D04200173149 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = vanillaCloneUITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.vanillaCloneUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_TARGET_NAME = vanillaClone; - }; - name = Debug; - }; - 9291141F21F9D04200173149 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = vanillaCloneUITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.vanillaCloneUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_TARGET_NAME = vanillaClone; - }; - name = Release; - }; 92C5057221FEC03D0084719A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -832,88 +516,10 @@ }; name = Release; }; - 92C5057521FEC03D0084719A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = LauncherApplicationTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.LauncherApplicationTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LauncherApplication.app/Contents/MacOS/LauncherApplication"; - }; - name = Debug; - }; - 92C5057621FEC03D0084719A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = LauncherApplicationTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.LauncherApplicationTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LauncherApplication.app/Contents/MacOS/LauncherApplication"; - }; - name = Release; - }; - 92C5057821FEC03D0084719A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = LauncherApplicationUITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.LauncherApplicationUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_TARGET_NAME = LauncherApplication; - }; - name = Debug; - }; - 92C5057921FEC03D0084719A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = LauncherApplicationUITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.LauncherApplicationUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_TARGET_NAME = LauncherApplication; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 929113EC21F9D04100173149 /* Build configuration list for PBXProject "Hound" */ = { + 929113EC21F9D04100173149 /* Build configuration list for PBXProject "HiddenBar" */ = { isa = XCConfigurationList; buildConfigurations = ( 9291141521F9D04200173149 /* Debug */, @@ -922,7 +528,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9291141721F9D04200173149 /* Build configuration list for PBXNativeTarget "Hound" */ = { + 9291141721F9D04200173149 /* Build configuration list for PBXNativeTarget "HiddenBar" */ = { isa = XCConfigurationList; buildConfigurations = ( 9291141821F9D04200173149 /* Debug */, @@ -931,24 +537,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9291141A21F9D04200173149 /* Build configuration list for PBXNativeTarget "houndTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9291141B21F9D04200173149 /* Debug */, - 9291141C21F9D04200173149 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9291141D21F9D04200173149 /* Build configuration list for PBXNativeTarget "houndUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9291141E21F9D04200173149 /* Debug */, - 9291141F21F9D04200173149 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 92C5057121FEC03D0084719A /* Build configuration list for PBXNativeTarget "LauncherApplication" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -958,24 +546,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 92C5057421FEC03D0084719A /* Build configuration list for PBXNativeTarget "LauncherApplicationTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 92C5057521FEC03D0084719A /* Debug */, - 92C5057621FEC03D0084719A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 92C5057721FEC03D0084719A /* Build configuration list for PBXNativeTarget "LauncherApplicationUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 92C5057821FEC03D0084719A /* Debug */, - 92C5057921FEC03D0084719A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 929113E921F9D04100173149 /* Project object */; diff --git a/Hound.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/HiddenBar.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 60% rename from Hound.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to HiddenBar.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 81591f4..1da572e 100644 --- a/Hound.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/HiddenBar.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:/Users/thanhnguyen/hidden/HiddenBar.xcodeproj"> diff --git a/Hound.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/HiddenBar.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from Hound.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to HiddenBar.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Hound.xcodeproj/xcshareddata/xcschemes/LauncherApplication.xcscheme b/HiddenBar.xcodeproj/xcshareddata/xcschemes/LauncherApplication.xcscheme similarity index 90% rename from Hound.xcodeproj/xcshareddata/xcschemes/LauncherApplication.xcscheme rename to HiddenBar.xcodeproj/xcshareddata/xcschemes/LauncherApplication.xcscheme index 8d307e8..3f4fc9b 100644 --- a/Hound.xcodeproj/xcshareddata/xcschemes/LauncherApplication.xcscheme +++ b/HiddenBar.xcodeproj/xcshareddata/xcschemes/LauncherApplication.xcscheme @@ -17,7 +17,7 @@ BlueprintIdentifier = "92C5054D21FEC03B0084719A" BuildableName = "LauncherApplication.app" BlueprintName = "LauncherApplication" - ReferencedContainer = "container:Hound.xcodeproj"> + ReferencedContainer = "container:HiddenBar.xcodeproj"> @@ -35,7 +35,7 @@ BlueprintIdentifier = "92C5055E21FEC03C0084719A" BuildableName = "LauncherApplicationTests.xctest" BlueprintName = "LauncherApplicationTests" - ReferencedContainer = "container:Hound.xcodeproj"> + ReferencedContainer = "container:HiddenBar.xcodeproj"> + ReferencedContainer = "container:HiddenBar.xcodeproj"> @@ -55,7 +55,7 @@ BlueprintIdentifier = "92C5054D21FEC03B0084719A" BuildableName = "LauncherApplication.app" BlueprintName = "LauncherApplication" - ReferencedContainer = "container:Hound.xcodeproj"> + ReferencedContainer = "container:HiddenBar.xcodeproj"> @@ -78,7 +78,7 @@ BlueprintIdentifier = "92C5054D21FEC03B0084719A" BuildableName = "LauncherApplication.app" BlueprintName = "LauncherApplication" - ReferencedContainer = "container:Hound.xcodeproj"> + ReferencedContainer = "container:HiddenBar.xcodeproj"> @@ -97,7 +97,7 @@ BlueprintIdentifier = "92C5054D21FEC03B0084719A" BuildableName = "LauncherApplication.app" BlueprintName = "LauncherApplication" - ReferencedContainer = "container:Hound.xcodeproj"> + ReferencedContainer = "container:HiddenBar.xcodeproj"> diff --git a/Hound.xcodeproj/xcshareddata/xcschemes/Hound.xcscheme b/Hound.xcodeproj/xcshareddata/xcschemes/Hound.xcscheme deleted file mode 100644 index 38fc32b..0000000 --- a/Hound.xcodeproj/xcshareddata/xcschemes/Hound.xcscheme +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/LauncherApplication/AppDelegate.swift b/LauncherApplication/AppDelegate.swift index a543df6..dd20e44 100644 --- a/LauncherApplication/AppDelegate.swift +++ b/LauncherApplication/AppDelegate.swift @@ -35,10 +35,10 @@ class AppDelegate: NSObject, NSApplicationDelegate { var components = path.pathComponents components.removeLast(3) components.append("MacOS") - components.append("Hound") //main app name + components.append("Hidden Bar") //main app name let _ = NSString.path(withComponents: components) - NSWorkspace.shared.launchApplication("Hound") + NSWorkspace.shared.launchApplication("Hidden Bar") } else { self.terminate() diff --git a/hidden/Base.lproj/Main.storyboard b/hidden/Base.lproj/Main.storyboard index 179cc47..e5a7f1c 100644 --- a/hidden/Base.lproj/Main.storyboard +++ b/hidden/Base.lproj/Main.storyboard @@ -11,11 +11,11 @@ - + - + - + @@ -29,7 +29,7 @@ - + @@ -47,7 +47,7 @@ - + @@ -660,7 +660,7 @@ - + @@ -674,7 +674,7 @@ - + @@ -684,7 +684,7 @@ - + @@ -703,7 +703,7 @@ - + @@ -721,9 +721,9 @@ - + - + @@ -736,7 +736,7 @@