diff options
author | FlyingPiMonster <flyingpimonster@flyingpimonster.net> | 2019-01-06 15:02:14 -0600 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-01-06 23:02:14 +0200 |
commit | f658107a0e424ad3a9659a4b53f310dec9fae690 (patch) | |
tree | 18beb025da8a5cc484faa92f6873c5b81e139ab1 /docs | |
parent | a34ac74cf918a7251d44c2f646972106da1a7f25 (diff) | |
download | meson-f658107a0e424ad3a9659a4b53f310dec9fae690.zip meson-f658107a0e424ad3a9659a4b53f310dec9fae690.tar.gz meson-f658107a0e424ad3a9659a4b53f310dec9fae690.tar.bz2 |
docs: An error in an external link has been fixed [skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Creating-OSX-packages.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/markdown/Creating-OSX-packages.md b/docs/markdown/Creating-OSX-packages.md index 14b2af8..bda06a3 100644 --- a/docs/markdown/Creating-OSX-packages.md +++ b/docs/markdown/Creating-OSX-packages.md @@ -53,10 +53,8 @@ install_data('Info.plist', install_dir : 'Contents') ``` The format of `Info.plist` can be found in the link or the sample -project linked above. Be careful, the sample code on the linked page -is malformed, it is missing a less than character (<) before -`!DOCTYPE`. The simplest way to get an icon in the `icns` format is to -save your image as a tiff an then use the `tiff2icns` helper +project linked above. The simplest way to get an icon in the `icns` +format is to save your image as a tiff an then use the `tiff2icns` helper application that comes with XCode. Some applications assume that the working directory of the app process |