Skip to content

Commit

Permalink
change hook triggering iosAddTarget.js. Fixes the target not being ad…
Browse files Browse the repository at this point in the history
…ded to xcode project. (j3k0#72)
  • Loading branch information
devtobo authored and NiklasMerz committed Jan 1, 2020
1 parent cafd361 commit 7920363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SOFTWARE.

<hook type="before_plugin_install" src="hooks/npmInstall.js" />
<hook type="before_plugin_install" src="hooks/iosCopyShareExtension.js" />
<hook type="after_plugin_install" src="hooks/iosAddTarget.js" />
<hook type="after_plugin_add" src="hooks/iosAddTarget.js" />
<hook type="before_plugin_uninstall" src="hooks/iosRemoveTarget.js" />

<framework src="MobileCoreServices.framework" />
Expand Down

0 comments on commit 7920363

Please sign in to comment.