You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| .. | ||
| RealmPlugin | 7 years ago | |
| RealmPlugin.xcodeproj | 7 years ago | |
| Templates | 7 years ago | |
| README.md | 7 years ago | |
| rlm_lldb.py | 7 years ago | |
README.md
Realm Plugin
The Realm Plugin for Xcode adds several useful features for developing with Realm:
- A LLDB script which adds support for inspecting the property values of persisted RLMObjects in the debugger pane.
- File templates for RLMObject subclasses.
- A menu item in Xcode's 'File' menu to quickly launch the Realm Browser. Note that this item will only appear in Xcode 7 and in unsigned versions of Xcode 8 or later (not recommended).
To install the Realm Plugin, open RealmPlugin.xcodeproj and Build. This will
prompt for your password. After building the plugin, restart Xcode.