From: Joseph Spiros Date: Mon, 5 Jan 2004 06:07:38 +0000 (+0000) Subject: Fixing some simple, silly naming issues. X-Git-Tag: v1.2~2 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/68702275827f7798daeead2c5cb20c293fe5447d Fixing some simple, silly naming issues. --- diff --git a/MenuTunes.xcode/project.pbxproj b/MenuTunes.xcode/project.pbxproj index 93749a3..bcb07f5 100755 --- a/MenuTunes.xcode/project.pbxproj +++ b/MenuTunes.xcode/project.pbxproj @@ -498,7 +498,7 @@ OTHER_CFLAGS = ""; OTHER_LDFLAGS = "-framework Foundation -framework AppKit"; OTHER_REZFLAGS = ""; - PRODUCT_NAME = iTunesRemote; + PRODUCT_NAME = iTunes; SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wmost"; WRAPPER_EXTENSION = remote; @@ -543,7 +543,7 @@ explicitFileType = wrapper.cfbundle; includeInIndex = 0; isa = PBXFileReference; - path = iTunesRemote.remote; + path = iTunes.remote; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; }; diff --git a/iTunesRemote-Info.plist b/iTunesRemote-Info.plist index ffb9193..f63a3e2 100755 --- a/iTunesRemote-Info.plist +++ b/iTunesRemote-Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion English CFBundleExecutable - iTunesRemote + iTunes CFBundleGetInfoString CFBundleIconFile diff --git a/libValidate.a b/libValidate.a index 4c49be8..3afd4da 100755 Binary files a/libValidate.a and b/libValidate.a differ