SailReal / ios

Cryptomator for iOS

Home Page:https://cryptomator.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptomator for iOS

Build Twitter Crowdin Community

Cryptomator offers multi-platform transparent client-side encryption of your files in the cloud.

This is the repository for the new iOS app of Cryptomator, which has been rewritten from the ground up and is currently in a beta phase.

Try it out for free via TestFlight: https://testflight.apple.com/join/WMtYSrzD

If you're looking for the current App Store version and would like to report an issue, check out the other repository: https://github.com/cryptomator/cryptomator-ios

Building

Create Secrets

If you are building with Xcode, create a .cloud-access-secrets.sh file in the root directory. Its contents should look something like this:

#!/bin/sh
export DROPBOX_APP_KEY=...
export GOOGLE_DRIVE_CLIENT_ID=...
export GOOGLE_DRIVE_REDIRECT_URL_SCHEME=...
export ONEDRIVE_CLIENT_ID=...
export ONEDRIVE_REDIRECT_URI_SCHEME=...

And then run ./create-cloud-access-secrets-file.sh once. Of course, if you change the secrets, you have to run that script again.

If you are building via a CI system, set these secret environment variables accordingly.

Contributing

Please read our contribution guide, if you would like to report a bug, ask a question or help us with coding.

This project uses SwiftFormat and SwiftLint to enforce code style and conventions. Install these tools if you haven't already.

Please make sure that your code is correctly formatted and passes linter validations. The easiest way to do that is to set up a pre-commit hook. Create a file at .git/hooks/pre-commit with this content:

./Scripts/process.sh --staged
exit $?

And make your pre-commit hook executable:

chmod +x .git/hooks/pre-commit

Code of Conduct

Help us keep Cryptomator open and inclusive. Please read and follow our Code of Conduct.

License

Distributed under the GPLv3. See the LICENSE file for more info.

About

Cryptomator for iOS

https://cryptomator.org

License:GNU General Public License v3.0


Languages

Language:Swift 96.4%Language:Python 1.6%Language:Objective-C 0.9%Language:HTML 0.6%Language:Shell 0.4%Language:Ruby 0.2%Language:CSS 0.1%