Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LogsOverReflector.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>2026.0.2</string>
<string>2026.0.3</string>
<key>ServerApiVersion</key>
<string>3.6</string>
<key>CFBundleDisplayName</key>
<string>LogsOverReflector</string>
<key>CFBundleIdentifier</key>
<string>com.simons-plugins.logs-over-reflector</string>
<key>CFBundleVersion</key>
<string>2026.0.2</string>
<string>2026.0.3</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<?xml version="1.0"?>
<PluginConfig>
<Field id="info" type="label">
<Label>LogsOverReflector has no configuration options. It exposes the Indigo event log as a JSON API over the Reflector.</Label>
</Field>
</PluginConfig>