(Theos iOS) Add Info.plist generation

This commit is contained in:
twinaphex 2015-01-16 06:26:56 +01:00
parent bc42d54f75
commit 9ce792036d

View File

@ -47,6 +47,8 @@ fi
cp -r ${IOSDIR}/en.lproj ${APP_BUNDLE_DIR}
$THEOSSDK/bin/plistutil -i ${IOSDIR}/RetroArch-Info.plist -o ${APP_BUNDLE_DIR}/Info.plist
if [ -d "${APP_BUNDLE_DIR_MEDIA}" ]; then
cp -v ${APP_BUNDLE_DIR_APPICONSET}/Icon-29-1.png ${APP_BUNDLE_DIR}/AppIcon29x29.png
cp -v ${APP_BUNDLE_DIR_APPICONSET}/Icon-29-2.png ${APP_BUNDLE_DIR}/AppIcon29x29@2x.png