Add initial iOS application
This is already in a working state, but is still missing a few things. For example, there is no proper progress indication during generation and the UI just hangs and there's no way to delete a site yet.
This commit is contained in:
parent
aae80c85e1
commit
43adab7b39
17 changed files with 1735 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,8 @@
|
|||
*.o
|
||||
*~
|
||||
scrypt-pwgen
|
||||
iOS/DerivedData
|
||||
iOS/ObjFW.framework
|
||||
iOS/ObjFW_Bridge.framework
|
||||
iOS/scrypt-pwgen.xcodeproj/project.xcworkspace
|
||||
iOS/scrypt-pwgen.xcodeproj/xcuserdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue