Skip to content

Commit

Permalink
Create dev.md (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBallmann authored Sep 6, 2022
1 parent 3f9f867 commit f7b0b15
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Usage Verifier + Wallet App (iOS)

## Packages
Both apps need several [packages](https://github.com/eu-digital-green-certificates/dgca-verifier-app-ios#documentation) to run properly. Those are already present in the application and need to be up-to-date in order for the app to run.

### Updating the app's packages
In XCode run
> File > Packages > Update to Latest Package Versions
If you encounter errors upon building the project, run
> File > Packages > Reset Package Caches
and
> Product > Clean Build Folder.
## Changing the apps configuration
The apps can be configured to talk to endpoints sepearetely defined in a file called _context.json_. This file can be found in the file explorer under:
> dgca-verifier-app-ios > context > Release/Test > _context.json_
_Release_ is the context file used when building for production.

_Test_ is the context file used when building for testing.

## Signing the application
Please use your own enterprise Apple Developer Account for signing.

## Where do I find the latest version?
#### Verifier App:
> Branch: feature/multy-type-certificate
> Commit: ffec1
#### Wallet App:
> Branch: feat/smart-health-cards
> Commit: d6d9e8

0 comments on commit f7b0b15

Please sign in to comment.