Skip to content

Commit

Permalink
Fixed typo in hook file name
Browse files Browse the repository at this point in the history
  • Loading branch information
louisg1337 committed May 3, 2024
1 parent 8aa0010 commit 75c0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.cordovabuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</feature>
<platform name="ios">
<preference name="deployment-target" value="12.0"/>
<hook src="hooks/before_build/ios/ios_podfile_edit.js" type="before_build" />
<hook src="hooks/before_build/ios/ios_change_deployment.js" type="before_build" />
<hook src="hooks/after_platform_add/ios/ios_copy_locales.js" type="after_platform_add" />
<resource-file src="GoogleService-Info.plist" />
<preference name="WKWebViewOnly" value="true" />
Expand Down

0 comments on commit 75c0c06

Please sign in to comment.