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@github.com/Dyneti/dyscan-ios-distribution.git
When asked for a password for user "dyscan", enter your access token
Click on
dyscan-ios-distribution
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 (DyScan or DyScan/eu)
12. Click "Add Package"
At this point, DyScan should be usable in your project.
Last updated