The Bundle generator is a (sort of silly) &quot;create a bundle from a command line executable at packaging time&quot; mechanism. You do not want to use it unless that is exactly what you are trying to do.<br><br>If you&#39;re building a regular Mac Bundle application and you already have your Bundle built at build time, the DragNDrop or the PackageMaker cpack generators are probably the two you&#39;ll be most interested in.<br>
<br>The best documentation on this stuff is probably the CPack chapter in the Mastering CMake book.<br><br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Tue, Apr 20, 2010 at 12:11 PM, Ben Medina <span dir="ltr">&lt;<a href="mailto:ben.medina@gmail.com">ben.medina@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">That seems to be how everyone does it, so I guess I&#39;ll follow suit.<br>
What&#39;s throwing me off is the wiki says this about the Bundle<br>
generator: &quot;Rationale: de-facto standard mechanism for distributing<br>
bundles.&quot; Unless that&#39;s only specifically referencing the previous<br>
sentence about distributing a compressed disk image.<br>
<br>
Is there any documentation about why one would choose the Bundle<br>
generator over DragNDrop?<br>
<br>
Thanks,<br>
<font color="#888888">Ben<br>
</font><div><div></div><div class="h5"><br>
On Mon, Apr 19, 2010 at 5:21 PM, Ryan Pavlik &lt;<a href="mailto:rpavlik@iastate.edu">rpavlik@iastate.edu</a>&gt; wrote:<br>
&gt; You might consider the MACOSX_BUNDLE target property, which lets you build a<br>
&gt; bundle right at that time, including the info.plist - you can then use this<br>
&gt; with DragNDrop to have a DMG containing one or more app bundles for easy<br>
&gt; install.<br>
&gt;<br>
&gt; Ryan<br>
&gt;<br>
&gt; On 04/19/2010 07:04 PM, Ben Medina wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello all,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m using the CPack Bundle generator to package my application on the<br>
&gt;&gt; Mac (assuming this is preferable to the DragNDrop generator according<br>
&gt;&gt; to <a href="http://www.cmake.org/Wiki/CMake:CPackPackageGenerators" target="_blank">http://www.cmake.org/Wiki/CMake:CPackPackageGenerators</a>). One<br>
&gt;&gt; requirement is providing an Info.plist file, but I don&#39;t know what<br>
&gt;&gt; information is required in my plist. Is there are example somewhere of<br>
&gt;&gt; a minimal Info.plist for a CMake-built app?<br>
&gt;&gt;<br>
&gt;&gt; It seems that the DragNDrop generator creates a plist for you, but<br>
&gt;&gt; that functionality is missing from the Bundle generator. Can I<br>
&gt;&gt; directly invoke whatever the DragNDrop generator is using to create a<br>
&gt;&gt; default plist?<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Ben<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt;&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Ryan Pavlik<br>
&gt; HCI Graduate Student<br>
&gt; Virtual Reality Applications Center<br>
&gt; Iowa State University<br>
&gt;<br>
&gt; <a href="mailto:rpavlik@iastate.edu">rpavlik@iastate.edu</a><br>
&gt; <a href="http://academic.cleardefinition.com" target="_blank">http://academic.cleardefinition.com</a><br>
&gt; Internal VRAC/HCI Site: <a href="http://tinyurl.com/rpavlik" target="_blank">http://tinyurl.com/rpavlik</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>