You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
224E40D01F344A3B00C03A79 /* Integrate Reveal Server */,
289
292
);
290
293
buildRules = (
291
294
);
@@ -377,6 +380,23 @@
377
380
};
378
381
/* End PBXResourcesBuildPhase section */
379
382
383
+
/* Begin PBXShellScriptBuildPhase section */
384
+
224E40D01F344A3B00C03A79 /* Integrate Reveal Server */ = {
385
+
isa = PBXShellScriptBuildPhase;
386
+
buildActionMask = 2147483647;
387
+
files = (
388
+
);
389
+
inputPaths = (
390
+
);
391
+
name = "Integrate Reveal Server";
392
+
outputPaths = (
393
+
);
394
+
runOnlyForDeploymentPostprocessing = 0;
395
+
shellPath = /bin/sh;
396
+
shellScript = "export REVEAL_SERVER_FILENAME=\"RevealServer.framework\"\n\n# Update this path to point to the location of RevealServer.framework in your project.\nexport REVEAL_SERVER_PATH=\"${SRCROOT}/${REVEAL_SERVER_FILENAME}\"\n\n# If configuration is not Debug, skip this script.\n[ \"${CONFIGURATION}\" != \"Debug\" ] && exit 0\n\n# If RevealServer.framework exists at the specified path, run code signing script.\nif [ -d \"${REVEAL_SERVER_PATH}\" ]; then\n\"${REVEAL_SERVER_PATH}/Scripts/copy_and_codesign_revealserver.sh\"\nelse\necho \"Reveal Server not loaded: RevealServer.framework could not be found.\"\nfi\n";
0 commit comments