url(forAuxiliaryExecutable:)
Returns the file URL of the executable with the specified name in the receiver’s bundle.
Declaration
func url(forAuxiliaryExecutable executableName: String) -> URL?Parameters
- executableName:
The name of an executable file.
Return Value
The file URL of the executable executableName in the receiver’s bundle.
Discussion
This method returns the appropriate path for modern application and framework bundles. This method may not return a URL for non-standard bundle formats or for some older bundle formats.