Skip to content

edwardaux/XcodeExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xcode Explorer

This is a plugin project that allows you, as a developer, to explore the various events and notifications that Xcode4 emits during normal operations.

There is some supplemental information that can be found in a the following posts:

Installation

Installation is extremely simple.

  • Download the project
  • Open it in Xcode
  • Perform a build (this will automatically build and install the plugin)
  • Restart Xcode

Usage

The plugin adds a menu called Explorer that has a couple of menu items that you can choose from.

Notifications

Selecting this menu item will open a floating window that you can use to view the notifications as they occur. You can enter some comma-separated regular expressions into the text field to exclude notifications that you don't care about (for example, it is unlikely you will want to see most of the NSxxxx notifications, so it defaults to excluding them using the pattern NS.*).

Be careful with your regular expressions. If you type in an invalid one, it just silently ignores it.

View Clicker

This allows you to click around on the various Xcode controls (buttons, text, etc) to see where they are located in the hierarchy (and what type they are). When you click on a view/button/textfield, it displays the view hierarchy.

About

An Xcode4 plugin to view the internal goings-on of Xcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published