Find a file
Danny Moesch cfd74c773d Add Carthage wrapper to circumvent issues with Xcode 12
Carthage is currently not working with Xcode 12. As a workaround a wrapper script has been proposed (see https://gist.github.com/skymobilebuilds/61f4a95bd62a3db36b52719aeab7e0d5). Until the issue is fixed and Carthage can built again with Xcode 12, the wrapper must be used instead of the direct `carthage` command.
2020-09-19 18:52:27 -07:00
fastlane Update Gemfile/Fastfile 2020-07-26 16:00:18 -07:00
icon
img
pass Fix new warning caused by Swift 5.3 and bring SwiftLint rule in sync with it 2020-09-19 18:52:27 -07:00
pass.xcodeproj Fix new warning caused by Swift 5.3 and bring SwiftLint rule in sync with it 2020-09-19 18:52:27 -07:00
passAutoFillExtension Enable SwiftLint rule 'private_action' and fix all violations 2020-08-28 16:42:30 -07:00
passExtension Move Crypto functionality back to passKit 2020-09-06 17:59:55 -07:00
passKit Use correct bundle ID for extensions in beta app 2020-09-06 20:44:46 -07:00
passKitTests Refactor GitCredential to simplify it and to add tests 2020-09-06 20:12:36 -07:00
passShortcuts Refactor GitCredential to simplify it and to add tests 2020-09-06 20:12:36 -07:00
passTests Fix #407: Search all scanned segments for the key block footer 2020-08-31 14:05:19 -07:00
scripts Use SwiftFormat version 0.46.x 2020-08-28 16:42:30 -07:00
.gitignore Skip SwiftLint and SwiftFormat runs on CI build 2020-08-28 16:42:30 -07:00
.swift-version Format code with SwiftFormat automatically in every build 2020-08-25 15:10:13 -07:00
.swiftformat Polish SwiftLint and SwiftFormat configurations 2020-09-06 21:21:46 -07:00
.swiftlint.yml Enable SwiftLint rule 'trailing_comma' 2020-09-19 18:52:27 -07:00
.travis.yml Add Carthage wrapper to circumvent issues with Xcode 12 2020-09-19 18:52:27 -07:00
_config.yml
Cartfile
Cartfile.resolved Add Carthage wrapper to circumvent issues with Xcode 12 2020-09-19 18:52:27 -07:00
Gemfile Add rest-client in the Gemfile for mailgun 2020-07-25 09:23:16 -07:00
Gemfile.lock Update Gemfile/Fastfile 2020-07-26 16:00:18 -07:00
gopenpgp_build.sh Fix CI bulding issues 2020-07-25 00:34:31 -07:00
LICENSE
Podfile
README.md Add Carthage wrapper to circumvent issues with Xcode 12 2020-09-19 18:52:27 -07:00
wcarthage Add Carthage wrapper to circumvent issues with Xcode 12 2020-09-19 18:52:27 -07:00

Pass

GitHub release Gitter Build Status Donate

Pass is an iOS client compatible with ZX2C4's Pass command line application. It is a password manager using GPG for encryption and Git for version control.

Pass for iOS is available in App Store with the name "Pass - Password Store", and both iPhone and iPad are supported.

Download on the App Store

You can also help us test beta versions through TestFlight.

Features

  • Compatible with the Password Store command line tool.
  • View, copy, add, and edit password entries.
  • Encrypt and decrypt password entries by PGP keys.
  • Synchronize with your password Git repository.
  • User-friendly interface: search, long press to copy, copy and open link, etc.
  • Support one-time password tokens (two-factor authentication codes).
  • Autofill in Safari/Chrome and supported apps.

Screenshots

Usages

For more, please read the wiki page.

Building Pass for iOS

  1. Install libtool, automake, cmake, carthage, cocoapods, and go: brew install libtool automake cmake carthage cocoapods go.
  2. Install dependencies via Carthage in the project root directory: ./wcarthage update then ./wcarthage bootstrap --platform iOS. This may take some time.
  3. Run ./gopenpgp_build.sh to build go dependencies.
  4. Install dependencies via CocoaPods in the project root directory: pod install.
  5. Open the pass.xcworkspace file in Xcode.
  6. Build & Run.

License

MIT