[Libreoffice-commits] online.git: 4 commits - ios/Mobile
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jun 3 14:22:56 UTC 2019
ios/Mobile/Info.plist.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 13e99e83c3affcb37cb3516df5211a6728e35d9a
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Jun 3 10:13:11 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Jun 3 17:19:57 2019 +0300
Improve wording for NSCameraUsageDescription
Change-Id: If8fb70b2c87e6abc00cc706cb81c561e28edc254
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 27d1a13aa..103b720d9 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -572,7 +572,7 @@
</dict>
</array>
<key>NSCameraUsageDescription</key>
- <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take images to be inserted while editing a document.</string>
+ <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take photos to be inserted while editing a document.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insert images into documents.</string>
</dict>
commit c2c7d098e5fa521751b87024e4535c3fba65f083
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Jun 3 10:10:58 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Jun 3 17:19:52 2019 +0300
Typo
Change-Id: Ic5b149f7d3f51c0095ffa975d477df0ed0f183d7
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 5c29ef8f2..27d1a13aa 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -574,6 +574,6 @@
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take images to be inserted while editing a document.</string>
<key>NSPhotoLibraryUsageDescription</key>
- <string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insertt images into documents.</string>
+ <string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insert images into documents.</string>
</dict>
</plist>
commit 75347f27e74d037ebc8e657a773e4e52adc8a6c2
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Jun 3 10:01:25 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Jun 3 17:19:46 2019 +0300
Add NSPhotoLibraryUsageDescription, too
Change-Id: Ib46c36a18e84c2b88bed7aef3ec8235b32eb5332
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 93779cb76..5c29ef8f2 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -573,5 +573,7 @@
</array>
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take images to be inserted while editing a document.</string>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insertt images into documents.</string>
</dict>
</plist>
commit dc1f9a9955dd7e8d953f272a56a959c83d77dcc0
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Jun 3 09:54:14 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Jun 3 17:19:40 2019 +0300
Use a more specific NSCameraUsageDescription
Change-Id: Idc780a3b5dacf0bed5b8c49f758f3fc5696d7338
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 34f675d18..93779cb76 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -572,6 +572,6 @@
</dict>
</array>
<key>NSCameraUsageDescription</key>
- <string>$(PRODUCT_NAME) camera use</string>
+ <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take images to be inserted while editing a document.</string>
</dict>
</plist>
More information about the Libreoffice-commits
mailing list