mirror of
https://github.com/scratchfoundation/scratch-link.git
synced 2024-11-14 19:05:03 -05:00
34 lines
1.2 KiB
Text
34 lines
1.2 KiB
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>CFBundleName</key>
|
|
<string>Scratch Link</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>edu.mit.scratch.scratch-link</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.13</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>XSAppIconAssets</key>
|
|
<string>Assets.xcassets/AppIcon.appiconset</string>
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
<string>This will allow the app to find and communicate with Bluetooth peripheral devices.</string>
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
<string>This will allow the app to find and communicate with Bluetooth peripheral devices.</string>
|
|
<key>LSUIElement</key>
|
|
<true/>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.education</string>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
</dict>
|
|
</plist>
|