(Theos iOS) Remove media.xcassets dir after we're done with it
This commit is contained in:
parent
f4fbda30e8
commit
6b397258ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue