From a30bcff7257f6f6d2104f8d0e5b32f77266ac879 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 25 Sep 2018 17:15:09 -0700 Subject: [ios, build] Use make iframework for all packaging --- platform/ios/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/ios/INSTALL.md') diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md index bfa7bf7ceb..25dbc53bdc 100644 --- a/platform/ios/INSTALL.md +++ b/platform/ios/INSTALL.md @@ -81,7 +81,7 @@ A nightly build of the dynamic framework, based on the master branch, is availab You can alternatively install the SDK as a static framework: -1. Build from source using the `make ipackage` command. +1. Build from source using the `make iframework FORMAT=static BUILDTYPE=Release` command. 1. Drag the Mapbox.bundle and Mapbox.framework from the `build/ios/pkg/static/` directory into the Project navigator. In the sheet that appears, make sure “Copy items if needed” is checked, then click Finish. Open the project editor and select your application target to verify that the following changes occurred automatically: @@ -109,7 +109,7 @@ You can alternatively install the SDK as a static framework: To test pre-releases and/or betas, you can reference the pre-release like so in your Podfile: ```rb -pod 'Mapbox-iOS-SDK', podspec: 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native//platform/ios/Mapbox-iOS-SDK.podspec' +pod 'Mapbox-iOS-SDK-symbols', podspec: 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native//platform/ios/Mapbox-iOS-SDK-symbols.podspec' ``` ##### Testing nightly releases with CocoaPods -- cgit v1.2.1