Skip to content

Instantly share code, notes, and snippets.

@arturadib
Created April 7, 2016 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arturadib/2c1af77bce4f3e3b5cab7f8d8a724992 to your computer and use it in GitHub Desktop.
Save arturadib/2c1af77bce4f3e3b5cab7f8d8a724992 to your computer and use it in GitHub Desktop.
FabricPostBuildiOS snippet
string shellScriptLines =
"\t\t" + scriptUUID + " /* ShellScript */ = {\n" +
"\t\t\tisa = PBXShellScriptBuildPhase;\n" +
"\t\t\tbuildActionMask = 2147483647;\n" +
"\t\t\tfiles = (\n" +
"\t\t\t);\n" +
"\t\t\tinputPaths = (\n" +
"\t\t\t);\n" +
"\t\t\toutputPaths = (\n" +
"\t\t\t);\n" +
"\t\t\trunOnlyForDeploymentPostprocessing = 0;\n" +
"\t\t\tshellPath = \"/bin/sh -x\";\n" +
"\t\t\tshellScript = \"./Frameworks/Plugins/iOS/Fabric/Fabric.framework/run 39932a5900bfde6f00c6d4ec25ae9d4097ba8874 cf09c81e6eb5d1868afdd4b2243d74c536c1b945995cfadfcfba237d5804b907 --skip-check-update\";\n" +
"\t\t};\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment