Closed odrobnik closed 8 years ago
Cocoapods 1.0 seems to support using DTFoundation.h as umbrella header instead of the previous workaround DTFoundation-Umbrella.h
DTFoundation.h
DTFoundation-Umbrella.h
I want to remove the previous umbrella header and use the main one instead.
Apparently as of Cocoapods version 1.0.0.beta.6 it does no longer include DTFoundation.h next to the custom generated umbrella header. This means: no work necessary in this case.
Cocoapods 1.0 seems to support using
DTFoundation.h
as umbrella header instead of the previous workaroundDTFoundation-Umbrella.h
I want to remove the previous umbrella header and use the main one instead.