BeoGateway/Info.plist
LukeSpad b0154051e5
Add files via upload
Branch from pre-release migrating to a fully featured Indigo Domotics plugin
2022-02-05 18:06:47 +00:00

25 lines
706 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.0">
<dict>
<key>PluginVersion</key>
<string>1.0.0</string>
<key>ServerApiVersion</key>
<string>1.0.0</string>
<key>IwsApiVersion</key>
<string>1.0.0</string>
<key>CFBundleDisplayName</key>
<string>BeoGateway Plugin</string>
<key>CFBundleIdentifier</key>
<string>uk.co.lukes_plugins.BeoGateway.plugin</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>https://github.com/LukeSpad/BeoGateway</string>
</dict>
</array>
</dict>
</plist>