Ver código fonte

Add highlighting for plist

Mathieu Acthernoene 7 anos atrás
pai
commit
c29e087b37
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver arquivo

@@ -192,7 +192,7 @@ If you need to submit you application to the AppStore, you need to add to your `
192 192
 
193 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 196
 <key>NSBluetoothPeripheralUsageDescription</key>
197 197
 <string>Some description</string>
198 198
 <key>NSCalendarsUsageDescription</key>