Created
April 7, 2016 15:36
-
-
Save arturadib/2c1af77bce4f3e3b5cab7f8d8a724992 to your computer and use it in GitHub Desktop.
FabricPostBuildiOS snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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