Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogijun2018 committed Nov 8, 2023
1 parent e8075c9 commit 29ee7ca
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
B8BDC3392AFB23270003EECD /* StayInFront.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StayInFront.app; sourceTree = BUILT_PRODUCTS_DIR; };
B8BDC3392AFB23270003EECD /* Gather - Stay in Front.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Gather - Stay in Front.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B8BDC33C2AFB23270003EECD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
B8BDC3402AFB232D0003EECD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B8BDC3432AFB232D0003EECD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
B8BDC3452AFB232D0003EECD /* StayInFront.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = StayInFront.entitlements; sourceTree = "<group>"; };
B8BDC34A2AFB232D0003EECD /* StayInFrontTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StayInFrontTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B8BDC34A2AFB232D0003EECD /* Gather - StayInFrontTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Gather - StayInFrontTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
B8BDC34E2AFB232D0003EECD /* StayInFrontTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StayInFrontTests.swift; sourceTree = "<group>"; };
B8BDC3542AFB232D0003EECD /* StayInFrontUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StayInFrontUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B8BDC3542AFB232D0003EECD /* Gather - StayInFrontUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Gather - StayInFrontUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
B8BDC3582AFB232D0003EECD /* StayInFrontUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StayInFrontUITests.swift; sourceTree = "<group>"; };
B8BDC35A2AFB232D0003EECD /* StayInFrontUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StayInFrontUITestsLaunchTests.swift; sourceTree = "<group>"; };
B8BDC3672AFB25300003EECD /* WindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -86,9 +86,9 @@
B8BDC33A2AFB23270003EECD /* Products */ = {
isa = PBXGroup;
children = (
B8BDC3392AFB23270003EECD /* StayInFront.app */,
B8BDC34A2AFB232D0003EECD /* StayInFrontTests.xctest */,
B8BDC3542AFB232D0003EECD /* StayInFrontUITests.xctest */,
B8BDC3392AFB23270003EECD /* Gather - Stay in Front.app */,
B8BDC34A2AFB232D0003EECD /* Gather - StayInFrontTests.xctest */,
B8BDC3542AFB232D0003EECD /* Gather - StayInFrontUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -126,9 +126,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
B8BDC3382AFB23270003EECD /* StayInFront */ = {
B8BDC3382AFB23270003EECD /* Gather - StayInFront */ = {
isa = PBXNativeTarget;
buildConfigurationList = B8BDC35E2AFB232D0003EECD /* Build configuration list for PBXNativeTarget "StayInFront" */;
buildConfigurationList = B8BDC35E2AFB232D0003EECD /* Build configuration list for PBXNativeTarget "Gather - StayInFront" */;
buildPhases = (
B8BDC3352AFB23270003EECD /* Sources */,
B8BDC3362AFB23270003EECD /* Frameworks */,
Expand All @@ -138,14 +138,14 @@
);
dependencies = (
);
name = StayInFront;
name = "Gather - StayInFront";
productName = StayInFront;
productReference = B8BDC3392AFB23270003EECD /* StayInFront.app */;
productReference = B8BDC3392AFB23270003EECD /* Gather - Stay in Front.app */;
productType = "com.apple.product-type.application";
};
B8BDC3492AFB232D0003EECD /* StayInFrontTests */ = {
B8BDC3492AFB232D0003EECD /* Gather - StayInFrontTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = B8BDC3612AFB232D0003EECD /* Build configuration list for PBXNativeTarget "StayInFrontTests" */;
buildConfigurationList = B8BDC3612AFB232D0003EECD /* Build configuration list for PBXNativeTarget "Gather - StayInFrontTests" */;
buildPhases = (
B8BDC3462AFB232D0003EECD /* Sources */,
B8BDC3472AFB232D0003EECD /* Frameworks */,
Expand All @@ -156,14 +156,14 @@
dependencies = (
B8BDC34C2AFB232D0003EECD /* PBXTargetDependency */,
);
name = StayInFrontTests;
name = "Gather - StayInFrontTests";
productName = StayInFrontTests;
productReference = B8BDC34A2AFB232D0003EECD /* StayInFrontTests.xctest */;
productReference = B8BDC34A2AFB232D0003EECD /* Gather - StayInFrontTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
B8BDC3532AFB232D0003EECD /* StayInFrontUITests */ = {
B8BDC3532AFB232D0003EECD /* Gather - StayInFrontUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = B8BDC3642AFB232D0003EECD /* Build configuration list for PBXNativeTarget "StayInFrontUITests" */;
buildConfigurationList = B8BDC3642AFB232D0003EECD /* Build configuration list for PBXNativeTarget "Gather - StayInFrontUITests" */;
buildPhases = (
B8BDC3502AFB232D0003EECD /* Sources */,
B8BDC3512AFB232D0003EECD /* Frameworks */,
Expand All @@ -174,9 +174,9 @@
dependencies = (
B8BDC3562AFB232D0003EECD /* PBXTargetDependency */,
);
name = StayInFrontUITests;
name = "Gather - StayInFrontUITests";
productName = StayInFrontUITests;
productReference = B8BDC3542AFB232D0003EECD /* StayInFrontUITests.xctest */;
productReference = B8BDC3542AFB232D0003EECD /* Gather - StayInFrontUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
Expand All @@ -202,7 +202,7 @@
};
};
};
buildConfigurationList = B8BDC3342AFB23270003EECD /* Build configuration list for PBXProject "StayInFront" */;
buildConfigurationList = B8BDC3342AFB23270003EECD /* Build configuration list for PBXProject "Gather - StayInFront" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -215,9 +215,9 @@
projectDirPath = "";
projectRoot = "";
targets = (
B8BDC3382AFB23270003EECD /* StayInFront */,
B8BDC3492AFB232D0003EECD /* StayInFrontTests */,
B8BDC3532AFB232D0003EECD /* StayInFrontUITests */,
B8BDC3382AFB23270003EECD /* Gather - StayInFront */,
B8BDC3492AFB232D0003EECD /* Gather - StayInFrontTests */,
B8BDC3532AFB232D0003EECD /* Gather - StayInFrontUITests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -280,12 +280,12 @@
/* Begin PBXTargetDependency section */
B8BDC34C2AFB232D0003EECD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = B8BDC3382AFB23270003EECD /* StayInFront */;
target = B8BDC3382AFB23270003EECD /* Gather - StayInFront */;
targetProxy = B8BDC34B2AFB232D0003EECD /* PBXContainerItemProxy */;
};
B8BDC3562AFB232D0003EECD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = B8BDC3382AFB23270003EECD /* StayInFront */;
target = B8BDC3382AFB23270003EECD /* Gather - StayInFront */;
targetProxy = B8BDC3552AFB232D0003EECD /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -440,7 +440,7 @@
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = ogijun.StayInFront;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "Gather - Stay in Front";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
Expand Down Expand Up @@ -471,7 +471,7 @@
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = ogijun.StayInFront;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "Gather - Stay in Front";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
Expand All @@ -492,7 +492,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/StayInFront.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/StayInFront";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Gather - StayInFront.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Gather - StayInFront";
};
name = Debug;
};
Expand All @@ -511,7 +511,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/StayInFront.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/StayInFront";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Gather - StayInFront.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Gather - StayInFront";
};
name = Release;
};
Expand Down Expand Up @@ -552,7 +552,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
B8BDC3342AFB23270003EECD /* Build configuration list for PBXProject "StayInFront" */ = {
B8BDC3342AFB23270003EECD /* Build configuration list for PBXProject "Gather - StayInFront" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B8BDC35C2AFB232D0003EECD /* Debug */,
Expand All @@ -561,7 +561,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B8BDC35E2AFB232D0003EECD /* Build configuration list for PBXNativeTarget "StayInFront" */ = {
B8BDC35E2AFB232D0003EECD /* Build configuration list for PBXNativeTarget "Gather - StayInFront" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B8BDC35F2AFB232D0003EECD /* Debug */,
Expand All @@ -570,7 +570,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B8BDC3612AFB232D0003EECD /* Build configuration list for PBXNativeTarget "StayInFrontTests" */ = {
B8BDC3612AFB232D0003EECD /* Build configuration list for PBXNativeTarget "Gather - StayInFrontTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B8BDC3622AFB232D0003EECD /* Debug */,
Expand All @@ -579,7 +579,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B8BDC3642AFB232D0003EECD /* Build configuration list for PBXNativeTarget "StayInFrontUITests" */ = {
B8BDC3642AFB232D0003EECD /* Build configuration list for PBXNativeTarget "Gather - StayInFrontUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B8BDC3652AFB232D0003EECD /* Debug */,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions StayInFront/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<application id="hnw-xV-0zn" sceneMemberID="viewController">
<menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
<items>
<menuItem title="StayInFront" id="1Xt-HY-uBw">
<menuItem title="Gather - StayInFront" id="1Xt-HY-uBw">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="StayInFront" systemMenu="apple" id="uQy-DD-JDr">
<menu key="submenu" title="Gather - StayInFront" systemMenu="apple" id="uQy-DD-JDr">
<items>
<menuItem title="About StayInFront" id="5kV-Vb-QxS">
<menuItem title="About Gather - StayInFront" id="5kV-Vb-QxS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
Expand All @@ -28,7 +28,7 @@
<menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="4je-JR-u6R"/>
<menuItem title="Hide StayInFront" keyEquivalent="h" id="Olw-nP-bQN">
<menuItem title="Hide Gather - StayInFront" keyEquivalent="h" id="Olw-nP-bQN">
<connections>
<action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/>
</connections>
Expand All @@ -46,7 +46,7 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Quit StayInFront" keyEquivalent="q" id="4sb-4s-VLi">
<menuItem title="Quit Gather - StayInFront" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
</connections>
Expand Down Expand Up @@ -659,7 +659,7 @@
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
<items>
<menuItem title="StayInFront Help" keyEquivalent="?" id="FKE-Sm-Kum">
<menuItem title="Gather - StayInFront Help" keyEquivalent="?" id="FKE-Sm-Kum">
<connections>
<action selector="showHelp:" target="Ady-hI-5gd" id="y7X-2Q-9no"/>
</connections>
Expand All @@ -673,7 +673,7 @@
<outlet property="delegate" destination="Voe-Tx-rLC" id="PrD-fu-P6m"/>
</connections>
</application>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="StayInFront" customModuleProvider="target"/>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Gather___Stay_in_Front" customModuleProvider="target"/>
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
<customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
Expand All @@ -682,7 +682,7 @@
<!--Window Controller-->
<scene sceneID="R2V-B0-nI4">
<objects>
<windowController id="B8D-0N-5wS" customClass="WindowController" customModule="StayInFront" customModuleProvider="target" sceneMemberID="viewController">
<windowController id="B8D-0N-5wS" customClass="WindowController" customModule="Gather___Stay_in_Front" customModuleProvider="target" sceneMemberID="viewController">
<window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
Expand Down
2 changes: 1 addition & 1 deletion StayInFront/WindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class WindowController: NSWindowController {
}
// MARK: setting window
guard let window else { return }
window.title = "Gather(StayInWindow)"
window.title = "Gather - StayInFront"
window.contentView?.addSubview(webView)
window.level = .floating
}
Expand Down

0 comments on commit 29ee7ca

Please sign in to comment.