(Theos iOS) Remove media.xcassets dir after we're done with it

This commit is contained in:
twinaphex 2015-01-16 05:52:59 +01:00
parent f4fbda30e8
commit 6b397258ef

View File

@ -85,4 +85,6 @@ if [ -d "${APP_BUNDLE_DIR_MEDIA}" ]; then
cp ${APP_BUNDLE_DIR_LAUNCHIMAGE}/portrait-768x1004.png ${APP_BUNDLE_DIR}/LaunchImage-Portrait~ipad.png
cp ${APP_BUNDLE_DIR_LAUNCHIMAGE}/portrait-320x480.png ${APP_BUNDLE_DIR}/LaunchImage.png
cp ${APP_BUNDLE_DIR_LAUNCHIMAGE}/portrait-640x960.png ${APP_BUNDLE_DIR}/LaunchImage@2x.png
rm -rf ${APP_BUNDLE_DIR_MEDIA}
fi