mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
16 lines
612 B
Text
16 lines
612 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>@@ID@@</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@@VERSION@@</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>The application is requesting access to the microphone.</string>
|
|
</dict>
|
|
</plist>
|