crosswalk-project / crosswalk-ios

Crosswalk Project for iOS
https://crosswalk-project.org/
BSD 3-Clause "New" or "Revised" License
117 stars 77 forks source link

Fix Podfile in Sample #66

Closed RafuCater closed 9 years ago

RafuCater commented 9 years ago

Modify the deployment target to iOS 8.1

jondong commented 9 years ago

I'm not sure https://github.com/crosswalk-project/crosswalk-ios/blob/master/XWalkView/Podfile needs the same change. please verify. If so we can submit the change together in one PR.

RafuCater commented 9 years ago

@jondong PTAL, thanks.

jondong commented 9 years ago

@RafuCater we also need to fix the targeting platform version set in the .xcodeproj of each project, to make sure that the users who use Xcode to build the lib/demo can get the same result. You can file another PR to fix this.