mirror of
https://github.com/LukeSpad/BeoGateway.git
synced 2024-12-23 21:51:51 +00:00
b0154051e5
Branch from pre-release migrating to a fully featured Indigo Domotics plugin
25 lines
706 B
Text
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>
|