diff options
author | rowanbeentje <rowan@beent.je> | 2012-08-03 00:51:11 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-08-03 00:51:11 +0000 |
commit | e00a999ae88539d3fa2de4363c1c955002cb2b61 (patch) | |
tree | 061698706695790228f06db6283ff3a2f8a6baa8 /Scripts/build.sh | |
parent | b56622b7471907f6c0a09bc67a19c0ea031df23a (diff) | |
download | sequelpro-e00a999ae88539d3fa2de4363c1c955002cb2b61.tar.gz sequelpro-e00a999ae88539d3fa2de4363c1c955002cb2b61.tar.bz2 sequelpro-e00a999ae88539d3fa2de4363c1c955002cb2b61.zip |
- Remove BWToolKit from the project, using ibtool to strip out plugin dependencies now that all BW custom elements have been removed; remove last references and build steps.
Diffstat (limited to 'Scripts/build.sh')
-rwxr-xr-x | Scripts/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Scripts/build.sh b/Scripts/build.sh index 40024f58..9783d9b4 100755 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -50,7 +50,6 @@ echo 'Updating build version...' "${SRCROOT}/Scripts/build-version.pl" # 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 |