├── .github ├── no-response.yml └── stale.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md ├── README.md ├── Resources ├── de.lproj │ └── Localizable.strings ├── en.lproj │ └── Localizable.strings ├── nl.lproj │ └── Localizable.strings ├── ru.lproj │ └── Localizable.strings └── zh-Hans.lproj │ └── Localizable.strings ├── SUPPORT.md └── cryptomator-ios.png /.github/no-response.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/.github/no-response.yml -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/README.md -------------------------------------------------------------------------------- /Resources/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/Resources/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/Resources/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/Resources/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/Resources/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /cryptomator-ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/cryptomator-ios/HEAD/cryptomator-ios.png --------------------------------------------------------------------------------