Releases: duddu/auto-accept-airplay-requests
Releases · duddu/auto-accept-airplay-requests
v1.2.0
Download:
Version |
Build |
Size |
Format |
1.2.0 |
2503120450 |
1056 KB |
bundle with Mach-O universal (x86_64 arm64) |
🔏 Click here to inspect the code signature and verify it locally
Run this command from your terminal to verify the code signature of the application:
codesign --verify --display -r- --verbose=3 "<DIR_PATH>/Accept AirPlay Requests.app"
# Where <DIR_PATH> is the folder where you stored the downloaded app bundle
The output should contain a CDHash
value matching one of these:
Architecture |
Code signature hash (CDHash) |
ARM64 |
34a7961f80299adf8ac065a3fd9ec3940e811332 |
x68-64 |
867cfec59c9d7704ec680333435c9ac5607f8936 |
The rest of your code signature can be validated against the output below:
Executable=<DIR_PATH>/Accept AirPlay Requests.app/Contents/MacOS/Accept AirPlay Requests
Identifier=dev.duddu.AcceptAirPlayRequests
Hash type=sha256 size=32
Signature size=4795
Authority=Apple Development: **** (28NH776LJD)
Authority=Apple Worldwide Developer Relations Certification Authority
Authority=Apple Root CA
Signed Time=Mar 12, 2025 at 04:50:44
Info.plist entries=29
Runtime Version=15.2.0
Sealed Resources version=2 rules=13 files=4
designated => identifier "dev.duddu.AcceptAirPlayRequests" and anchor apple generic and certificate leaf[subject.CN] = "Apple Development: **** (28NH776LJD)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */
#️⃣ Click here to display the checksums for the release assets
Asset filename |
Checksum (SHA-256) |
Accept_AirPlay_Requests_v1.2.0_2503120450.app.zip |
73e1c8dbfc64a6a30848db9c2ca90c2e646e3f85a2821566d69399b48a4f38c3 |
Accept_AirPlay_Requests_v1.2.0_2503120450.app.tgz |
1510906e2743a1078ddc74508191643fcb69a3f68f91c8f005fb445d3f9fb221 |
Changelog:
v1.1.1...v1.2.0
v1.1.1
Version |
Build |
Format |
Architecture |
1.1.1 |
2502170313 |
macOS bundle |
universal (x86_64 arm64) |
Expand code signature data
Field |
Value |
Authority |
Apple Development: *** (28NH776LJD) |
CDHash (arm64) |
81d03a3ea55bb85a7c9a01e1419c284d85506be6 |
CDHash (x86_64) |
e9743130ca4ce8b9315bb979f515999cc4c6d3be |
Identifier |
dev.duddu.AcceptAirPlayRequests |
Signed Time |
Feb 17, 2025 at 03:13:10 |
TeamIdentifier |
82FJB5QMSS |
To verify the signature locally run this command and compare the outputs:
codesign -d -r- -vvv '<PATH_TO_APP>/Accept AirPlay Requests.app'
Changelog
v1.1.0...v1.1.1
v1.1.0
Version |
Build |
Format |
Architecture |
1.1.0 |
2502071519 |
macOS bundle |
universal (x86_64 arm64) |
Expand code signature data
Field |
Value |
Authority |
Apple Development: *** (28NH776LJD) |
CDHash (arm64) |
5d35b8d299262113fe7c134d603aef2dd92f4f05 |
CDHash (x86_64) |
a56184db5df14c415e3416694a15d1a14444850c |
Identifier |
dev.duddu.AcceptAirPlayRequests |
Signed Time |
Feb 7, 2025 at 15:20:08 |
TeamIdentifier |
82FJB5QMSS |
To verify the signature locally run this command and compare the outputs:
codesign -d -r- -vvv '<PATH_TO_APP>/Accept AirPlay Requests.app'
Changelog
v1.0.0...v1.1.0
v1.0.0
Version |
Build |
Format |
Architecture |
1.0.0 |
2501230022 |
macOS bundle |
universal (x86_64 arm64) |
Expand code signature data
Field |
Value |
Authority |
Apple Development: *** (28NH776LJD) |
CDHash (arm64) |
fee48a9c99f2674c1f31e2a352e18ce87622f8b9 |
CDHash (x86_64) |
39d3acc656780b01d84fdfba153cb81586b05459 |
Identifier |
dev.duddu.AcceptAirPlayRequests |
Signed Time |
Jan 23, 2025 at 00:23:05 |
TeamIdentifier |
82FJB5QMSS |
To verify the signature locally run this command and compare the outputs:
codesign -d -r- -vvv '<PATH_TO_APP>/Accept AirPlay Requests.app'
Changelog
https://github.com/duddu/auto-accept-airplay-requests/commits/v1.0.0