Fix indentation of macOS resources
This commit is contained in:
		| @@ -2,10 +2,10 @@ | |||||||
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||||||
| <plist version="1.0"> | <plist version="1.0"> | ||||||
| <dict> | <dict> | ||||||
| 	<key>NSCameraUsageDescription</key> |     <key>NSCameraUsageDescription</key> | ||||||
| 	<string>A Minecraft mod wants to access your camera.</string> |     <string>A Minecraft mod wants to access your camera.</string> | ||||||
| 	<key>NSMicrophoneUsageDescription</key> |     <key>NSMicrophoneUsageDescription</key> | ||||||
| 	<string>A Minecraft mod wants to access your microphone.</string> |     <string>A Minecraft mod wants to access your microphone.</string> | ||||||
|     <key>NSPrincipalClass</key> |     <key>NSPrincipalClass</key> | ||||||
|     <string>NSApplication</string> |     <string>NSApplication</string> | ||||||
|     <key>NSHighResolutionCapable</key> |     <key>NSHighResolutionCapable</key> | ||||||
|   | |||||||
| @@ -2,11 +2,11 @@ | |||||||
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||||||
| <plist version="1.0"> | <plist version="1.0"> | ||||||
| <dict> | <dict> | ||||||
| 	<key>com.apple.security.cs.disable-library-validation</key> |     <key>com.apple.security.cs.disable-library-validation</key> | ||||||
| 	<true/> |     <true/> | ||||||
| 	<key>com.apple.security.device.audio-input</key> |     <key>com.apple.security.device.audio-input</key> | ||||||
| 	<true/> |     <true/> | ||||||
| 	<key>com.apple.security.device.camera</key> |     <key>com.apple.security.device.camera</key> | ||||||
| 	<true/> |     <true/> | ||||||
| </dict> | </dict> | ||||||
| </plist> | </plist> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user