From eb29a57a6860961c0caa00787d779f4cb4117c90 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 21 Jul 2010 21:44:59 +0000 Subject: 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. --- Scripts/build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Scripts') 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 -- cgit v1.2.3