Re: NSRunningApplication executableURL issue in Swift
Re: NSRunningApplication executableURL issue in Swift
- Subject: Re: NSRunningApplication executableURL issue in Swift
- From: Marco S Hyman <email@hidden>
- Date: Wed, 11 Mar 2015 14:49:50 -0700
> The consequence of this possible future scenario would be that an Apple engineer writing code for an interoperable framework would write the .m file in Obj-C, but the public .h file in Swift.
Except that swift doesn't have .h files. The auto generated files your
are seeing are not .h files. Perhaps you are thinking of them that way because
of your C/Obj-C background. Think of them instead as abbreviated .swift
files.
Marc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden