Skip to content

Commit

Permalink
Rename to Touch Emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyalesik committed Apr 2, 2019
1 parent d3058c5 commit 716c05f
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion EmojiClipboard.xcworkspace/contents.xcworkspacedata

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

Binary file not shown.
13 changes: 6 additions & 7 deletions EmojiClipboard/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
</dependencies>
<scenes>
Expand All @@ -11,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="EmojiClipboard" id="1Xt-HY-uBw">
<menuItem title="Touch Emoji" id="1Xt-HY-uBw">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="EmojiClipboard" systemMenu="apple" id="uQy-DD-JDr">
<menu key="submenu" title="Touch Emoji" systemMenu="apple" id="uQy-DD-JDr">
<items>
<menuItem title="About EmojiClipboard" id="5kV-Vb-QxS">
<menuItem title="About Touch Emoji" id="5kV-Vb-QxS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
Expand All @@ -32,7 +31,7 @@
<menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="4je-JR-u6R"/>
<menuItem title="Hide EmojiClipboard" keyEquivalent="h" id="Olw-nP-bQN">
<menuItem title="Hide Touch Emoji" keyEquivalent="h" id="Olw-nP-bQN">
<connections>
<action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/>
</connections>
Expand All @@ -50,7 +49,7 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Quit EmojiClipboard" keyEquivalent="q" id="4sb-4s-VLi">
<menuItem title="Quit Touch Emoji" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
</connections>
Expand Down Expand Up @@ -369,7 +368,7 @@
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
<items>
<menuItem title="EmojiClipboard Help" keyEquivalent="?" id="FKE-Sm-Kum">
<menuItem title="Touch Emoji 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 EmojiClipboard/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
12E5A4C91F0EB0C600ACD0D0 /* TouchBarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TouchBarController.swift; sourceTree = "<group>"; };
12E5A4CF1F0ED58300ACD0D0 /* SwiftFSWatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftFSWatcher.swift; sourceTree = "<group>"; };
12E5A4D11F0FCDCA00ACD0D0 /* Emojis.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Emojis.swift; sourceTree = "<group>"; };
12FBD11C1F064CFA00E2F644 /* EmojiClipboard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmojiClipboard.app; sourceTree = BUILT_PRODUCTS_DIR; };
12FBD11C1F064CFA00E2F644 /* Touch Emoji.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Touch Emoji.app"; sourceTree = BUILT_PRODUCTS_DIR; };
12FBD11F1F064CFA00E2F644 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
12FBD1231F064CFA00E2F644 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
12FBD1261F064CFA00E2F644 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -83,7 +83,7 @@
12FBD11D1F064CFA00E2F644 /* Products */ = {
isa = PBXGroup;
children = (
12FBD11C1F064CFA00E2F644 /* EmojiClipboard.app */,
12FBD11C1F064CFA00E2F644 /* Touch Emoji.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -127,9 +127,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
12FBD11B1F064CFA00E2F644 /* EmojiClipboard */ = {
12FBD11B1F064CFA00E2F644 /* Touch Emoji */ = {
isa = PBXNativeTarget;
buildConfigurationList = 12FBD12B1F064CFA00E2F644 /* Build configuration list for PBXNativeTarget "EmojiClipboard" */;
buildConfigurationList = 12FBD12B1F064CFA00E2F644 /* Build configuration list for PBXNativeTarget "Touch Emoji" */;
buildPhases = (
59E3373F9D9E2CD83B09AAB5 /* [CP] Check Pods Manifest.lock */,
12FBD1181F064CFA00E2F644 /* Sources */,
Expand All @@ -141,9 +141,9 @@
);
dependencies = (
);
name = EmojiClipboard;
name = "Touch Emoji";
productName = TouchMojiPrototype;
productReference = 12FBD11C1F064CFA00E2F644 /* EmojiClipboard.app */;
productReference = 12FBD11C1F064CFA00E2F644 /* Touch Emoji.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -164,7 +164,7 @@
};
};
};
buildConfigurationList = 12FBD1171F064CFA00E2F644 /* Build configuration list for PBXProject "EmojiClipboard" */;
buildConfigurationList = 12FBD1171F064CFA00E2F644 /* Build configuration list for PBXProject "Touch Emoji" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand All @@ -177,7 +177,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
12FBD11B1F064CFA00E2F644 /* EmojiClipboard */,
12FBD11B1F064CFA00E2F644 /* Touch Emoji */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -358,7 +358,7 @@
INFOPLIST_FILE = "$(SRCROOT)/EmojiClipboard/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = lm.a.EmojiClipboard;
PRODUCT_BUNDLE_IDENTIFIER = lm.a.TouchEmoji;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = EmojiClipboard/TouchBarPrivateApi.h;
Expand All @@ -384,7 +384,7 @@
INFOPLIST_FILE = "$(SRCROOT)/EmojiClipboard/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = lm.a.EmojiClipboard;
PRODUCT_BUNDLE_IDENTIFIER = lm.a.TouchEmoji;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = EmojiClipboard/TouchBarPrivateApi.h;
Expand All @@ -395,7 +395,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
12FBD1171F064CFA00E2F644 /* Build configuration list for PBXProject "EmojiClipboard" */ = {
12FBD1171F064CFA00E2F644 /* Build configuration list for PBXProject "Touch Emoji" */ = {
isa = XCConfigurationList;
buildConfigurations = (
12FBD1291F064CFA00E2F644 /* Debug */,
Expand All @@ -404,7 +404,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
12FBD12B1F064CFA00E2F644 /* Build configuration list for PBXNativeTarget "EmojiClipboard" */ = {
12FBD12B1F064CFA00E2F644 /* Build configuration list for PBXNativeTarget "Touch Emoji" */ = {
isa = XCConfigurationList;
buildConfigurations = (
12FBD12C1F064CFA00E2F644 /* Debug */,
Expand Down

0 comments on commit 716c05f

Please sign in to comment.