Temple is one of the most popular wallet in Tezos blockchain ecosystem. The Android app has been released to Google Play, but iOS app not yet.
2022/07/13 Update: Let’s look at what frameworks are inside Temple iOS app v1.2:
➜ TempleWallet.app ls -1 Frameworks/
libswiftAccelerate.dylib
libswiftCore.dylib
libswiftCoreFoundation.dylib
libswiftCoreGraphics.dylib
libswiftCoreImage.dylib
libswiftCoreLocation.dylib
libswiftDarwin.dylib
libswiftDispatch.dylib
libswiftFoundation.dylib
libswiftMetal.dylib
libswiftObjectiveC.dylib
libswiftQuartzCore.dylib
libswiftUIKit.dylib
libswiftos.dylib
themis.framework
themis
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://github.com/cossacklabs/themis
The rest libswift* exist for supporting iOS version earlier than 12.2 (currently supporting iOS 12.0 or later).
It is developed with React Native, again. But it is the first of its kind that supports iPad app I’ve ever seen!
There’s madfish-solutions/templewallet-mobile on the Github. Third-party libraries below:
- package.json: in JavaScript
- Podfile.lock: from iOS CocoaPods
- build.gradle: for Android app