Files
cappuccino/Tools/xcodecapp-cocoa
Antoine Mercadal c77b35c07b Major XCC improvments
This patch contains the following:

 - FSEvent is now at files level instead of folders level. This allows to drop the registry in plist and improve the performances
 - When you remove a J file, the mirrored H file is removed too
 - .xcodecapp-ignore has been added to the FSEvent stream. ignored token are updated in live
 - By default XCC ignores all .git, .svn, .hg .xCodeSupport, Frameworks and Build folders
 - When you quit XCC without stop listening of the project, at next launch it will resume on the same project
 - Help has been added
 - Help is displayed at first user launch
 - The Error & Warning table doesn't pop ups automatically, instead it displays Growl (you can then open the panel for more informations)
 - The code has been refactored into several classes, one for UI thing, another one for XCC worker
 - Several bugs has been fixed
 - The about window now displays the version number
 - The main window has been removed
 - Several other small enhancements.

This is XCC 2.0.
2011-11-03 17:47:33 +01:00
..
2011-11-03 17:47:33 +01:00
2011-05-20 23:32:17 +02:00
2011-11-03 17:47:33 +01:00
2011-05-21 00:23:47 +02:00
2011-11-03 17:47:33 +01:00
2011-11-03 17:47:33 +01:00
2011-11-03 17:47:33 +01:00
2011-11-03 17:47:33 +01:00
2011-11-03 17:47:33 +01:00
2011-05-20 23:39:13 +02:00
2011-07-08 17:51:08 +02:00
2011-05-20 23:32:17 +02:00
2011-05-20 23:32:17 +02:00
2011-11-03 17:47:33 +01:00
2011-11-03 17:47:33 +01:00
2011-05-20 23:32:17 +02:00
2011-05-20 23:32:17 +02:00
2011-05-20 23:32:17 +02:00

xCodeCapp-Cocoa

xcodecapp-cocoa is a port from the original xcodecapp application. It works basically the same than this tools shipped with Cappuccino framework but have serveral advantages:

  • It uses the FSEventStream system to be notified when a file changes. So no useless looping
  • It consumes about no CPU when idle
  • It allows you to choose graphically the project you want to use
  • It will keep track of your already generated project helper
  • It supports .xcodecapp-ignore
  • It uses Growl to notify you when a conversion is done.

License

All the code is distributed under AGPL v3.0 license. The parse.j comes from Cappuccino parser and uses the Cappuccino license.

Author

Antoine Meradal primalmotion@archipelproject.org