Skip to content

Commit 859db8b

Browse files
committed
fix usage update dox
1 parent dee50f4 commit 859db8b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4648
Commands:
4749
export : export CMakeLists.txt to stdout

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

mulle-xcode-to-cmake.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
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}";
@@ -390,7 +390,7 @@
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}";

src/mulle-xcode-to-cmake/main.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
"\texport : export CMakeLists.txt to stdout\n"
5958
"\tlist : list targets\n"
60-
"\tsexport : export CMakeSourcesAndHeaders.txt to stdout\\n"
59+
"\tsexport : export CMakeSourcesAndHeaders.txt to stdout\n"
6160
"\n"
6261
"Environment:\n"
6362
"\tVERBOSE : dump some info to stderr\n"

0 commit comments

Comments
 (0)