Browse Source

Fix plist file formatting

master
zbettenbuk 7 years ago
parent
commit
6586be9a8e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      ios/app/src/Info.plist

+ 2
- 2
ios/app/src/Info.plist View File

@@ -55,8 +55,8 @@
55 55
 			</dict>
56 56
 		</dict>
57 57
 	</dict>
58
-        <key>NSCalendarsUsageDescription</key>
59
-        <string>See your scheduled conferences in the app.</string>
58
+	<key>NSCalendarsUsageDescription</key>
59
+	<string>See your scheduled conferences in the app.</string>
60 60
 	<key>NSCameraUsageDescription</key>
61 61
 	<string>Participate in conferences with video.</string>
62 62
 	<key>NSLocationWhenInUseUsageDescription</key>

Loading…
Cancel
Save