Getting Started
-
Integrating Reveal with your iOS application
NOTE: The most up to date version of these instructions are always shipped with Reveal. See Help / Integration Guide in app for the integration guide that's intended for your cu...
-
Load Reveal Server via an Xcode Breakpoint
Loading the Reveal Server framework via an Xcode Debugger Breakpoint is a great way to let you inspect any project with minimal or no changes to the project's files. It also mea...
-
Integrating Using CocoaPods
We maintain a CocoaPods Podspec for integrating Reveal into your Xcode projects. Our instructions assume that you've already configured your project or workspace for use with C...
-
Integrating Reveal via Linking
Linking Reveal's Server framework into your iOS or tvOS application is a quick and easy way to enable Reveal introspection. WARNING: Never ship a product which has been linked ...
-
Integrating Reveal with App Extensions
Assuming that you've already integrated Reveal framework with your iOS app using one of the available options, integrating it with an extension contained in that app follows sim...
-
Integrating Reveal using Visual Studio for Mac
Integrating Reveal Server into Visual Studio for Mac requires you to add a Native Reference to the RevealServer.xcframework to your project. Right click your iOS project in Vis...
-
Removing Reveal from your Xcode Project
Depending on the option you used to integrate Reveal with your project, please follow the relevant guide below to remove the Reveal Server framework from your project. Once the ...