-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AppKit/UIKit] Share the implementation of some enums between AppKit …
…and UIKit. (#12164) * [AppKit/UIKit] Merge the definitions of NSDirectionalRectEdge. * [AppKit/UIKit] Merge the definitions of NSControlCharacterAction. The enum values weren't the same between AppKit and UIKit, but I picked the AppKit ones since they looked better, added those to every platform, and deprecated the other ones where they existed. Except on Mac Catalyst, where I removed instead of deprecating, since we don't need to consider backwards compatibility. * [AppKit/UIKit] Merge the definitions of NSGlyphProperty. * [AppKit/UIKit] Merge the definitions of NSLayoutAttribute and NSLayoutFormatOptions. * [AppKit/UIKit] Merge the definitions of NSLayoutRelation. * [AppKit/UIKit] Merge the definitions of NSLineBreakStrategy. * [AppKit/UIKit] Merge the definitions of NSRectAlignment.
- Loading branch information
1 parent
a150c1d
commit b4c2185
Showing
4 changed files
with
182 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b4c2185
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 Tests failed catastrophically on Build (no summary found). 🔥
Result file $(TEST_SUMMARY_PATH) not found.
Pipeline on Agent XAMBOT-1025.BigSur'
[AppKit/UIKit] Share the implementation of some enums between AppKit and UIKit. (#12164)