Quellcode durchsuchen

Add highlighting for plist

Mathieu Acthernoene vor 8 Jahren
Ursprung
Commit
c29e087b37
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      README.md

+ 1
- 1
README.md Datei anzeigen

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>