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 BenjaminPoncet committed Mar 4, 2020
1 parent fc4b5f7 commit e87572e
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 e87572e

Please sign in to comment.