diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-15 09:21:34 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-17 07:29:49 -0700 |
commit | facb52458583f94ee91f8689d89c828f8f82994f (patch) | |
tree | 58e8014071de811914b1a01d3760586b103a2eb5 /packaging/ios | |
parent | 97090aeb4750bff28e3e50323dbd23680e17d067 (diff) | |
download | subsurface-facb52458583f94ee91f8689d89c828f8f82994f.tar.gz |
iOS, update Info.plist.in note
Info.plist is no longer generated by qmake but by build.sh,
and it is more interesting to highlight the fact that it is
open software
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index dabb85dfb..f8b2184ce 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -25,7 +25,7 @@ <key>LSRequiresIPhoneOS</key> <true/> <key>NOTE</key> - <string>This file was generated by Qt/QMake.</string> + <string>Subsurface is a open source software released under the GPLv2 -- and it is based on many pieces of open source software.</string> <key>NSHumanReadableCopyright</key> <string>Copyright © 2011-2018 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava and the Subsurface developer team</string> <key>NSMainNibFile</key> |