<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey Joshua,<div><br></div><div>Getting AgentCubes sandboxed actually was the easy party :P</div><div><br></div><div>Outside of Xcode you just had have to call the right sandbox command, something like this:</div><div><br></div><div><div>codesign -s "3rd Party Mac Developer Application: AgentSheets, Inc."  -f --entitlements  "/Users/Mike/Desktop/AgentCubes-Lite/AgentCubes Lite.app/Contents/AgentCubes Lite.entitlements"  "/Users/Mike/Desktop/AgentCubes-Lite/AgentCubes Lite.app"</div></div><div><br></div><div>The weird part is that the entitlements plist needs to be a binary (which apparently can only me created in Xcode), so you need to create a dummy Xcode project to create the entailments plist (after deciding which entitlements you app will need). After that, your sandboxed app will most likely have some new error/crashes because sandboxing the app changes the inheritance hierarchy of some classes (such as file dialogs) so some methods you are using may no longer be supported. </div><div><br></div><div>--Mike</div><div><br></div><div><br></div><div><div><div>On Jul 30, 2013, at 10:29 AM, Joshua Kordani <<a href="mailto:jkordani@lsa2.com">jkordani@lsa2.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  
    
  
  <div bgcolor="#CCCCCC" text="#000000">
    Wow! Great work!<br>
    <br>
    How did you get the sandboxed environment set up?<br>
    <br>
    Josh<br>
    <div class="moz-cite-prefix">On 7/29/13 10:16 PM, Alexander
      Repenning wrote:<br>
    </div>
    <blockquote cite="mid:DAD58FAB-1112-4875-833C-6CB7B6991CA7@cs.colorado.edu" type="cite">
      <div>Dear All,</div>
      <div><br>
      </div>
      <div>We are still keeping this at low profile but Apple just
        accepted our fully sandboxed 3D Game and Simulation Design
        AgentCubes application (built in CCL) into the Apple Mac App
        store. Build a 3D simulation game and turn it into HTML5 (no
        Flash, no Java) page that can run on many mobile browsers. </div>
      <div><br>
      </div>
      <div>Any feedback would be appreciated. It was quite a bit of work
        to get this going with CCL outside of the Apple Xcode empire. </div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div><a moz-do-not-send="true" href="https://itunes.apple.com/us/app/agentcubes-lite/id673363781?mt=12">https://itunes.apple.com/us/app/agentcubes-lite/id673363781?mt=12</a></div>
      <div><br>
      </div>
      <div>In case you wonder what AgentCubes is here is a short movie: <a moz-do-not-send="true" href="http://www.youtube.com/watch?v=2GWcb3aG2w0">http://www.youtube.com/watch?v=2GWcb3aG2w0</a></div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>best,  Alex</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div><br>
      </div>
      <br>
      <div apple-content-edited="true">
        <span class="Apple-style-span" style="border-collapse: separate; font-size: 12px; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="margin: 0px; "><font style="font: 12.0px Helvetica" face="Helvetica" size="3">Prof. Alexander Repenning</font></div><div style="margin: 0px; "><br class="khtml-block-placeholder">
                </div><div style="margin: 0px; ">University of
                  Colorado</div><div style="margin: 0px; ">Computer
                  Science Department</div><div style="margin: 0px; ">Boulder, CO
                  80309-430</div><div style="margin: 0px; "><br class="khtml-block-placeholder">
                </div><div style="margin: 0px; "><font style="font: 12.0px Helvetica" face="Helvetica" size="3">vCard: <a moz-do-not-send="true" href="http://www.cs.colorado.edu/%7Eralex/AlexanderRepenning.vcf">http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf</a></font></div>
                <br class="Apple-interchange-newline">
              </span></span>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Openmcl-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a>
<a class="moz-txt-link-freetext" href="http://clozure.com/mailman/listinfo/openmcl-devel">http://clozure.com/mailman/listinfo/openmcl-devel</a>
</pre>
    </blockquote>
    <br>
  </div>

_______________________________________________<br>Openmcl-devel mailing list<br><a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>http://clozure.com/mailman/listinfo/openmcl-devel<br></blockquote></div><br></div></body></html>