<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:'times new roman','new york',times,serif"><div><span style="font-size:12pt">Does this workflow in your MacAppStore generator include anything that prevents making a .pkg for OS X Installer?</span><br>
</div><div><span style="font-size:12pt">From the stackoverlfow link below, the person says App Store submissions follow different rules. Do you know what those differences are?</span></div></div></div></blockquote><div>
</div>
<div>As I've never created an OS X Installer I really don't know.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:'times new roman','new york',times,serif">
<div><blockquote style="padding-left:5px;font-size:12pt;font-style:normal;margin-left:5px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;font-weight:normal;border-left-width:2px;border-left-style:solid;border-left-color:rgb(16,16,255)">
<div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote">
</div></div></div></div></blockquote></div><div>it would be nice to at least start off well and go in the right direction. </div></div></div></blockquote><div><br></div><div>Agreed.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:'times new roman','new york',times,serif"><div>I'm not convinced that an implementation based on the Bundle generator way is the right start.</div></div></div>
</blockquote><div><br></div><div>I started with the Bundle generator because that's what I have been using to distribute my application for the last couple of years.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:'times new roman','new york',times,serif"><div>Maybe I wasn't clear before. CMake can already do .app creation. </div></div></div></blockquote><div><br></div>
<div> I had forgotten that. I had gone with the Bundle generator two years ago because I was able to get it working how I wanted quickly and easily. I based my new generator on it because with the exception of the final dmg vs pkg packaging they should build the same .app folder structure, and I wanted both distribution methods to share the package creation and code signing code.</div>
<div><br></div><div>I spend some time this weekend looking at the implementation of the new generator, right now the code signing is in the DragNDrop generator which makes it available for all derived classes, allowing it to be used for both Mac App Store signing, and also for developer code signing required by the default behavior of OS X 10.8 Gatekeeper for non-App Store applications.</div>
<div><br></div><div style>I would like to hear your thoughts on what you think is the best approach to structuring the code.</div>
<div><br></div><div style>Thanks,</div><div style>Brian</div></div></div></div>