meta-secret / meta-secret-mobile

Meta Secret Mobile IOS Application (Decentralized Password Manager)
https://meta-secret.org
Apache License 2.0
9 stars 1 forks source link
end-to-end-encryption ios rust swift5

Meta Secret Mobile Application

vault-server api

http://api.meta-secret.org

STEPS TO BUILD

You'll need installed Android Studio & XCode

  1. Download Meta-Secret-Core project from here
  2. Download Meta-Secret-Mobile project from here
  3. Move to the folder where you downloaded Meta-Secret-Core project

FOR IOS

  1. Run sh iosBuild.sh
  2. Go to the folder where you downloaded Meta-Secret-Mobile project
  3. In terminal do pod install command
  4. Open MetaSecret.xcworkspace in XCode
  5. Copy MetaSecretCore.xcframework from Meta-Secret-Core/target to the RustLib folder (just drag-n-drop it)
  6. Select MetaSecret project file in xcode
  7. In oppened window select TARGETS: MetaSecret
  8. Switch to BuildPhases
  9. In Link Binary With Libraries press + sign and select added MetaSecretCore if it wasn't added automaticaly
  10. Build a project (Cmd+B)