summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-07-27 11:18:15 -0400
committerGitHub <noreply@github.com>2020-07-27 11:18:15 -0400
commit1c7b665c7a8dce97391ece746a21a0e75948d5a5 (patch)
tree3326f4ea3fcfd394999158d8b78f2ecc49934dd0
parentb14dd65ac1a36e4f9d0ddbe8a0af2b2b3848b763 (diff)
downloadsdl_ios-1c7b665c7a8dce97391ece746a21a0e75948d5a5.tar.gz
Apply suggestions from code review
Co-authored-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63d1988ae..161099070 100644
--- a/README.md
+++ b/README.md
@@ -24,13 +24,13 @@ The mobile library component of SDL is meant to run on the end user’s smart-de
You can find guides and documentation on how to use this library at the [SmartDeviceLink website](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/). You can find the upcoming releases roadmap at the [SDL Evolution Github](https://github.com/smartdevicelink/sdl_evolution#recent-and-upcoming-releases).
### Installing
-To install this library as a framework in your app, see the [Installation Guide](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/).
+To install this library as a framework in your app, see the [Installation Guide](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/). There are instructions on how to install using the dependency managers CocoaPods, Carthage, and Accio, as well as how to install the library framework manually.
#### Adding a Dynamic Framework
Tagged to our releases is a dynamic framework file that can be drag-and-dropped into the application. Dynamic frameworks are supported on iOS 8+. **WARNING: You cannot submit your app to the app store with the framework as is. You MUST strip the simulator part of the framework first. Strip the x64 and i386 portions first like so:**
```bash
-lipo -remove i386 -remove x86_64 -o SmartDeviceLink.framework/SmartDeviceLink SmartDeviceLink.framework/SmartDeviceLink`
+lipo -remove i386 -remove x86_64 -o SmartDeviceLink.framework/SmartDeviceLink SmartDeviceLink.framework/SmartDeviceLink
```
You can check the current architectures like so: