Skip to content

Commit fc43b2b

Browse files
author
Igor Khomenko
committed
Cordova text_chat sample: fixed files attachments
1 parent 0a7eb80 commit fc43b2b

File tree

108 files changed

+5550
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+5550
-265
lines changed

samples/cordova/text_chat/config.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,19 @@
2222
<platform name="ios">
2323
<allow-intent href="itms:*" />
2424
<allow-intent href="itms-apps:*" />
25+
<config-file parent="NSPhotoLibraryUsageDescription" platform="ios" target="*-Info.plist">
26+
<string>Use photo library to send file attachments</string>
27+
</config-file>
28+
<config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist">
29+
<string>Use camera to send file attachments</string>
30+
</config-file>
31+
2532
</platform>
2633
<engine name="ios" spec="~4.3.0" />
2734
<engine name="android" spec="~6.0.0" />
2835
<engine name="browser" spec="~4.1.0" />
2936
<plugin name="cordova-plugin-whitelist" spec="1" />
3037
<plugin name="cordova-plugin-websocket" spec="~0.12.0" />
38+
<plugin name="cordova-plugin-console" spec="~1.0.4" />
39+
<plugin name="cordova-custom-config" spec="~3.0.14" />
3140
</widget>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)