Allow modifying the Objective-C bridging header file from Xcode Source Editor Extension

Originator:alex
Number:rdar://35195265 Date Originated:26/10/2017
Status: Resolved:
Product:Xcode Product Version:9
Classification:Suggestion Reproducible:
 
I'm the author of "Swiftify for Xcode" Extension:
https://itunes.apple.com/us/app/swiftify-for-xcode/id1183412116?mt=12

"Swiftify for Xcode" was created to automate migrating Objective-C code to Swift, as covered in 
https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/Migration.html

This involves updating the Objective-C bridging header file (ProjectName-Bridging-Header.h).

Currently, users of "Swiftify for Xcode" have to manually update the Bridging Header file after converting a pair of Objective-C files to Swift.

Expected behavior: provide an API for Xcode Source Editor extensions to access and update any file included in the Xcode project.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!