mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 14:59:37 +00:00
(Theos iOS) Add Info.plist generation
This commit is contained in:
parent
bc42d54f75
commit
9ce792036d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user