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

Commit

Permalink
Updated Podfile sample to set platform to 9.0 and include cordova-wkw…
Browse files Browse the repository at this point in the history
…ebview-engine-plugin to match the latest updates to the project template.
  • Loading branch information
hollyschinsky committed Jun 10, 2016
1 parent 7564cc6 commit 458eaed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/2-tutorials/2-develop/1-embed-webview/1-ios.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 56,7 @@ Once you have CocoaPods installed, you'll need a native iOS project to work with

```ruby
# Define a global platform for your project
platform :ios, '8.0'
platform :ios, '9.0'

# CordovaLib Dependency Pod
pod 'Cordova'
Expand All @@ -79,7 79,8 @@ Once you have CocoaPods installed, you'll need a native iOS project to work with
pod 'cordova-plugin-file-transfer'
pod 'cordova-plugin-statusbar'
pod 'cordova-plugin-vibration'

pod 'cordova-plugin-wkwebview-engine'

# The following includes the PhoneGap iOS Platform Project Template for a quick start
pod 'phonegap-ios-template'

Expand Down

0 comments on commit 458eaed

Please sign in to comment.