Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update podfile to 0.5.1 release commit and use stylingString #230

Merged
merged 2 commits into from Mar 20, 2017

Conversation

sarahsnow1
Copy link
Member

@sarahsnow1 sarahsnow1 commented Mar 20, 2017

Overview

Fixes build errors caused by outdated tangram dependency

Proposed Changes

Updates the tangram dependency to point to the 0.5.1 release commit and migrates sdk to use renamed stylingString property

Closes #227
Closes #229

Podfile Outdated
@@ -4,7 +4,7 @@ use_frameworks!
def shared_pods
pod 'Pelias', '~> 1.0.0-beta'
pod 'OnTheRoad', :git => 'https://github.com/mapzen/on-the-road_ios.git', :commit => '603fe7a'
pod 'Tangram-es', :git => 'https://github.com/tangrams/ios-framework.git', :branch => 'universal-0.5.1-preview'
pod 'Tangram-es', :git => 'https://github.com/tangrams/ios-framework.git', :branch => 'master', :commit => 'a1b1338'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the 0.5.1 release has fully propagated in Cocoapods. Lets use that instead?

@msmollin msmollin merged commit ba7815a into master Mar 20, 2017
@msmollin msmollin deleted the 227-styling-string branch March 20, 2017 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants