commit c72370e05871f9f95fb7272c40c0aae2c51f3eb2 parent b82ac78b30dcaa2957716320de18e87a5482b883 Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> Date: Sat, 20 Aug 2022 16:13:00 -0400 add README.md Diffstat:
| A | README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,14 @@ +# GNU Taler iOS Code Repository + +This git repository contains code for GNU Taler iOS apps and libraries. +The official location is: + + https://git.taler.net/taler-ios.git + +## Building + +Before building anything, you should initialize and update the submodules by running + + $ ./bootstrap + +To build the app, open `Taler.xcodeproj` with Xcode. The minimum version of iOS supported is 13.0. This iOS version is compatible on all iPhone models at least as new as the iPhone 6S.