Skip to content

Commit

Permalink
- Updated assets references
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVot committed Nov 9, 2020
1 parent 7727586 commit 7e0c946
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ First of all you will need to add the framework to your project.

## Using Swift Package Manager

1. In Xcode go to the target's `General` tab and press on the icon to add a new library <img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/beta/readme-images/spm/spm1.png?raw=true" width="400" >
1. In Xcode go to the target's `General` tab and press on the icon to add a new library <img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/master/readme-images/spm/spm1.png?raw=true" width="400" >

2. In the popover choose `Add Other` and then `Add Package Dependency...`
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/beta/readme-images/spm/spm2.png?raw=true" width="300" >
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/master/readme-images/spm/spm2.png?raw=true" width="300" >

3. Paste the GitHub url from the Bugfender iOS repository `https://github.com/bugfender/BugfenderSDK-iOS` in the textfield and press `Next`
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/beta/readme-images/spm/spm3.png?raw=true" width="400" >
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/master/readme-images/spm/spm3.png?raw=true" width="400" >

4. Leave the first option checked and press `Next`
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/beta/readme-images/spm/spm4.png?raw=true" width="400" >
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/master/readme-images/spm/spm4.png?raw=true" width="400" >

5. Xcode will download the Bugfender files and you will be prompted with the following menu. Ensure BugfenderSDK is selected and press Finish
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/beta/readme-images/spm/spm5.png?raw=true" width="400" >
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/master/readme-images/spm/spm5.png?raw=true" width="400" >

## Using Carthage
1. Add to your Cartfile:
Expand Down

0 comments on commit 7e0c946

Please sign in to comment.