Skip to content

Commit

Permalink
Emit NSObject categories
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Feb 4, 2024
1 parent b3ddbdf commit 026c9f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions crates/header-translator/translation-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -603,11 +603,9 @@ skipped = true
[class.NSBundle.methods."localizedAttributedStringForKey:value:table:"]
skipped = true

# Root classes, defined in `objc2` for now
# Root class, defined in `objc2` for now
[class.NSProxy]
skipped = true
[class.NSObject]
skipped = true # Also ignore categories on NSObject for now

[protocol.NSObject]
renamed = "NSObjectProtocol"
Expand Down
4 changes: 4 additions & 0 deletions crates/icrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## icrate Unreleased - YYYY-MM-DD

### Added
* Added `NSObject` categories, notably those used by key-value coding and
observing.

### Changed
* Updated SDK from Xcode 15.0.1 to 15.2.

Expand Down
2 changes: 1 addition & 1 deletion crates/icrate/src/generated

0 comments on commit 026c9f5

Please sign in to comment.