Skip to content

Commit

Permalink
[ci] - fixing when to remove hockey app
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Nov 13, 2015
1 parent fb371d6 commit 2edd834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Adobe PhoneGap Team
</author>
<hook src="resources/script/add-hockeyapp.js" type="before_build" />
<hook src="resources/script/remove-hockeyapp.js" type="after_build" />
<hook src="resources/script/remove-hockeyapp.js" type="after_compile" />
<preference name="Orientation" value="default" />
<platform name="ios">
<preference name="Orientation" value="all" />
Expand Down

0 comments on commit 2edd834

Please sign in to comment.