InAppSettings is an open source iPhone and iPod touch framework for displaying an in app version of the settings from the Settings.bundle.

There has been a lot of debate over whether an app's settings should be in the app or in the Settings app. InAppSettings is an open source framework determined to remedy this situation once and for all by easily allowing developers to have the same settings in the Settings app in in their app. InAppSettings uses the same Settings.bundle so there is no duplication of files or work. Simply add InAppSettings to the app's project and call it's view controler from code or Interface Builder and you're done! The InAppSettings wiki contains a full guide, including example code, for adding InAppSettings to an iPhone or iPod touch app. Features:
  • 100% re-implementation of the look and functionality of the Settings app.
  • Easily add InAppSettings to any navigation controller from code or Interface Builder, InAppSettings can also be displayed as a modal view.
  • Supports all versions of the iPhone, iPod Touch and iPad.
  • Supports settings language localization.
  • InAppSettings contains a class method for initializing all the user defaults in the Settings.bundle.
  • InAppSettings adds additional functionality to the Settings.bundle by adding optional values for in app titles and opening urls.
  • Sample project that demonstrates how to use InAppSettings from code, Interface Builder and a modal view.

InAppSettings was developed by InScopeApps {+} and is distributed under the MIT license so it can be used in free or comercial apps. WoW Status - Free is the first app to be released with InAppSettings, and there are several projects in development that use it.
CopyPath is a simple app, designed to live in the finder toolbar. When the button is pressed it copies the full path of all selected folders and files to the clipboard, taking the hassle out of getting file paths.

Version2.0 introduces preferences and modifier keys. Pressing the shift key while launching the app will modify the paths based on your preferences, which can be opened by launching the app with the option key down.
RockStar is a OS X StatusBar app that allows the user to set the rating for the current iTunes track.

Although this is the apps main function it also displays album art, song information and gives the user access to basic play controls: back/playpause/next.
Tipper is an iPhone application that allows users to quickly and easily calculate tip by entering a bill, selecting a tip percentage, and splitting the result between multiple people.
WoW Status displays the status of all US and European World of Warcraft realms. It uses advanced table view controls making it easy to find the realms you care about. Once you've found them you can bookmark them for quick reference. Simply tap a realm to add it to your bookmarks, tap it again to remove it. You can also remove bookmarks from the bookmark tab.