Skip to content

Commit

Permalink
icrate: Include methods with selectors with multiple colons
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 12, 2023
1 parent 4ad0e6d commit 26eb66b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions crates/header-translator/translation-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,6 @@ skipped = true
[class.NSMutableData.methods.mutableBytes]
skipped = true

# Selector contains multiple colons after each other, like `::::`
[class.CAMediaTimingFunction.methods]
functionWithControlPoints = { skipped = true }
initWithControlPoints = { skipped = true }

# Uses __autoreleasing in a typedef, which I'm unsure how to handle
[typedef.MTLAutoreleasedArgument]
skipped = true
Expand Down
2 changes: 1 addition & 1 deletion crates/icrate/src/generated

0 comments on commit 26eb66b

Please sign in to comment.