ask authorization to use mic with podcast

preferencesAboutTextFull
Clément Fauconnier 4 years ago
parent c81138d9be
commit 2136f077ff
  1. 168
      resources/macx/Info.plist

@ -1,93 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <!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>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>
<array> <array>
<dict> <dict>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>ubz.icns</string> <string>ubz.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>org.oe-f.OpenBoard.document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>org.oe-f.OpenBoard.document</string> <string>org.oe-f.OpenBoard.document</string>
<key>CFBundleTypeRole</key> </array>
<string>Editor</string> </dict>
<key>LSHandlerRank</key> <dict>
<string>Owner</string> <key>CFBundleTypeName</key>
<key>LSItemContentTypes</key> <string>com.adobe.pdf</string>
<array> <key>CFBundleTypeRole</key>
<string>org.oe-f.OpenBoard.document</string> <string>Viewer</string>
</array> <key>LSHandlerRank</key>
</dict> <string>Alternate</string>
<dict> <key>LSItemContentTypes</key>
<key>CFBundleTypeName</key> <array>
<string>com.adobe.pdf</string> <string>com.adobe.pdf</string>
<key>CFBundleTypeRole</key> </array>
<string>Viewer</string> </dict>
<key>LSHandlerRank</key> <dict>
<string>Alternate</string> <key>CFBundleTypeName</key>
<key>LSItemContentTypes</key> <string>PowerPoint document</string>
<array> <key>CFBundleTypeRole</key>
<string>com.adobe.pdf</string> <string>Viewer</string>
</array> <key>LSHandlerRank</key>
</dict> <string>Alternate</string>
<dict> <key>LSItemContentTypes</key>
<key>CFBundleTypeName</key> <array>
<string>PowerPoint document</string> <string>com.microsoft.powerpoint.ppt</string>
<key>CFBundleTypeRole</key> <string>com.microsoft.powerpoint.openxml.presentation</string>
<string>Viewer</string> <string>com.microsoft.powerpoint.openxml.presentation.macro-enabled</string>
<key>LSHandlerRank</key> <string>com.microsoft.powerpoint.pps</string>
<string>Alternate</string> <string>com.microsoft.powerpoint.openxml.slideshow</string>
<key>LSItemContentTypes</key> <string>com.microsoft.powerpoint.openxml.slideshow.macro-enabled</string>
<array> </array>
<string>com.microsoft.powerpoint.ppt</string> </dict>
<string>com.microsoft.powerpoint.openxml.presentation</string> </array>
<string>com.microsoft.powerpoint.openxml.presentation.macro-enabled</string> <key>CFBundleExecutable</key>
<string>com.microsoft.powerpoint.pps</string> <string>OpenBoard</string>
<string>com.microsoft.powerpoint.openxml.slideshow</string> <key>CFBundleGetInfoString</key>
<string>com.microsoft.powerpoint.openxml.slideshow.macro-enabled</string> <string>OpenBoard @SHORT_VERSION@</string>
</array> <key>CFBundleIconFile</key>
</dict> <string>OpenBoard.icns</string>
</array> <key>CFBundleIdentifier</key>
<key>CFBundleExecutable</key> <string>org.oe-f.OpenBoard</string>
<string>OpenBoard</string> <key>CFBundlePackageType</key>
<key>CFBundleGetInfoString</key> <string>APPL</string>
<string>OpenBoard @SHORT_VERSION@</string> <key>CFBundleShortVersionString</key>
<key>CFBundleIconFile</key> <string>5.0.0 (rDEVELOPMENT)</string>
<string>OpenBoard.icns</string> <key>CFBundleSignature</key>
<key>CFBundleIdentifier</key> <string>OpenB</string>
<string>org.oe-f.OpenBoard</string> <key>CFBundleVersion</key>
<key>CFBundlePackageType</key> <string>0</string>
<string>APPL</string> <key>SUPublicDSAKeyFile</key>
<key>CFBundleShortVersionString</key> <string>sparkle_public_key.pem</string>
<string>5.0.0 (rDEVELOPMENT)</string> <key>NSMicrophoneUsageDescription</key>
<key>CFBundleSignature</key> <string>Accès au microphone requis</string>
<string>OpenB</string> <key>UTExportedTypeDeclarations</key>
<key>CFBundleVersion</key> <array>
<string>0</string> <dict>
<key>SUPublicDSAKeyFile</key> <key>UTTypeIdentifier</key>
<string>sparkle_public_key.pem</string> <string>org.oe-f.OpenBoard.document</string>
<key>UTExportedTypeDeclarations</key> <key>UTTypeDescription</key>
<array> <string>OpenBoard document</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.presentation</string>
<string>public.zip-archive</string>
</array>
<key>UTTypeTagSpecification</key>
<dict> <dict>
<key>UTTypeIdentifier</key> <key>com.apple.ostype</key>
<string>org.oe-f.OpenBoard.document</string> <string>UBdz</string>
<key>UTTypeDescription</key> <key>public.filename-extension</key>
<string>OpenBoard document</string>
<key>UTTypeConformsTo</key>
<array> <array>
<string>public.presentation</string> <string>ubz</string>
<string>public.zip-archive</string>
</array> </array>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>UBdz</string>
<key>public.filename-extension</key>
<array>
<string>ubz</string>
</array>
</dict>
</dict> </dict>
</array> </dict>
</dict> </array>
</dict>
</plist> </plist>

Loading…
Cancel
Save