- improved collection of localized resources
- modernized the emitted CMakeLists.txt for mulle-objc 0.16
- fix mulle-sde project
- update README install instructions
- fix incorrect group relative paths
- fix mulle-sde project
- update README install instructions
- fix incorrect group relative paths
- add a couple of suggestions and fix ideas by @saxbophone
- change boilerplate to support mulle-objc legacy style development
- added GNUSTEp code by @RJVB and @ElMostafaIdrassi
- boilerplate code migrated off mulle-bootstrap unto mulle-sde
- migrated project to mulle-sde
- remove mulle-configuration code since it is obsolete
- Modernized mulle-project packaging
- Removed unused files from project
- raise baseline to 10.6 for Xcode 10
- emit
INCLUDE_DIRS
now for newer mulle-configuration compatibility
- modernize formula generation
- fix usage, update README.md
- added -w option, so that I can place MulleObjCLoader files last in sorted lists
- added -i option, mainly to output
include_directories
inCMakeSourcesAndHeaders.txt
- modernize release mechanism
- improve Framework target output for not APPLE case
- split off Releasenotes into separate file
- fixed missing
find_library
andtarget_include_directories
emission when using -2
- improve sexport reminder
- there is a new option
-2
. It generates aCMakeLists.txt
that includes a file calledCMakeSourcesAndHeaders.txt
. This is a file that you can generate with an additional run ofmulle-xcode-to-cmake sexport
.
- the reminder is now more readable
- added another little hack for mulle-objc
- output commandline arguments in the reminder
- sexport now also prints the reminder
- add sexport command for generating source and header file lists
- added -l switch, also for mulle-objc to specify the project language
- fix a bug, when files are not group relative in Xcode
- add a reminder how this file was generated. Actually useful sometimes.
- whitespace in target names is converted to '-'
- bundle targets are supported now
- added -n flag
- fix framework resource copy stage
- don't emit link commands for static library targets
- add -s option
- slight reorganization of code
- output filepaths sorted
- fix some bugs
- improved boiler-plate code
- output resources too
- allow to specify multiple targets
- fix more bugs
- add -u option, but iOS builds don't work anway
- somewhat half hearted attempt to also support applications and bundles
- quote paths with whitespace
- Fix some bugs. Add -p and -f options.
- Quickly hacked together from mulle-xcode-settings.