summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-22 10:14:44 -0500
committerGitHub <noreply@github.com>2018-01-22 10:14:44 -0500
commit2ec14cb076f2332f25db57d7320a6c587038b491 (patch)
treef3bf0d8ed0cb34a7803976dc30533a713059bb1a
parent714f8d9968ea34aa918852b87c1f8c8f4a88cf8c (diff)
downloadsdl_ios-2ec14cb076f2332f25db57d7320a6c587038b491.tar.gz
Update README.md
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a20f1c45f..9e4098204 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,11 @@ If you are building a Swift app, then include both packaged frameworks for expan
##### 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: ` lipo -remove i386 -remove x86_64 -o SmartDeviceLink.framework/SmartDeviceLink SmartDeviceLink.framework/SmartDeviceLink`.**
+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:**
+
+```
+lipo -remove i386 -remove x86_64 -o SmartDeviceLink.framework/SmartDeviceLink SmartDeviceLink.framework/SmartDeviceLink`
+```
### Reference Documentation