Skip to content
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

Exclude files or code from obfuscation #31

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Enable properties obfuscation
  • Loading branch information
hadiidbouk committed Nov 7, 2018
commit 15b11ec9a7c2dc578a57a082a285d01dff7c021d
6 changes: 3 additions & 3 deletions swiftshield-Sources/SourceKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ final class SourceKit {
"struct",
"protocol":
return .object
// case "var.instance",
// "var.class":
// return .property
case "var.instance",
"var.class":
return .property
case "function.free",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you enable property, confirm no storyboard property in use

"function.method.instance",
"function.method.static",
Expand Down