From 3ad2a2ea75f21fafd0f52c3680070b8a699fa7ad Mon Sep 17 00:00:00 2001 From: Lukhnos Liu Date: Wed, 1 Aug 2012 22:12:29 -0700 Subject: [PATCH] Rename the installer target to work around Xcode archiving issues. --- Source/Installer/Installer-Info.plist | 2 +- Source/Installer/en.lproj/License.rtf | 2 +- Source/Installer/zh-Hant.lproj/License.rtf | 2 +- Source/Lettuce.xcodeproj/project.pbxproj | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Source/Installer/Installer-Info.plist b/Source/Installer/Installer-Info.plist index bca69ab2..f8e11ece 100644 --- a/Source/Installer/Installer-Info.plist +++ b/Source/Installer/Installer-Info.plist @@ -21,7 +21,7 @@ CFBundleShortVersionString 0.9.4 CFBundleVersion - 1 + 361 CFBundleSignature ???? LSMinimumSystemVersion diff --git a/Source/Installer/en.lproj/License.rtf b/Source/Installer/en.lproj/License.rtf index 197f82bc..6008224d 100644 --- a/Source/Installer/en.lproj/License.rtf +++ b/Source/Installer/en.lproj/License.rtf @@ -7,7 +7,7 @@ \f0\b\fs36 \cf0 McBopomofo License Agreement \b0\fs24 \ \ -Copyright \'a9 2011-2012 The McBopomofo Project.\ +Copyright \'a9 2011-2012 The OpenVanilla Project.\ \ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \'93Software\'94), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ \ diff --git a/Source/Installer/zh-Hant.lproj/License.rtf b/Source/Installer/zh-Hant.lproj/License.rtf index 197f82bc..6008224d 100644 --- a/Source/Installer/zh-Hant.lproj/License.rtf +++ b/Source/Installer/zh-Hant.lproj/License.rtf @@ -7,7 +7,7 @@ \f0\b\fs36 \cf0 McBopomofo License Agreement \b0\fs24 \ \ -Copyright \'a9 2011-2012 The McBopomofo Project.\ +Copyright \'a9 2011-2012 The OpenVanilla Project.\ \ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \'93Software\'94), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ \ diff --git a/Source/Lettuce.xcodeproj/project.pbxproj b/Source/Lettuce.xcodeproj/project.pbxproj index 3d94bc11..ce5c52c5 100644 --- a/Source/Lettuce.xcodeproj/project.pbxproj +++ b/Source/Lettuce.xcodeproj/project.pbxproj @@ -79,7 +79,7 @@ 6A42C5E013A5584F0080A121 /* PreferencesWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferencesWindowController.m; sourceTree = ""; }; 6A43430213727AC80094187C /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 6A43430513727AD50094187C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = ""; }; - 6A6BE33415CA25790075467A /* Install McBopomofo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Install McBopomofo.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6A6BE33415CA25790075467A /* InstallMcBopomofo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InstallMcBopomofo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6A6BE33915CA257A0075467A /* Installer-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Installer-Info.plist"; sourceTree = ""; }; 6A6BE33B15CA257A0075467A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 6A6BE33D15CA257A0075467A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; @@ -324,7 +324,7 @@ children = ( 6A8515B5137277DB0066B1BD /* McBopomofo.app */, 6ACF37C213A7BE68008798F2 /* IconMaker.app */, - 6A6BE33415CA25790075467A /* Install McBopomofo.app */, + 6A6BE33415CA25790075467A /* InstallMcBopomofo.app */, ); name = Products; sourceTree = ""; @@ -507,9 +507,9 @@ /* End PBXLegacyTarget section */ /* Begin PBXNativeTarget section */ - 6A6BE33315CA25790075467A /* Install McBopomofo */ = { + 6A6BE33315CA25790075467A /* InstallMcBopomofo */ = { isa = PBXNativeTarget; - buildConfigurationList = 6A6BE34B15CA257A0075467A /* Build configuration list for PBXNativeTarget "Install McBopomofo" */; + buildConfigurationList = 6A6BE34B15CA257A0075467A /* Build configuration list for PBXNativeTarget "InstallMcBopomofo" */; buildPhases = ( 6A6BE33015CA25790075467A /* Sources */, 6A6BE33115CA25790075467A /* Frameworks */, @@ -520,9 +520,9 @@ dependencies = ( 6AB7EFAC15CA2D78006D2F21 /* PBXTargetDependency */, ); - name = "Install McBopomofo"; + name = InstallMcBopomofo; productName = Installer; - productReference = 6A6BE33415CA25790075467A /* Install McBopomofo.app */; + productReference = 6A6BE33415CA25790075467A /* InstallMcBopomofo.app */; productType = "com.apple.product-type.application"; }; 6A8515B4137277DB0066B1BD /* Lettuce */ = { @@ -587,7 +587,7 @@ 6A8515B4137277DB0066B1BD /* Lettuce */, 6ADF4DBA13727D1000A7C57B /* Data */, 6ACF37C113A7BE68008798F2 /* IconMaker */, - 6A6BE33315CA25790075467A /* Install McBopomofo */, + 6A6BE33315CA25790075467A /* InstallMcBopomofo */, ); }; /* End PBXProject section */ @@ -1049,7 +1049,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 6A6BE34B15CA257A0075467A /* Build configuration list for PBXNativeTarget "Install McBopomofo" */ = { + 6A6BE34B15CA257A0075467A /* Build configuration list for PBXNativeTarget "InstallMcBopomofo" */ = { isa = XCConfigurationList; buildConfigurations = ( 6A6BE34915CA257A0075467A /* Debug */,