[CMake] A trouble in using cmake for xcode

Gregor Jasny gjasny at googlemail.com
Sat Dec 3 13:46:55 EST 2016


On 03/12/2016 15:07, wy39666161 at 163.com wrote:
>>> I have a trouble in using cmake.I try to find a way to resolve that for a long time, but finally get no results. I attempt to create an ios application imessage extension by cmake but i can't find a suitable command. So i contact you for some suggestion. Look forward for your favourable reply. Thanks very much!

>> Do you mean something like the "iMessage Application" in the Xcode
>> project generation wizard?

> Yes, It is.  Can you give me some suggestion. Thanks for your reply. 

I need to extend CMake to be able to set an arbitrary product type for
the bundle. In your case:

productType = "com.apple.product-type.application.messages";
productType = "com.apple.product-type.app-extension.messages";

Please give me some days to implement the behavior. Can you point me to
an already existing extension (maybe on GitHub) and tell me how to test
them in simulator?

Thanks,
Gregor



More information about the CMake mailing list