LostPass is a LastPass native client for iOS. It's not available on the App Store because LastPass requested that I take it down. So I did. Now it's on GitHub.
http://detunized.net/lostpass/
-
After cloning don't forget to init the submodules to get cURL and OpenSSL.
-
Before building it
cd
intocURL-SSL-for-iOS
and runbuild-libraries.sh
. You might need to modify the iOS SDK version incURL-SSL-for-iOS/cURL/build-libcurl.sh
andcURL-SSL-for-iOS/OpenSSL/build-libssl.sh
.