Select which file will be opened by which xcode.
if you want recover registeration, click the back to xcode button on the menu.
- Register self as the default application that the files with specific extension will be opened with.
- When self receive openURL notification, we decide which real application user specified before to open it.
- Done
/*
Sets the user’s preferred default handler for the specified content type in the specified roles.
*/
LSSetDefaultRoleHandlerForContentType(_:_:_:)
/*
Returns the application bundle identifier of the user’s preferred default handler for the specified content type with the specified role.
*/
LSCopyDefaultRoleHandlerForContentType(_:_:)