<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 29, 2013, at 9:44 PM, Terje Norderhaug <<a href="mailto:terje@in-progress.com">terje@in-progress.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jul 29, 2013 at 7:16 PM, Alexander Repenning <span dir="ltr"><<a href="mailto:alexander.repenning@colorado.edu" target="_blank">alexander.repenning@colorado.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><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. [...] It was quite a bit of work to get this going with CCL outside of the Apple Xcode empire. </div>

</div></blockquote><div><br></div><div style="">Congratulations! Any tips and insights to share on how to get a CCL app into the app store? </div></div></div></div><br></blockquote><div><br></div>Terje,</div><div><br></div><div>too many to quickly share. The main insight would just be patience. It can take, and did take, some iterations to address concerns by Apple. The feedback provided by Apple is somewhat sparse but useful nonetheless. AgentCubes is an authoring application. We expected that sandboxing it would be a real pain given that users need to be able to store a lot of stuff in various folders to save their projects. In the end, it turned out that using CCL, or most other non Xcode-based development tools, required more research  including various Stackoverflow queries, to find out how to use certain tools to deal with the sandboxing outside of the Xcode ecology. Apple certainly could have done a better job to document these tools but then again all of this is somewhat understandable. </div><div><br></div><div>We did anticipate a number of issues based on using CCL instead of Xcode but that turned out to be not a problem. Most of the hard problems turned out to be design, not implementation issues. For instance, sandboxing requires the use of a user container (a hidden folder somewhere inside the user space) storing project information. Accessing this container information through traditional OS X file chooser mechanisms turns out to be quite the conceptual challenge which can, perhaps, be best described as a PC/Post PC approach clash. In the end we created our own project browser to allow users to quickly browse projects and to open them. Check it out and let us know what you think. This actually works quite well and possibly even better than the regular file chooser based approaches but there always is the need to fall back onto file chooser based approaches. It is difficult to blend these two worlds. For instance, you may need to locate a project somewhere on a network to be imported into your container projects. How do you open/open special/import/move/ … these projects into the sandbox container. AFAIK, Apple does not provide much inspiration for this. Xcode is not sandboxed, for instance. If anybody has some ideas we love to hear about them.</div><div><br></div><div>The one technical issue we have left is the proper use of the store kit to support In-App-Purchase. When we enabled this CCL became quite unstable. Looked as if there were some threading issues. Could be related to our code or some strange incompatibility with CCL. Clearly, more research is required.</div><div><br></div><div>At any rate, there are some people on this list who are not all that excited about the new directions (Mac App store, sandboxing, post PC UX) Apple has been taken. I do not want to start a flamewar of any kind. If you don't like that, so be it. There is no need to discuss this. However, the proof is in the pudding. It is possible to make a CCL based, sandboxed authoring tool for the Mac App store. The download and installation experiences are quite nice. The Mac App Store is a nice service that has a good chance to make your App more accessible. The feedback you get from Apple about your experience can be a bit frustrating but also adds usability value. I just wish the CCL, and more generally the Lisp community, would be a bit more enthusiastic about modern computing platforms. If anything, I think this could be a great opportunity for Lisp to create some interesting tools. </div><div><br></div><div>I encourage Lisp developers to make their creations available to a wider audience. The Apple Mac Store could be one such path. Give it a try. We'd be happy to share our experiences.</div><div><br></div><div><br></div><div>ps: most of our code is here: <a href="http://code.google.com/p/xmlisp/">http://code.google.com/p/xmlisp/</a></div><div><br></div><div>best, Alex</div><div><br></div><div><br></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; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Prof. Alexander Repenning</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><br class="khtml-block-placeholder"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px">University of Colorado</p><p style="margin: 0.0px 0.0px 0.0px 0.0px">Computer Science Department</p><p style="margin: 0.0px 0.0px 0.0px 0.0px">Boulder, CO 80309-430</p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><br class="khtml-block-placeholder"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">vCard: <a href="http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf">http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf</a></font></p><br class="Apple-interchange-newline"></span>
</div>
<br></body></html>