ObjFW  Check-in [f6ac3febf3]

Overview
Comment:Remove textual headers from ObjFW_Bridge

These are not needed anymore - they were only required due to the
@compatibility_alias.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f6ac3febf38327ca947e9390f9d36e87f6f87a48e29be9e017dbb7ece9c1d4b0
User & Date: js on 2016-10-09 01:34:19
Other Links: manifest | tags
Context
2016-10-09
02:17
OFSystemInfo: Implement finding dirs for iOS 10 check-in: 4a5eb1c281 user: js tags: trunk
01:34
Remove textual headers from ObjFW_Bridge check-in: f6ac3febf3 user: js tags: trunk
01:31
Do not use @compatibility_alias when using modules check-in: 19cb9a43a5 user: js tags: trunk
Changes

Modified misc/bridge-module.map from [c56b6da1cd] to [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 *
}