PodToBUILD icon indicating copy to clipboard operation
PodToBUILD copied to clipboard

Should enforce the framework style import

Open woshimaliang opened this issue 4 years ago • 1 comments

Today, both import styles work when import framework headers:

#import "SomeFrameworkHeader.h"

#import <SomeFramework/SomeFrameworkHeader.h>

And ideally only the framework style import should be allowed.

woshimaliang avatar Dec 20 '19 21:12 woshimaliang

I agree this would be nice to enforce but flagging as an area of improvement for now since it isn't affecting builds

rahul-malik avatar Feb 07 '20 15:02 rahul-malik