aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-07-21 21:44:59 +0000
committerrowanbeentje <rowan@beent.je>2010-07-21 21:44:59 +0000
commiteb29a57a6860961c0caa00787d779f4cb4117c90 (patch)
tree1ccdd5da2281f5b0b3b98792176f7352e97cc192 /Scripts
parent1a31d19e675a18d93bf294c765af83a9b8557821 (diff)
downloadsequelpro-eb29a57a6860961c0caa00787d779f4cb4117c90.tar.gz
sequelpro-eb29a57a6860961c0caa00787d779f4cb4117c90.tar.bz2
sequelpro-eb29a57a6860961c0caa00787d779f4cb4117c90.zip
Add the BWToolkit.ibplugin to the Resources directory of BWToolkitFramework.framework
- Removed via builds scripts, so not included in the final product - Allows loading .xibs using BWToolkit items without purposefully installing the .ibplugin beforehand - Allows us to update the .ibplugin as we update the framework versions, to keep them in sync Should allow people to load the Sequel Pro .xcodeproj and start building it more easily.
Diffstat (limited to 'Scripts')
-rwxr-xr-xScripts/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Scripts/build.sh b/Scripts/build.sh
index bf0749ea..88641238 100755
--- a/Scripts/build.sh
+++ b/Scripts/build.sh
@@ -19,6 +19,9 @@ echo 'Updating build version...'
# Add the build/bundle version
"${SRCROOT}/Scripts/build-version.pl"
+# Remove the .ibplugin from within BWToolkit
+rm -rf "${BUILD_PRODUCT}/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin"
+
# Perform localisation updates for 'Release' or 'Distribution' builds
if [[ "$CONFIGURATION" == 'Release' || "$CONFIGURATION" == 'Distribution' ]]
then