|
@@ -21,6 +21,8 @@ FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for
|
|
|
- View system log messages (e.g. from `NSLog`).
|
|
- View system log messages (e.g. from `NSLog`).
|
|
|
- Access any live object via a scan of the heap.
|
|
- Access any live object via a scan of the heap.
|
|
|
- View the file system within your app's sandbox.
|
|
- View the file system within your app's sandbox.
|
|
|
|
|
+- Browse SQLite 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).
|
|
- 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.
|
|
- Quickly access useful objects such as `[UIApplication sharedApplication]`, the app delegate, the root view controller on the key window, and more.
|
|
|
- Dynamically view and modify `NSUserDefaults` values.
|
|
- Dynamically view and modify `NSUserDefaults` values.
|
|
@@ -85,6 +87,16 @@ 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.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+### 3D Touch in the Simulator
|
|
|
|
|
+Using a combination of the command, control, and shift keys, you can simulate different levels of 3D touch pressure in the simulator. Each key contributes 1/3 of maximum possible force. Note that you need to move the touch slightly to get pressure updates.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
### System Library Exploration
|
|
### System Library Exploration
|
|
|
Go digging for all things public and private. To learn more about a class, you can create an instance of it and explore its default state.
|
|
Go digging for all things public and private. To learn more about a class, you can create an instance of it and explore its default state.
|
|
|
|
|
|