This page is likely outdated. Visit the new documentation for updated content.

App zipper for distribution

Status Owner Importance Complexity MD Version
Completed mhutch Normal Very Low 2.4.1

A command that would zip up the application and save the zip file to a target location, ready for app store submission.

App version number incrementer

Status Owner Importance Complexity MD Version
Pending Normal Medium

A GUI for incrementing the app bundle version number.

Snippets

Status Owner Importance Complexity MD Version
Pending Normal Medium

MonoTouch-specific code snippets.

More project and file templates

Status Owner Importance Complexity MD Version
Pending mhutch Normal 3d 2.6

Project and file templates equivalent to all the ones in Xcode.

Unit testing templates

Status Owner Importance Complexity MD Version
Pending Normal Medium

Templates for unit tests and unit test projects.

Per-user/per-solution default-certificate setting for users with multiple certs

Status Owner Importance Complexity MD Version
Pending mhutch Normal 4h 2.6

A per-user/per-solution setting for the default certificates to use, if there are multiple certificates installed.

Commands for adding designer/user classes to xibs

Status Owner Importance Complexity MD Version
Pending mhutch Normal 4h 2.6

Context command on xib files in the solution pad that would add the designer file, or add user code partial classes.

GUI for debugger connection settings

Status Owner Importance Complexity MD Version
Pending Normal Medium

A GUI for setting the default IP and port for the remote debugger to connect to. Maybe this should be in the debugger addin.

Resources in IB

Status Owner Importance Complexity MD Version
Pending mhutch Low Medium 2.6

Sync to a fake Xbuild project so that resources, classes etc from the MD project are visible in interface builder. Probably not worth doing until XCode 4.

Localization support

Status Owner Importance Complexity MD Version
Pending Normal Medium

Support for .lproj localizations - adding, displaying nicely in solution tree, building. Also the string extractor.

PNG compositing visualization

Status Owner Importance Complexity MD Version
Pending Normal Medium

Use env vars to make the iphone paint composited PNGs with colours for visualizing performance. See http://simon.nureality.ca/?p=227

Debugger visualizers and formatters

Status Owner Importance Complexity MD Version
Pending Normal Medium

Debugger visualizers and formatters for the MonoTouch type, e.g. NSDictionary, images, etc.

Move build system to MSBuild

Status Owner Importance Complexity MD Version
Pending Normal Medium

Move the MonoTouch build tasks to MSBuild.

Expose C# classes to IB

Status Owner Importance Complexity MD Version
Pending Normal Medium

Expose C# classes to interface builder. Probably not worth doing until XCode 4.

Better CodeBehind

Status Owner Importance Complexity MD Version
Pending Normal Medium

Rework the CodeBehind support so there’s less “magic” involved. Depends on “expose C# classes to IB”.

Localization Editor

Status Owner Importance Complexity MD Version
Pending Normal Medium

Repurpose the gettext editor as an editor for lproj localizations.

Device Stage View

Status Owner Importance Complexity MD Version
Pending Normal Medium

A GUI for viewing attached devices, their logs, installed certificates and provisioning profiles, etc. Also investigate using Apple’s auto-provisioning.

Attach to app with GDB console

Status Owner Importance Complexity MD Version
Pending Normal Medium

A command to attach to a running app with a gdb console