Rename Ocamlmsg.app to Hop Server.app.

This commit is contained in:
Tony Garnock-Jones 2012-05-01 17:28:02 -04:00
parent 3dcdf4308f
commit aa0f38611d
3 changed files with 21 additions and 20 deletions

View File

@ -50,7 +50,7 @@
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSMenuItem" id="694149608"> <object class="NSMenuItem" id="694149608">
<reference key="NSMenu" ref="649796088"/> <reference key="NSMenu" ref="649796088"/>
<string key="NSTitle">Ocamlmsg</string> <string key="NSTitle">Hop Server</string>
<string key="NSKeyEquiv"/> <string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int> <int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int> <int key="NSMnemonicLoc">2147483647</int>
@ -64,12 +64,12 @@
</object> </object>
<string key="NSAction">submenuAction:</string> <string key="NSAction">submenuAction:</string>
<object class="NSMenu" key="NSSubmenu" id="110575045"> <object class="NSMenu" key="NSSubmenu" id="110575045">
<string key="NSTitle">Ocamlmsg</string> <string key="NSTitle">Hop Server</string>
<object class="NSMutableArray" key="NSMenuItems"> <object class="NSMutableArray" key="NSMenuItems">
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSMenuItem" id="238522557"> <object class="NSMenuItem" id="238522557">
<reference key="NSMenu" ref="110575045"/> <reference key="NSMenu" ref="110575045"/>
<string key="NSTitle">About Ocamlmsg</string> <string key="NSTitle">About Hop Server</string>
<string key="NSKeyEquiv"/> <string key="NSKeyEquiv"/>
<int key="NSMnemonicLoc">2147483647</int> <int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="35465992"/> <reference key="NSOnImage" ref="35465992"/>
@ -136,7 +136,7 @@
</object> </object>
<object class="NSMenuItem" id="755159360"> <object class="NSMenuItem" id="755159360">
<reference key="NSMenu" ref="110575045"/> <reference key="NSMenu" ref="110575045"/>
<string key="NSTitle">Hide Ocamlmsg</string> <string key="NSTitle">Hide Hop Server</string>
<string key="NSKeyEquiv">h</string> <string key="NSKeyEquiv">h</string>
<int key="NSKeyEquivModMask">1048576</int> <int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int> <int key="NSMnemonicLoc">2147483647</int>
@ -174,7 +174,7 @@
</object> </object>
<object class="NSMenuItem" id="632727374"> <object class="NSMenuItem" id="632727374">
<reference key="NSMenu" ref="110575045"/> <reference key="NSMenu" ref="110575045"/>
<string key="NSTitle">Quit Ocamlmsg</string> <string key="NSTitle">Quit Hop Server</string>
<string key="NSKeyEquiv">q</string> <string key="NSKeyEquiv">q</string>
<int key="NSKeyEquivModMask">1048576</int> <int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int> <int key="NSMnemonicLoc">2147483647</int>
@ -254,7 +254,7 @@
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSMenuItem" id="105068016"> <object class="NSMenuItem" id="105068016">
<reference key="NSMenu" ref="992780483"/> <reference key="NSMenu" ref="992780483"/>
<string key="NSTitle">Ocamlmsg Help</string> <string key="NSTitle">Hop Server Help</string>
<string key="NSKeyEquiv">?</string> <string key="NSKeyEquiv">?</string>
<int key="NSKeyEquivModMask">1048576</int> <int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int> <int key="NSMnemonicLoc">2147483647</int>
@ -273,7 +273,7 @@
<int key="NSWindowBacking">2</int> <int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{85, 208}, {1000, 480}}</string> <string key="NSWindowRect">{{85, 208}, {1000, 480}}</string>
<int key="NSWTFlags">1954021376</int> <int key="NSWTFlags">1954021376</int>
<string key="NSWindowTitle">Ocamlmsg</string> <string key="NSWindowTitle">Hop Server</string>
<string key="NSWindowClass">NSWindow</string> <string key="NSWindowClass">NSWindow</string>
<nil key="NSViewClass"/> <nil key="NSViewClass"/>
<string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string> <string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string>

View File

@ -1,9 +1,10 @@
SERVER_PATH=../ocamlmsg SERVER_PATH=../ocamlmsg
SERVER_BINARY=ocamlmsg.native SERVER_BINARY=ocamlmsg.native
SERVER_WEB=web SERVER_WEB=web
APP_NAME="Hop Server"
RELEASE_RESOURCES=build/Release/Ocamlmsg.app/Contents/Resources RELEASE_RESOURCES=build/Release/$(APP_NAME).app/Contents/Resources
DEBUG_RESOURCES=build/Debug/Ocamlmsg.app/Contents/Resources DEBUG_RESOURCES=build/Debug/$(APP_NAME).app/Contents/Resources
release: $(SERVER_PATH)/$(SERVER_BINARY) release: $(SERVER_PATH)/$(SERVER_BINARY)
xcodebuild -configuration Release xcodebuild -configuration Release

View File

@ -30,7 +30,7 @@
8A3AD61A1550596B0083025A /* Hop.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Hop.icns; sourceTree = "<group>"; }; 8A3AD61A1550596B0083025A /* Hop.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Hop.icns; sourceTree = "<group>"; };
8AC89E361550397E00BACB4E /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; 8AC89E361550397E00BACB4E /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
8D1107310486CEB800E47090 /* gui_ocamlmsg-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "gui_ocamlmsg-Info.plist"; sourceTree = "<group>"; }; 8D1107310486CEB800E47090 /* gui_ocamlmsg-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "gui_ocamlmsg-Info.plist"; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* Ocamlmsg.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ocamlmsg.app; sourceTree = BUILT_PRODUCTS_DIR; }; 8D1107320486CEB800E47090 /* Hop Server.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Hop Server.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
@ -77,7 +77,7 @@
19C28FACFE9D520D11CA2CBB /* Products */ = { 19C28FACFE9D520D11CA2CBB /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
8D1107320486CEB800E47090 /* Ocamlmsg.app */, 8D1107320486CEB800E47090 /* Hop Server.app */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@ -126,9 +126,9 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
8D1107260486CEB800E47090 /* Ocamlmsg */ = { 8D1107260486CEB800E47090 /* Hop Server */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Ocamlmsg" */; buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Hop Server" */;
buildPhases = ( buildPhases = (
8D1107290486CEB800E47090 /* Resources */, 8D1107290486CEB800E47090 /* Resources */,
8D11072C0486CEB800E47090 /* Sources */, 8D11072C0486CEB800E47090 /* Sources */,
@ -138,10 +138,10 @@
); );
dependencies = ( dependencies = (
); );
name = Ocamlmsg; name = "Hop Server";
productInstallPath = "$(HOME)/Applications"; productInstallPath = "$(HOME)/Applications";
productName = Ocamlmsg; productName = "Hop Server";
productReference = 8D1107320486CEB800E47090 /* Ocamlmsg.app */; productReference = 8D1107320486CEB800E47090 /* Hop Server.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
@ -166,7 +166,7 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
8D1107260486CEB800E47090 /* Ocamlmsg */, 8D1107260486CEB800E47090 /* Hop Server */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
@ -229,7 +229,7 @@
GCC_PREFIX_HEADER = gui_ocamlmsg_Prefix.pch; GCC_PREFIX_HEADER = gui_ocamlmsg_Prefix.pch;
INFOPLIST_FILE = "gui_ocamlmsg-Info.plist"; INFOPLIST_FILE = "gui_ocamlmsg-Info.plist";
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = Ocamlmsg; PRODUCT_NAME = "Hop Server";
}; };
name = Debug; name = Debug;
}; };
@ -243,7 +243,7 @@
GCC_PREFIX_HEADER = gui_ocamlmsg_Prefix.pch; GCC_PREFIX_HEADER = gui_ocamlmsg_Prefix.pch;
INFOPLIST_FILE = "gui_ocamlmsg-Info.plist"; INFOPLIST_FILE = "gui_ocamlmsg-Info.plist";
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = Ocamlmsg; PRODUCT_NAME = "Hop Server";
}; };
name = Release; name = Release;
}; };
@ -276,7 +276,7 @@
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Ocamlmsg" */ = { C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Hop Server" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
C01FCF4B08A954540054247B /* Debug */, C01FCF4B08A954540054247B /* Debug */,