diff options
author | rowanbeentje <rowan@beent.je> | 2010-11-16 21:19:22 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-11-16 21:19:22 +0000 |
commit | a8f62043badbb88849f783b53772bbbc35513379 (patch) | |
tree | 395898de97be10262efd32eca9590fc71472c539 /Scripts | |
parent | 1ef653b918ddd53d6e54d4e1923b217f8b555080 (diff) | |
download | sequelpro-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')
-rwxr-xr-x | Scripts/build.sh | 3 |
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' ]] |