Releases: sayuru-akash/drivedock
Releases · sayuru-akash/drivedock
DriveDock 1.0.0
DriveDock 1.0.0
DriveDock is a native macOS uploader for Google Drive. This release includes a drag-to-Applications DMG and a zipped app bundle.
Downloads
DriveDock-1.0.0-macOS.dmg: recommended installer. Open it, dragDriveDock.appto Applications, then launch the app.DriveDock-1.0.0-macOS.zip: plain app bundle archive for users who prefer zip downloads.*.sha256: checksums for verifying downloads.
Signing
Unsigned/ad-hoc signed.
Because this build is not Apple notarized, macOS Gatekeeper may require Control-click > Open on first launch. You can also build from source with your own local signing identity.
Verify
shasum -a 256 -c "DriveDock-1.0.0-macOS.dmg.sha256"
shasum -a 256 -c "DriveDock-1.0.0-macOS.zip.sha256"Build From Source
Users who prefer their own local signing can clone the repo, configure Google OAuth credentials, and build in Xcode or run:
xcodebuild -scheme DriveDock -configuration Release build