forked from ionic-team/capacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of generating the Podfile, just fill it with dependencies
- Loading branch information
1 parent
d3ccecd
commit 5b162c6
Showing
2 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
platform :ios, '10.0' | ||
use_frameworks! | ||
|
||
target 'App' do | ||
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | ||
use_frameworks! | ||
# Add your Pods here | ||
|
||
# Pods for IonicRunner | ||
# Automatic Capacitor Pod dependencies, do not delete | ||
pod 'Capacitor' | ||
# Do not delete | ||
end |