summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-02-18 14:51:51 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-02-18 14:51:51 -0800
commit9f4e8dd676a61289361ed8a0a79bd6582a6854d5 (patch)
tree598776211ad311f6e112a98b9b5feab7853a9ec6
parent1c25dc098e837256a990225f2a2cc82a1eb6d1e3 (diff)
downloadqtlocation-mapboxgl-9f4e8dd676a61289361ed8a0a79bd6582a6854d5.tar.gz
[ios] Removed manual framework linking from installation instructions
Even these three are no longer needed, now that the umbrella header pulls them in.
-rw-r--r--ios/docs/pod-README.md6
-rw-r--r--platform/ios/INSTALL.md6
2 files changed, 0 insertions, 12 deletions
diff --git a/ios/docs/pod-README.md b/ios/docs/pod-README.md
index 9a901dec0a..f5c3061478 100644
--- a/ios/docs/pod-README.md
+++ b/ios/docs/pod-README.md
@@ -35,12 +35,6 @@ If your application targets iOS 7.x, you’ll need to install the static framewo
1. Open the project editor and select your application target. Drag `Mapbox.framework` from the `static` folder into the “Embedded Binaries” section of the General tab. (Don’t drag it into the “Linked Frameworks and Libraries” section; Xcode will add it there automatically.) In the sheet that appears, make sure “Copy items if needed” is checked, then click Finish.
-1. Add the following Cocoa Touch frameworks and libraries to the “Linked Frameworks and Libraries” section:
-
- - `GLKit.framework`
- - `ImageIO.framework`
- - `MobileCoreServices.framework`
-
1. In the Build Settings tab, add `-ObjC` to the “Other Linker Flags” (`OTHER_LDFLAGS`) build setting.
{{/STATIC}}
diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md
index 776c02ecf4..fab16bbfea 100644
--- a/platform/ios/INSTALL.md
+++ b/platform/ios/INSTALL.md
@@ -97,12 +97,6 @@ If your application targets iOS 7.x, you’ll need to install the static framewo
1. Open the project editor and select your application target. Drag `build/ios/pkg/static/Mapbox.framework` into the “Embedded Binaries” section of the General tab. (Don’t drag it into the “Linked Frameworks and Libraries” section; Xcode will add it there automatically.) In the sheet that appears, make sure “Copy items if needed” is checked, then click Finish.
-1. Add the following Cocoa Touch frameworks and libraries to the “Linked Frameworks and Libraries” section:
-
- - `GLKit.framework`
- - `ImageIO.framework`
- - `MobileCoreServices.framework`
-
1. In the Build Settings tab, add `-ObjC` to the “Other Linker Flags” (`OTHER_LDFLAGS`) build setting.
### Use