Skip to content

Bridging Headers

Brian Osborn edited this page Dec 15, 2022 · 2 revisions

Command to get the bridging headers from a top level objective c directory (might have to delete a few):

ls -1 -R | grep ".*\.h" | sed -e 's/^/#import "/' | sed -e 's/$/"/'

Clone this wiki locally