Skip to content

Commit

Permalink
remove dependencies subsumed by mulle-core, fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent 1cbd8fa commit 9647010
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 102 deletions.
1 change: 0 additions & 1 deletion .mulle/etc/sourcetree/config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion clib.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
],
"dependencies" : {
"MulleFoundation/MulleObjCTimeFoundation": "*",
"mulle-objc/MulleObjC": "*",
"mulle-objc/mulle-objc-list": "*"
}
}
82 changes: 0 additions & 82 deletions cmake/reflect/_Dependencies.cmake

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
user="MulleFoundation";
repo="MulleObjCLockFoundation";
homepage="https://github.com/MulleFoundation/MulleObjCLockFoundation";
license="BSD-3-Clause"
license="BSD-3-Clause";
};
dependencies =
(
Expand Down Expand Up @@ -35,5 +35,5 @@
url="https://github.com/mulle-objc/mulle-objc-list";
user="mulle-objc";
}
)
);
}
15 changes: 0 additions & 15 deletions src/reflect/_MulleObjCLockFoundation-import.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@
// (use `mulle-sourcetree-to-c --unames` to list known values)
#import <MulleObjCTimeFoundation/MulleObjCTimeFoundation.h> // MulleObjCTimeFoundation

// To remove the following dependency (headers and library) completely:
// `mulle-sde dependency remove MulleObjC`
// (Use 71BFAE94-4F9B-47EF-8B41-0AC012013386 instead of MulleObjC, if there are duplicate entries)
//
// You can tweak the following #import with these commands:
// remove #import : `mulle-sde dependency mark MulleObjC no-header`
// rename : `mulle-sde dependency|library set MulleObjC include whatever.h`
// reorder : `mulle-sde dependency move MulleObjC <up|down>`
// toggle #import : `mulle-sde dependency mark MulleObjC [no-]import`
// toggle public : `mulle-sde dependency mark MulleObjC [no-]public`
// toggle optional : `mulle-sde dependency mark MulleObjC [no-]require`
// remove for platform : `mulle-sde dependency mark MulleObjC no-platform-<uname>`
// (use `mulle-sourcetree-to-c --unames` to list known values)
#import <MulleObjC/MulleObjC.h> // MulleObjC

#ifdef __has_include
# if __has_include( "_MulleObjCLockFoundation-include.h")
# include "_MulleObjCLockFoundation-include.h"
Expand Down
1 change: 0 additions & 1 deletion src/reflect/objc-loader.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{ @selector( MulleObjCLoader), @selector( MulleObjCTimeFoundation) }, // 47a9beb6;MulleObjCLoader;cc20d48b;MulleObjCTimeFoundation
{ @selector( NSCondition), @selector( NSDate) }, // 0397143e;NSCondition;cfcedd21;NSDate
{ @selector( NSCondition), MULLE_OBJC_NO_CATEGORYID }, // 0397143e;NSCondition;;
{ @selector( NSConditionLock), @selector( NSDate) }, // 5e0deecf;NSConditionLock;cfcedd21;NSDate
Expand Down

0 comments on commit 9647010

Please sign in to comment.