fix: add missing purpose string

This commit is contained in:
Christian Pauly 2021-05-15 15:20:31 +02:00
parent fc80355d61
commit 3830b4bd6b
2 changed files with 5 additions and 3 deletions

View File

@ -684,7 +684,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 0.30.0;
MARKETING_VERSION = 0.30.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "im.fluffychat.app.FluffyChat-Share";
@ -718,7 +718,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 0.30.0;
MARKETING_VERSION = 0.30.2;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "im.fluffychat.app.FluffyChat-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
@ -749,7 +749,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 0.30.0;
MARKETING_VERSION = 0.30.2;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "im.fluffychat.app.FluffyChat-Share";
PRODUCT_NAME = "$(TARGET_NAME)";

View File

@ -46,6 +46,8 @@
<string>Play audio and voice messages on bluetooth devices</string>
<key>NSCalendarsUsageDescription</key>
<string>Share calendar dates with your contacts in FluffyChat.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Play audio and voice messages via bluetooth devices.</string>
<key>NSCameraUsageDescription</key>
<string>Open the camera and take a picture to share them with your contacts on FluffyChat.</string>
<key>NSContactsUsageDescription</key>