Swift / iOS / macOS developers often need to share builds, .ipa files, dSYM archives, or crash reports with teammates or testers without uploading to App Store Connect or setting up a shared drive.
FileShot.io handles this without any infrastructure setup:
- Drag your .ipa, .xcarchive, or dSYM onto fileshot.io
- File is encrypted with AES-256-GCM in the browser before upload
- You get a share URL where the decryption key is only in the fragment — server never sees the plaintext
- Recipient opens the URL in any browser, file decrypts and downloads locally
No accounts, no Apple developer account required on the recipient side, nothing persists indefinitely.
Open source MIT: https://github.com/FileShot/FileShotZKE
Live: https://fileshot.io
Could be useful to list as a developer utility.
Swift / iOS / macOS developers often need to share builds, .ipa files, dSYM archives, or crash reports with teammates or testers without uploading to App Store Connect or setting up a shared drive.
FileShot.io handles this without any infrastructure setup:
No accounts, no Apple developer account required on the recipient side, nothing persists indefinitely.
Open source MIT: https://github.com/FileShot/FileShotZKE
Live: https://fileshot.io
Could be useful to list as a developer utility.