diff --git a/README.md b/README.md index 5621107..3ade179 100644 --- a/README.md +++ b/README.md @@ -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...``` - +![Step 1](https://github.com/amit-kremer93/resources/blob/main/1.png) Enter the AppsFlyer SDK GitHub repository - ```https://github.com/AppsFlyerSDK/AppsFlyerFramework``` - +![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 - +![Step 3](https://github.com/amit-kremer93/resources/blob/main/3.png) Select the AppsFlyerLib library - +![Step 4](https://github.com/amit-kremer93/resources/blob/main/4.png) In your ```AppDelegate``` file: import AppsFlyerLib module - +![Step 5](https://github.com/amit-kremer93/resources/blob/main/5.png) Start to use AppsFlyer SDK - +![Step 6](https://github.com/amit-kremer93/resources/blob/main/6.png) diff --git a/docs/resources/1.png b/docs/resources/1.png deleted file mode 100644 index 73402ed..0000000 Binary files a/docs/resources/1.png and /dev/null differ diff --git a/docs/resources/2.png b/docs/resources/2.png deleted file mode 100644 index e40d878..0000000 Binary files a/docs/resources/2.png and /dev/null differ diff --git a/docs/resources/3.png b/docs/resources/3.png deleted file mode 100644 index c4caa11..0000000 Binary files a/docs/resources/3.png and /dev/null differ diff --git a/docs/resources/4.png b/docs/resources/4.png deleted file mode 100644 index 1db641b..0000000 Binary files a/docs/resources/4.png and /dev/null differ diff --git a/docs/resources/5.png b/docs/resources/5.png deleted file mode 100644 index 831a81a..0000000 Binary files a/docs/resources/5.png and /dev/null differ diff --git a/docs/resources/6.png b/docs/resources/6.png deleted file mode 100644 index f7e5c28..0000000 Binary files a/docs/resources/6.png and /dev/null differ