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
Obfuscate static properties
  • Loading branch information
hadiidbouk committed Nov 12, 2018
commit c04bb0ee448d33e6e4ead78407de2457856c0f4b
1 change: 1 addition & 0 deletions swiftshield-Sources/SourceKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ final class SourceKit {
"protocol":
return .object
case "var.instance",
"var.static",
"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

Expand Down