Mathieu Acthernoene 8 лет назад
Родитель
Сommit
c29e087b37
No account linked to committer's email address
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      README.md

+ 1
- 1
README.md Просмотреть файл

192
 
192
 
193
 So before submitting your app to the App Store, make sure that in your `Info.plist` you have the following keys:
193
 So before submitting your app to the App Store, make sure that in your `Info.plist` you have the following keys:
194
 
194
 
195
-```
195
+```xml
196
 <key>NSBluetoothPeripheralUsageDescription</key>
196
 <key>NSBluetoothPeripheralUsageDescription</key>
197
 <string>Some description</string>
197
 <string>Some description</string>
198
 <key>NSCalendarsUsageDescription</key>
198
 <key>NSCalendarsUsageDescription</key>