File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
mulle-xcode-to-cmake.xcodeproj Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Options:
3434 -b : suppress boilerplate definitions
3535 -d : create static and shared library
3636 -f : suppress Foundation (implicitly added)
37+ -i : print global include_directories
3738 -l <lang> : specify language (c,c++,objc) for mulle-configuration (default: objc)
3839 -m : include mulle-configuration (affects boilerplate)
3940 -n : suppress find_library trace
@@ -42,6 +43,7 @@ Options:
4243 -s <suffix> : create standalone test library (framework/shared)
4344 -t <target> : target to export
4445 -u : add UIKIt
46+ -w <name> : add weight to name for sorting
4547
4648Commands:
4749 export : export CMakeLists.txt to stdout
Original file line number Diff line number Diff line change 1+ #### 0.6.5
2+
3+ * fix usage, update README.md
4+
15#### 0.6.4
26
37* added -w option, so that I can place MulleObjCLoader files last in sorted lists
Original file line number Diff line number Diff line change 369369 1DEB927908733DD40010E9CD /* Debug */ = {
370370 isa = XCBuildConfiguration;
371371 buildSettings = {
372- CURRENT_PROJECT_VERSION = 0.6.4 ;
372+ CURRENT_PROJECT_VERSION = 0.6.5 ;
373373 DEBUG_INFORMATION_FORMAT = dwarf;
374374 DYLIB_COMPATIBILITY_VERSION = "$(CURRENT_PROJECT_VERSION)";
375375 DYLIB_CURRENT_VERSION = "${CURRENT_PROJECT_VERSION}";
390390 1DEB927A08733DD40010E9CD /* Release */ = {
391391 isa = XCBuildConfiguration;
392392 buildSettings = {
393- CURRENT_PROJECT_VERSION = 0.6.4 ;
393+ CURRENT_PROJECT_VERSION = 0.6.5 ;
394394 DEBUG_INFORMATION_FORMAT = dwarf;
395395 DYLIB_COMPATIBILITY_VERSION = "$(CURRENT_PROJECT_VERSION)";
396396 DYLIB_CURRENT_VERSION = "${CURRENT_PROJECT_VERSION}";
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ static void usage()
3737 " usage: mulle-xcode-to-cmake [options] <commands> <file.xcodeproj>\n "
3838 " \n "
3939 " Options:\n "
40- " "
4140 " \t -2 : CMakeLists.txt includes CMakeSourcesAndHeaders.txt\n "
4241 " \t -a : always prefix cmake variables with target\n "
4342 " \t -b : suppress boilerplate definitions\n "
@@ -57,7 +56,7 @@ static void usage()
5756 " Commands:\n "
5857 " \t export : export CMakeLists.txt to stdout\n "
5958 " \t list : list targets\n "
60- " \t sexport : export CMakeSourcesAndHeaders.txt to stdout\\ n"
59+ " \t sexport : export CMakeSourcesAndHeaders.txt to stdout\n "
6160 " \n "
6261 " Environment:\n "
6362 " \t VERBOSE : dump some info to stderr\n "
You can’t perform that action at this time.
0 commit comments