summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-22 10:15:36 -0500
committerGitHub <noreply@github.com>2018-01-22 10:15:36 -0500
commit3663c8619054d837da62b2d94c3989012477624b (patch)
tree0ac9230bf0e3897923f5b86d1269378fc4904e4b
parent2ec14cb076f2332f25db57d7320a6c587038b491 (diff)
downloadsdl_ios-3663c8619054d837da62b2d94c3989012477624b.tar.gz
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e4098204..f91da8c81 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,12 @@ Tagged to our releases is a dynamic framework file that can be drag-and-dropped
lipo -remove i386 -remove x86_64 -o SmartDeviceLink.framework/SmartDeviceLink SmartDeviceLink.framework/SmartDeviceLink`
```
+You can check the current architectures like so:
+
+```
+lipo -info SmartDeviceLink.framework/SmartDeviceLink
+```
+
### Reference Documentation
You can find the latest reference documentation on [SmartDeviceLink.com Documentation](https://smartdevicelink.com/en/docs/iOS/master/), and view guides on [SmartDeviceLink.com Guides](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/).