Skip to content

Commit

Permalink
Merge pull request #212 from gnustep/remove_respondsToSelector_awakeF…
Browse files Browse the repository at this point in the history
…romNib
  • Loading branch information
gcasa authored Nov 27, 2023
2 parents 8601d4f + 30ceeae commit abb5c10
Show file tree
Hide file tree
Showing 4 changed files with 578 additions and 545 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2023-11-27 Gregory John Casamento <greg.casamento@gmail.com>

* Source/GSGormLoading.m
* Source/GSNibLoading.m
* Source/GSXibLoading.m: Remove calls to respondsToSelector:
for awakeFromNib. This method is now implemented on a
category on NSObject called NSNibAwaking. Also add a
call to prepareForInterfaceBuilder when we are in Gorm/IB.

2023-11-25 Gregory John Casamento <greg.casamento@gmail.com>

* Documentation/manual/applicationmakefiles.texi: Update
Expand Down
Loading

0 comments on commit abb5c10

Please sign in to comment.