From aa0f38611d3eef7598caa27c5982414d4eb1dff3 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 1 May 2012 17:28:02 -0400 Subject: [PATCH] Rename Ocamlmsg.app to Hop Server.app. --- English.lproj/MainMenu.xib | 14 +++++++------- Makefile | 5 +++-- gui-ocamlmsg.xcodeproj/project.pbxproj | 22 +++++++++++----------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/English.lproj/MainMenu.xib b/English.lproj/MainMenu.xib index 6e84f72..962ccc4 100644 --- a/English.lproj/MainMenu.xib +++ b/English.lproj/MainMenu.xib @@ -50,7 +50,7 @@ YES - Ocamlmsg + Hop Server 1048576 2147483647 @@ -64,12 +64,12 @@ submenuAction: - Ocamlmsg + Hop Server YES - About Ocamlmsg + About Hop Server 2147483647 @@ -136,7 +136,7 @@ - Hide Ocamlmsg + Hide Hop Server h 1048576 2147483647 @@ -174,7 +174,7 @@ - Quit Ocamlmsg + Quit Hop Server q 1048576 2147483647 @@ -254,7 +254,7 @@ YES - Ocamlmsg Help + Hop Server Help ? 1048576 2147483647 @@ -273,7 +273,7 @@ 2 {{85, 208}, {1000, 480}} 1954021376 - Ocamlmsg + Hop Server NSWindow {1.79769e+308, 1.79769e+308} diff --git a/Makefile b/Makefile index 36b389d..1e5118a 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ SERVER_PATH=../ocamlmsg SERVER_BINARY=ocamlmsg.native SERVER_WEB=web +APP_NAME="Hop Server" -RELEASE_RESOURCES=build/Release/Ocamlmsg.app/Contents/Resources -DEBUG_RESOURCES=build/Debug/Ocamlmsg.app/Contents/Resources +RELEASE_RESOURCES=build/Release/$(APP_NAME).app/Contents/Resources +DEBUG_RESOURCES=build/Debug/$(APP_NAME).app/Contents/Resources release: $(SERVER_PATH)/$(SERVER_BINARY) xcodebuild -configuration Release diff --git a/gui-ocamlmsg.xcodeproj/project.pbxproj b/gui-ocamlmsg.xcodeproj/project.pbxproj index 4c9257d..0514071 100644 --- a/gui-ocamlmsg.xcodeproj/project.pbxproj +++ b/gui-ocamlmsg.xcodeproj/project.pbxproj @@ -30,7 +30,7 @@ 8A3AD61A1550596B0083025A /* Hop.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Hop.icns; sourceTree = ""; }; 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 = ""; }; - 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 */ /* Begin PBXFrameworksBuildPhase section */ @@ -77,7 +77,7 @@ 19C28FACFE9D520D11CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 8D1107320486CEB800E47090 /* Ocamlmsg.app */, + 8D1107320486CEB800E47090 /* Hop Server.app */, ); name = Products; sourceTree = ""; @@ -126,9 +126,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 8D1107260486CEB800E47090 /* Ocamlmsg */ = { + 8D1107260486CEB800E47090 /* Hop Server */ = { isa = PBXNativeTarget; - buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Ocamlmsg" */; + buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Hop Server" */; buildPhases = ( 8D1107290486CEB800E47090 /* Resources */, 8D11072C0486CEB800E47090 /* Sources */, @@ -138,10 +138,10 @@ ); dependencies = ( ); - name = Ocamlmsg; + name = "Hop Server"; productInstallPath = "$(HOME)/Applications"; - productName = Ocamlmsg; - productReference = 8D1107320486CEB800E47090 /* Ocamlmsg.app */; + productName = "Hop Server"; + productReference = 8D1107320486CEB800E47090 /* Hop Server.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -166,7 +166,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 8D1107260486CEB800E47090 /* Ocamlmsg */, + 8D1107260486CEB800E47090 /* Hop Server */, ); }; /* End PBXProject section */ @@ -229,7 +229,7 @@ GCC_PREFIX_HEADER = gui_ocamlmsg_Prefix.pch; INFOPLIST_FILE = "gui_ocamlmsg-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; - PRODUCT_NAME = Ocamlmsg; + PRODUCT_NAME = "Hop Server"; }; name = Debug; }; @@ -243,7 +243,7 @@ GCC_PREFIX_HEADER = gui_ocamlmsg_Prefix.pch; INFOPLIST_FILE = "gui_ocamlmsg-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; - PRODUCT_NAME = Ocamlmsg; + PRODUCT_NAME = "Hop Server"; }; name = Release; }; @@ -276,7 +276,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Ocamlmsg" */ = { + C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Hop Server" */ = { isa = XCConfigurationList; buildConfigurations = ( C01FCF4B08A954540054247B /* Debug */,