aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/build.sh')
-rwxr-xr-xScripts/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/Scripts/build.sh b/Scripts/build.sh
index 82c788de..a9291abb 100755
--- a/Scripts/build.sh
+++ b/Scripts/build.sh
@@ -42,6 +42,13 @@ then
"${SRCROOT}/Scripts/trim-application.sh" -p "$BUILD_PRODUCT" -a
fi
+# Copy all Default Bundles to build product
+rm -rf "${BUILD_PRODUCT}/Contents/SharedSupport/Default Bundles"
+
+mkdir -p "${BUILD_PRODUCT}/Contents/SharedSupport/Default Bundles"
+
+cp -R "${SRCROOT}/SharedSupport/Default Bundles" "${BUILD_PRODUCT}/Contents/SharedSupport"
+
# Perform distribution specific tasks if this is a 'Distribution' build
if [ "$CONFIGURATION" == 'Distribution' ]
then