Differences From Artifact [b393126e7b]:
- File tests/OFBlockTests.m — part of check-in [7e5c81e186] at 2018-01-03 19:49:46 on branch trunk — Update copyright notice (user: js, size: 2915) [annotate] [blame] [check-ins using]
To Artifact [06efef82d6]:
- File
tests/OFBlockTests.m
— part of check-in
[0f42b0eafd]
at
2018-01-21 22:16:23
on branch trunk
— Allow building the runtime as a .framework
This also renames ObjFW-RT to ObjFW_RT, as hyphens should not be in
framework names. (user: js, size: 2915) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
18 19 20 21 22 23 24 | #include "config.h" #import "OFBlock.h" #import "OFString.h" #import "OFAutoreleasePool.h" #if defined(OF_OBJFW_RUNTIME) | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | #include "config.h" #import "OFBlock.h" #import "OFString.h" #import "OFAutoreleasePool.h" #if defined(OF_OBJFW_RUNTIME) # include "ObjFW_RT.h" #elif defined(OF_APPLE_RUNTIME) # include <objc/runtime.h> #endif #import "TestsAppDelegate.h" static OFString *module = @"OFBlock"; |
︙ | ︙ |