Mobile/Mobile/Info.plist.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
New commits: commit aea3d28fed8ff91f5930b9c9d69b0b3d74434d72 Author: Tor Lillqvist <[email protected]> AuthorDate: Mon Nov 12 23:12:58 2018 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Nov 12 23:13:48 2018 +0200 Bump CFBundleVersion to 5 Change-Id: I5566ff9e1f4aafa303f35482cb2e30ad4866813c diff --git a/Mobile/Mobile/Info.plist.in b/Mobile/Mobile/Info.plist.in index 6beb6aaca..cf878cdf3 100644 --- a/Mobile/Mobile/Info.plist.in +++ b/Mobile/Mobile/Info.plist.in @@ -177,7 +177,7 @@ <key>CFBundleShortVersionString</key> <string>0.1</string> <key>CFBundleVersion</key> - <string>4</string> + <string>5</string> <key>LSRequiresIPhoneOS</key> <true/> <key>UIFileSharingEnabled</key> commit d4553d6a9a08046af689122a71a35ff7df0059df Author: Tor Lillqvist <[email protected]> AuthorDate: Mon Nov 12 23:11:49 2018 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Nov 12 23:13:48 2018 +0200 Add CFBundleLocalizations Change-Id: I16d63860f63fd52cbaf574ac555654fecc273e8a diff --git a/Mobile/Mobile/Info.plist.in b/Mobile/Mobile/Info.plist.in index b54a079af..6beb6aaca 100644 --- a/Mobile/Mobile/Info.plist.in +++ b/Mobile/Mobile/Info.plist.in @@ -2,6 +2,15 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>CFBundleLocalizations</key> + <array> + <string>en</string> + <string>de</string> + <string>fi</string> + <string>fr</string> + <string>it</string> + <string>sv</string> + </array> <key>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleDisplayName</key> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
