From a8f62043badbb88849f783b53772bbbc35513379 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 16 Nov 2010 21:19:22 +0000 Subject: - Add the NewBSD-licensed ShortcutRecorder.framework to the project, for initial use in the bundle editor (not implemented yet). Includes the .ibplugin within the framework. - Update localisable strings --- Scripts/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Scripts') diff --git a/Scripts/build.sh b/Scripts/build.sh index 2e48dacc..82c788de 100755 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -24,8 +24,9 @@ echo 'Updating build version...' # Add the build/bundle version "${SRCROOT}/Scripts/build-version.pl" -# Remove the .ibplugin from within BWToolkit +# Remove the .ibplugin from within frameworks rm -rf "${BUILD_PRODUCT}/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin" +rm -rf "${BUILD_PRODUCT}/Contents/Frameworks/ShortcutRecorder.framework/Versions/A/Resources/ShortcutRecorder.ibplugin" # Perform localisation updates for 'Release' or 'Distribution' builds if [[ "$CONFIGURATION" == 'Release' || "$CONFIGURATION" == 'Distribution' ]] -- cgit v1.2.3