Skip to content

Releases: MacPaw/PermissionsKit

1.0.6: Fix FDA issues on macOS 14.4.1

15 Apr 10:18
97c2636
Compare
Choose a tag to compare

What's Changed

  • Fixed Full Disk Access always returns an authorized status by TCC.db. by @starinav in #30
  • Handling write-only authorization status by @starinav in #32
  • Release/1.0.6 by @fuzza in #33

New Contributors

Full Changelog: 1.0.5...1.0.6

SHA256:

  • PermissionsKit.framework.zip - 0d9016f42bb744cdcbf1566bf33d50be5d3ef9c1c385c026636e746ddba97661
  • PermissionsKit.framework.dSYM.zip - 48b5d7ecbf47c6065c4f89c601925057ba5adbb3848bf8c88934b6e23b08d356

Fix framework structure 1.0.5

07 Jul 09:08
eccd871
Compare
Choose a tag to compare

Fixed internal framework structure (symlinks) to remove codesigning errors.

Actual framework path and checksum

.binaryTarget(
            name: "PermissionsKit",
            url: "https://github.com/MacPaw/PermissionsKit/releases/download/1.0.5/PermissionsKit.xcframework.zip",
            checksum: "c912c743db518b6d9cd431d69410e7f7d183349f881fc4493e8fa8e8abee9905"
),

1.0.4: Merge pull request #27 from MacPaw/bump_version_to_1_0_4

09 Feb 07:29
e154061
Compare
Choose a tag to compare

Added SPM as a local package.
To add PermissionsKit as a local SPM package download the PermissionsKitWrapper.zip file, unarchive it, add it to your project folder, or put whatever you want then add it as a local SPM dependency to your project.

Update binaryTarget's URL and checksum if needed to actual.

.binaryTarget(
            name: "PermissionsKit",
            url: "https://github.com/MacPaw/PermissionsKit/releases/download/1.0.4/PermissionsKit.xcframework.zip",
            checksum: "e7110961af5a7a94f3571a98ebbabfd81efa4cf4914ca70c7b2ffbdd6fff0c9c"
),

Add distribution as SPM local package

08 Feb 15:19
Compare
Choose a tag to compare

Added SPM as a local package.
To add PermissionsKit as a local SPM package download the PermissionsKitWrapper.zip file, unarchive it, add it to your project folder, or put whatever you want then add it as a local SPM dependency to your project.

Update binaryTarget's URL and checksum if needed to actual.

.binaryTarget(
            name: "PermissionsKit",
            url: "https://github.com/MacPaw/PermissionsKit/releases/download/1.0.3/PermissionsKit.xcframework.zip",
            checksum: "6681f76eb3dec8f4296fa825d02a8c8e0002e455f7821e3da5bd79060fea3063"
)

Fix FDA status check

08 Jun 13:32
bf56eb5
Compare
Choose a tag to compare

Use multiple files when checking for FDA status

Initial

21 Sep 11:00
c07847b
Compare
Choose a tag to compare
1.0

Update README.md