Skip to content

Commit

Permalink
changed mac app name from MacPassnger to Passnger
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsbak committed Sep 29, 2020
1 parent 2ed67b8 commit bca41bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions MacPassnger/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="MacPassnger" id="1Xt-HY-uBw">
<menuItem title="Passnger" id="1Xt-HY-uBw">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="MacPassnger" systemMenu="apple" id="uQy-DD-JDr">
<menu key="submenu" title="Passnger" systemMenu="apple" id="uQy-DD-JDr">
<items>
<menuItem title="About MacPassnger" id="5kV-Vb-QxS">
<menuItem title="About Passnger" id="5kV-Vb-QxS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
Expand All @@ -26,7 +26,7 @@
<menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="4je-JR-u6R"/>
<menuItem title="Hide MacPassnger" keyEquivalent="h" id="Olw-nP-bQN">
<menuItem title="Hide Passnger" keyEquivalent="h" id="Olw-nP-bQN">
<connections>
<action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/>
</connections>
Expand All @@ -44,7 +44,7 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Quit MacPassnger" keyEquivalent="q" id="4sb-4s-VLi">
<menuItem title="Quit Passnger" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
</connections>
Expand Down Expand Up @@ -149,7 +149,7 @@ CA
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
<items>
<menuItem title="MacPassnger Help" keyEquivalent="?" id="FKE-Sm-Kum">
<menuItem title="Passnger Help" keyEquivalent="?" id="FKE-Sm-Kum">
<connections>
<action selector="showHelp:" target="Ady-hI-5gd" id="y7X-2Q-9no"/>
</connections>
Expand Down
2 changes: 1 addition & 1 deletion MacPassnger/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Neil. All rights reserved.</string>
<string>Copyright © 2020 Neil Bakhle. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
14 changes: 7 additions & 7 deletions Passnger.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
4F589F3B24C3618B0099AB5A /* PasswordGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordGenerator.swift; sourceTree = "<group>"; };
4F589F4124C87E880099AB5A /* IntroSetupView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntroSetupView.swift; sourceTree = "<group>"; };
4F7C544D2502B47F004BCEC5 /* AlignedForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlignedForm.swift; sourceTree = "<group>"; };
4F7DEDB024687C850012041B /* MacPassnger.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacPassnger.app; sourceTree = BUILT_PRODUCTS_DIR; };
4F7DEDB024687C850012041B /* Passnger.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Passnger.app; sourceTree = BUILT_PRODUCTS_DIR; };
4F7DEDB224687C850012041B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4F7DEDB424687C850012041B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
4F7DEDB624687C870012041B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -200,7 +200,7 @@
isa = PBXGroup;
children = (
4F870501244379C500769A9D /* Passnger.app */,
4F7DEDB024687C850012041B /* MacPassnger.app */,
4F7DEDB024687C850012041B /* Passnger.app */,
4F589F3124BE1A6A0099AB5A /* PassngerTests.xctest */,
);
name = Products;
Expand Down Expand Up @@ -297,7 +297,7 @@
);
name = MacPassnger;
productName = MacPassenger;
productReference = 4F7DEDB024687C850012041B /* MacPassnger.app */;
productReference = 4F7DEDB024687C850012041B /* Passnger.app */;
productType = "com.apple.product-type.application";
};
4F870500244379C500769A9D /* Passnger */ = {
Expand Down Expand Up @@ -540,7 +540,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"MacPassnger/Preview Content\"";
DEVELOPMENT_TEAM = 54ZXBTM75W;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -552,7 +552,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.nbakhle.passnger;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = Passnger;
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
Expand All @@ -566,7 +566,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"MacPassnger/Preview Content\"";
DEVELOPMENT_TEAM = 54ZXBTM75W;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -578,7 +578,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.nbakhle.passnger;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = Passnger;
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
Expand Down

0 comments on commit bca41bc

Please sign in to comment.