Integrating with Swift Package Manager
After getting the access token for Dyneti's repo access:
- Open your project in Xcode
- Click on File -> Add Packages
- Paste the distribution repository URL below into the search bar:
https://dyscan-fraud@github.com/dyneti/dyscan-ios-distribution-fraud.git
- When asked for a password for user "dyscan-fraud", enter your access token
- Click on
dyscan-ios-distribution-fraud
in the list - Choose
branch
dependency rule from the combobox - Type
master
into the field on the right (this will get you the most up-to-date release) - Choose your project from the combobox below
- Click "Add Package"
- Wait for the fetching process to complete
- Choose the right package product (DyScanFraud or DyScanFraud/eu)
- Click "Add Package"
At this point, DyScan should be usable in your project.