diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-23 23:31:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-23 23:31:12 -0700 |
commit | f9e68f13f353d4e1811bc0c9a7d38b3cfed146e8 (patch) | |
tree | b9ff5ca40caf21f67406d29032022b2c7a138675 /packaging | |
parent | 854eb57ef57cd91b0293e221ab87fe9c2550107c (diff) | |
download | subsurface-f9e68f13f353d4e1811bc0c9a7d38b3cfed146e8.tar.gz |
iOS build: add missing icon
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Info.plist.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index 5a812fe5a..a1af22289 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -45,6 +45,7 @@ <string>AppIcon72x72@2x~ipad.png</string> <string>AppIcon76x76~ipad.png</string> <string>AppIcon76x76@2x~ipad.png</string> + <string>AppIcon167x167~ipad.png</string> </array> </dict> </dict> |