ObjFW  Diff

Differences From Artifact [c56b6da1cd]:

To Artifact [41a71de0ee]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
framework module ObjFW_Bridge {
	umbrella header "ObjFW_Bridge.h"

	/*
	 * Categories need to be declared as textual, otherwise the they are
	 * not picked up.
	 */
	textual header "NSArray+OFObject.h"
	textual header "NSDictionary+OFObject.h"
	textual header "NSString+OFObject.h"
	textual header "OFArray+NSObject.h"
	textual header "OFDictionary+NSObject.h"
	textual header "OFString+NSObject.h"

	export *
}



<
<
<
<
<
<
<
<
<
<
<


1
2
3











4
5
framework module ObjFW_Bridge {
	umbrella header "ObjFW_Bridge.h"












	export *
}