|
|
@@ -21,7 +21,7 @@ FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for
|
|
|
- View system log messages (e.g. from `NSLog`).
|
|
|
- Access any live object via a scan of the heap.
|
|
|
- View the file system within your app's sandbox.
|
|
|
-- Browse SQLite databases in the file system.
|
|
|
+- Browse SQLite/Realm databases in the file system.
|
|
|
- Trigger 3D touch in the simulator using the control, shift, and command keys.
|
|
|
- Explore all classes in your app and linked systems frameworks (public and private).
|
|
|
- Quickly access useful objects such as `[UIApplication sharedApplication]`, the app delegate, the root view controller on the key window, and more.
|
|
|
@@ -88,7 +88,7 @@ View the file system within your app's sandbox. FLEX shows file sizes, image pre
|
|
|

|
|
|
|
|
|
### SQLite Browser
|
|
|
-SQLite database files with a .db extension can be explored using FLEX. The database browser lets you view all tables, and individual tables can be sorted by tapping column headers.
|
|
|
+SQLite database files (with either `.db` or `.sqlite` extensions), or [Realm](http://realm.io) database files can be explored using FLEX. The database browser lets you view all tables, and individual tables can be sorted by tapping column headers.
|
|
|
|
|
|

|
|
|
|