aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/build.sh
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-11-16 21:19:22 +0000
committerrowanbeentje <rowan@beent.je>2010-11-16 21:19:22 +0000
commita8f62043badbb88849f783b53772bbbc35513379 (patch)
tree395898de97be10262efd32eca9590fc71472c539 /Scripts/build.sh
parent1ef653b918ddd53d6e54d4e1923b217f8b555080 (diff)
downloadsequelpro-a8f62043badbb88849f783b53772bbbc35513379.tar.gz
sequelpro-a8f62043badbb88849f783b53772bbbc35513379.tar.bz2
sequelpro-a8f62043badbb88849f783b53772bbbc35513379.zip
- 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
Diffstat (limited to 'Scripts/build.sh')
-rwxr-xr-xScripts/build.sh3
1 files changed, 2 insertions, 1 deletions
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' ]]