pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift is:merged
Filter by
319 results
insindresorhus (press backspace or delete to remove)close #164
I added NSPrivacyCollectedDataType with reference to the following page and verified that the privacy manifest is
generated correctly.
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests ...
Apple has declared that it will reject applications and SDKs without a privacy manifest starting in the spring of 2024.
SDKs that use UserDefaults need a privacy manifest, so PrivacyInfo.xcprivacy has ...
- Improved and bugfixed trimming of frames with low motion.
- Optimized GIF encoder and a few dependencies. The new binary is even a bit smaller.
I plan a new major release, so I think it s time to remove it. I will make it clear in the release notes that users need
to migrate to v5 first if they are coming from v4.
This PR changes the internal code of the @Default property wrapper, so it uses StateObject instead of ObservableObject.
This fixes #144
As StateObject is not supported in SwiftUI 1.0, an @available has ...
Currently I am using a Text view manually to localize the title to my shortcut recorder, because the existing
initializer only takes a String and isn t localized automatically.
This PR adds a second initializer ...
NSMenuItem has been leaked after calling setShortcuts and KeyboardShortcuts.removeAllHandlers.
The leak is caused by a callback function registered in the notification center that captures an NSMenuItem. ...
This pull request makes iOS and iPadOS previews work for SwiftUI multiplatform apps.
- Dropped dependency on a C compiler
- Changed how lipo integration works with Rust builds