Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Removed manual framework linking from installation instructions
Browse files Browse the repository at this point in the history
Even these three are no longer needed, now that the umbrella header pulls them in.
  • Loading branch information
1ec5 committed Feb 18, 2016
1 parent 1c25dc0 commit 9f4e8dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions ios/docs/pod-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
6 changes: 0 additions & 6 deletions platform/ios/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f4e8dd

Please sign in to comment.