ios/Mobile/Info.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3a43b1a02ba76ffd0e7bc413e4c0b26c507536a2 Author: Tor Lillqvist <[email protected]> AuthorDate: Mon Feb 18 12:27:06 2019 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Feb 18 12:27:11 2019 +0200 Bump CFBundleVersion Yeah, a bit silly to have to do git commit for these bumps. I should change things so that CFBundleVersion is taken from some local file in the build tree, not from a file in git. Change-Id: I99d68490aa7f084e8cfb34896c3398486bc6f8a2 diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in index 9031eff41..d0f0e76f9 100644 --- a/ios/Mobile/Info.plist.in +++ b/ios/Mobile/Info.plist.in @@ -197,7 +197,7 @@ <key>CFBundleShortVersionString</key> <string>0.1</string> <key>CFBundleVersion</key> - <string>15</string> + <string>16</string> <key>LSRequiresIPhoneOS</key> <true/> <key>UIFileSharingEnabled</key> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
