MMP0
MMP0
Some changes to make it more localization-friendly. --- Examples: ### `NSLocalizedString` and interpolation In SwiftUI, `\( )` interpolation in `LocalizedStringKey` is automatically formatted with localized formatting-text, but for `String` it...
Enabled Base internationalization to use Localizable Strings (.strings) in xib/storyboard localization.
**Is your feature request related to a problem? Please describe.** When I refresh my feed, if I see a post or artwork I am interested in just before, but it's...
Fix incorrect relative mouse coordinates for `Gallery` preview overlay. This fixes navigation issues in `Gallery`. The issue doesn't occur in Spaces/Storybook because `clientX` and `offsetX` aren't so different, but it...
Lower the minimum supported OS versions to macOS 10.15 and iOS 13, the lowest versions that support Swift Concurrency. Also I noticed an issue while creating a polyfill: [the Twitter...
Fixed the layout for visionOS to be vertical like Mac Catalyst, and padded it with 16px to prevent overflow. | Before | After | | ------ | ----- | |...