-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#define constants declared in .m should not be made global #196
Comments
IMO they still have to be refactored (casing should be changed, and variables are likely to be moved to a particular class), thus I don't see a lot of benefit of adding a
|
@Ibrahimhass Please review and reply when you have time (don't spend too much time on this though). |
Yes, I suggest that we add the
I am also not able to replicate this behavior now. I tried using the Project Converter and the Xcode Extension. |
Variable declared in the .m file like in these files should not be converted to global variables.
Original Source Code
X509.m.zip
Converted Code
X509.swift.zip
The text was updated successfully, but these errors were encountered: