Skip to content

Commit

Permalink
fix(ios): installation via plugin add only
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Jan 17, 2019
1 parent d3c4136 commit 74460be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@
<framework src="lottie-ios" type="podspec" spec="2.5.2" />
<dependency id="cordova-plugin-add-swift-support" version="^1.7.2" />

<!-- Regular installation -->
<pods-config use-frameworks="true" />
<dependency id="cordova-plugin-cocoapods-support" version="^1.6.0" />

<hook type="before_prepare" src="hooks/ios/fix_code_sign_entitlements.js"/>
<hook type="before_plugin_install" src="hooks/ios/update_pod_repo.sh"/>

<!-- Ionic installation, no cordova build used -->
<hook type="after_platform_add" src="hooks/ios/patch_podfile.js"/>
<hook type="after_platform_add" src="hooks/ios/install_pods.sh"/>
</platform>
Expand Down

0 comments on commit 74460be

Please sign in to comment.