Skip to content

Instantly share code, notes, and snippets.

@prime31
Last active December 22, 2015 04:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save prime31/6417808 to your computer and use it in GitHub Desktop.
Save prime31/6417808 to your computer and use it in GitHub Desktop.
Fixes Facebook's post build system to make it compatible with ours
Open the FacebookPostProcess.cs file and find the following line:
[PostProcessBuild]
Change the line to be:
[PostProcessBuild( 999 )]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment