Skip to content

Commit

Permalink
remove resource folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-kremer93 committed Oct 28, 2020
1 parent 7cb00fa commit 5daaa1e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@ When submitting an issue please specify your AppsFlyer sign-up (account) email ,

## Swift Package Manager
### Introduction
Starting from 6.0.5, AppsFlyer SDK supports installation via [Swift Package Manager](https://swift.org/package-manager/).
AppsFlyer SDK version 6.0.8 (ONLY!) supports installation via [Swift Package Manager](https://swift.org/package-manager/).

### Installation
In Xcode go to: ```File -> Swift Packages -> Add Package Dependency...```

<img src="docs/resources/1.png">
![Step 1](https://github.com/amit-kremer93/resources/blob/main/1.png)

Enter the AppsFlyer SDK GitHub repository - ```https://github.com/AppsFlyerSDK/AppsFlyerFramework```

<img src="docs/resources/2.png">
![Step 2](https://github.com/amit-kremer93/resources/blob/main/2.png)

Select the SDK version you want to add (Note: SPM available only from 6.0.5)
Select the exact SDK version 6.0.8

<img src="docs/resources/3.png">
![Step 3](https://github.com/amit-kremer93/resources/blob/main/3.png)

Select the AppsFlyerLib library

<img src="docs/resources/4.png">
![Step 4](https://github.com/amit-kremer93/resources/blob/main/4.png)

In your ```AppDelegate``` file: import AppsFlyerLib module

<img src="docs/resources/5.png">
![Step 5](https://github.com/amit-kremer93/resources/blob/main/5.png)

Start to use AppsFlyer SDK

<img src="docs/resources/6.png">
![Step 6](https://github.com/amit-kremer93/resources/blob/main/6.png)



Binary file removed docs/resources/1.png
Binary file not shown.
Binary file removed docs/resources/2.png
Binary file not shown.
Binary file removed docs/resources/3.png
Binary file not shown.
Binary file removed docs/resources/4.png
Binary file not shown.
Binary file removed docs/resources/5.png
Binary file not shown.
Binary file removed docs/resources/6.png
Binary file not shown.

0 comments on commit 5daaa1e

Please sign in to comment.