Skip to content

Commit

Permalink
Updated priority to 999 for compatibility with Prime[31] tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozael committed Jun 3, 2014
1 parent d182190 commit 61442c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCodePostProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public static class XCodePostProcess
{
#if UNITY_EDITOR
[PostProcessBuild(100)]
[PostProcessBuild(999)]
public static void OnPostProcessBuild( BuildTarget target, string pathToBuiltProject )
{
if (target != BuildTarget.iPhone) {
Expand Down

0 comments on commit 61442c6

Please sign in to comment.