Skip to content

Commit

Permalink
new distribution of the inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdrone committed Jul 22, 2017
1 parent f320b0a commit 1ee65a1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ The [_Render catalogue app_](https://github.com/alexdrone/Render/tree/master/sam

# Inspector (Experimental)

When the app is run in the simulator it is possible to inspect Render components, their properties and state with the [inspector companion mac app](https://github.com/alexdrone/Render/tree/master/inspector/dist/mac).
When the app is run in the simulator it is possible to inspect Render components, their properties and state with the [inspector companion mac app](https://github.com/alexdrone/Render/tree/master/inspector/dist/mac/render-inspector-0.1.0.dmg).

To enable the debug server in your app you simply have to call `startDebugServer()` in your AppDelegate `application(_:didFinishLaunchingWithOptions)`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>render-inspector</string>
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<string>render-inspector.icns</string>
<key>CFBundleIdentifier</key>
<string>io.render.inspector</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added inspector/dist/render-inspector-0.1.0-mac.zip
Binary file not shown.
Binary file added inspector/dist/render-inspector-0.1.0.dmg
Binary file not shown.

0 comments on commit 1ee65a1

Please sign in to comment.