Skip to main content

Integrating with Swift Package Manager

After getting the access token for Dyneti's repo access:

  1. Open your project in Xcode
  2. Click on File -> Add Packages
  3. Paste the distribution repository URL below into the search bar: https://dyscan-fraud@github.com/dyneti/dyscan-ios-distribution-fraud.git
  4. When asked for a password for user "dyscan-fraud", enter your access token
  5. Click on dyscan-ios-distribution-fraud in the list
  6. Choose branch dependency rule from the combobox
  7. Type master into the field on the right (this will get you the most up-to-date release)
  8. Choose your project from the combobox below
  9. Click "Add Package"
  10. Wait for the fetching process to complete
  11. Choose the right package product (DyScanFraud or DyScanFraud/eu)
  12. Click "Add Package"

At this point, DyScan should be usable in your project.