repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use the override options if specified
[AROS.git]
/
arch
/
all-ios
/
bootstrap
/
mkplist.sh
blob
3e791921ca7ccd9e6d49ad1ae6bde9e3dfc473bd
1
#!/bin/sh
2
3
if
[
"
$AROS_APPLICATION_ID
"
==
""
];
then
4
AROS_APPLICATION_ID
=
"org.aros.aros"
5
fi
6
7
sed
"s/@aros_application_id@/
$AROS_APPLICATION_ID
/"
${1-.}
/
Info.plist