diff options
| author | Johannes Schickel | 2016-01-10 19:26:33 +0100 |
|---|---|---|
| committer | Johannes Schickel | 2016-01-10 19:26:33 +0100 |
| commit | 16a43c9ac8f0ee53fcff2eeca7d7118683bb5716 (patch) | |
| tree | 5f19371bfbba10fcc212e8c3ae177bc6d0011c5f | |
| parent | 22796e559fd252fc77082200f2d32fec0df3ce3b (diff) | |
| download | scummvm-rg350-16a43c9ac8f0ee53fcff2eeca7d7118683bb5716.tar.gz scummvm-rg350-16a43c9ac8f0ee53fcff2eeca7d7118683bb5716.tar.bz2 scummvm-rg350-16a43c9ac8f0ee53fcff2eeca7d7118683bb5716.zip | |
IOS7: Make ios7bundle target work again.
| -rw-r--r-- | ports.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ endif cp $(srcdir)/dists/iphone/icon-72.png $(bundle_name)/ cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/ -ios7bundle: ios7 +ios7bundle: iphone mkdir -p $(bundle_name) awk 'BEGIN {s=0}\ /<key>CFBundleIcons<\/key>/ {\ |
