On Nov 27, 2014, at 20:45 , Fritz Anderson <[email protected]> wrote: > > module imports are the way Apple thinks about frameworks, and > #import-and-link-library will be a concession to compatibility. > > You’ve read what’s on the box: Faster, smarter, more-stable precompilation
Thanks for the perspective. The way I read the clang docs, if the “modules” setting is on, then @import and #import are only lexicographically different. So I believe that particular issue is about appearance, not functionality. FWIW, I started changing the framework imports from #import to @import. (The target template I used still had the old style, plus a framework item added to the project itself.) It makes me feel revolutionary, if nothing else.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
