Portable Objective-C framework & runtime • https://objfw.nil.im • https://github.com/ObjFW/ObjFW
isEqual:
and hash
.
~/.config/objfw-new/default_license
objfw-embed
also integrated into objfw-new
. The only problem is that I need to be able to use objfw-embed without having ObjFW for tests. So, it must remain a shellscript. Or I integrate it into objfw-new
and keep objfw-embed
just for the tests and no longer use it
objfw-new --class --property="(readonly, copy, nullable) OFString *foo" MyClass
and it will generate the class for you correctly - including dealloc
.
--method="- (void)foo { bar(); }"
? 😄
NSNotification *notif = [NSNotification notificationWithName: cstring_to_nsstring(notification->title),
object: nil];