Skip to content

Commit fd5b34e

Browse files
committed
Merge branch 'main' of github.com:bugfender/BugfenderSDK-iOS
2 parents 13b2f50 + a028dbb commit fd5b34e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,20 @@ First of all you will need to add the framework to your project.
2222

2323
## Using Swift Package Manager
2424

25-
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" >
25+
1. In Xcode go to the target's `General` tab and press on the icon to add a new library
26+
![](readme-images/spm/spm1.png)
2627

2728
2. In the popover choose `Add Other` and then `Add Package Dependency...`
28-
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/master/readme-images/spm/spm2.png?raw=true" width="300" >
29+
![](readme-images/spm/spm2.png)
2930

3031
3. Paste the GitHub url from the Bugfender iOS repository `https://github.com/bugfender/BugfenderSDK-iOS` in the textfield and press `Next`
31-
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/master/readme-images/spm/spm3.png?raw=true" width="400" >
32+
![](readme-images/spm/spm3.png)
3233

3334
4. Leave the first option checked and press `Next`
34-
<img src="https://github.com/bugfender/BugfenderSDK-iOS/blob/master/readme-images/spm/spm4.png?raw=true" width="400" >
35+
![](readme-images/spm/spm4.png)
3536

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

3940
6. Import `SystemConfiguration.framework`, `Security.framework`, `CoreServices.framework`, `CoreGraphics.framework` and `libc++.tbd` as well.
4041

0 commit comments

Comments
 (0)