Re: How to make Xcode launch a different app when "Running" my code?

2016-09-18 Thread Pascal J. Bourguignon
You could try adding a run shell script phase at the end of the compilation to substitute the executable. -- __Pascal Bourguignon__ > On 18 Sep 2016, at 12:02, Gabriel Zachmann wrote: > > When I "Run" my code in Xcode (i.e., hit CMD-R), I would like Xcode to build >

Re: LGPL code in the Mac App Store?

2016-01-26 Thread Pascal J. Bourguignon
On 26/01/16 22:17, Jens Alfke wrote: On Jan 26, 2016, at 1:06 PM, Pascal J. Bourguignon <p...@informatimago.com <mailto:p...@informatimago.com>> wrote: I'm not sure it's allowed, you would have to check the App Store EULA and license, and your Apple Developer Program agreement

Re: LGPL code in the Mac App Store?

2016-01-26 Thread Pascal J. Bourguignon
On 26/01/16 20:23, thatsanicehatyouh...@me.com wrote: Hi, I’m working on a program that I will be submitting to the Mac App Store that uses LGPL code. I have recently learned that the license requires the capability for the end user to create their own version of the LGPL library to link

Re: Is it possible to transfer data by using light

2015-09-17 Thread Pascal J. Bourguignon
On 17/09/15 07:06, Jens Alfke wrote: On Sep 16, 2015, at 9:06 PM, Jonathan Hull wrote: The big question would be why you want to do it. It is most likely easier to transfer via wifi (also traveling at the speed of light, and optimized for data transfer) or bluetooth.

Re: Is it possible to transfer data by using light

2015-09-17 Thread Pascal J. Bourguignon
On 17/09/15 17:32, Michael David Crawford wrote: And what the man said: I myself experience seizures in which I lose consciousness for as long as three weeks. Before they were diagnosed I would experience seizures while driving my car then suddenly find myself in unfamiliar places without any

Re: Identifying a specific Mac model

2015-09-14 Thread Pascal J. Bourguignon
On 14/09/15 13:11, Jean-Daniel Dupas wrote: Apple used to display the right color for iPod icons, why wouldn’t they do it too for new MacBook network icon. Especially as the three variants are present in the System icons. I’m pretty sure the color is coded somewhere in the machine. Not

Re: runModalForWindow is disabling my menus

2015-09-05 Thread Pascal J. Bourguignon
On 05/09/15 18:39, Felipe Monteiro de Carvalho wrote: On Sat, Sep 5, 2015 at 3:45 PM, Pascal J. Bourguignon <p...@informatimago.com> wrote: AFAIK, it's on purpose. Definitely in the case of an application modal dialog. In the case of a window modal dialog, you can switch to another

Re: runModalForWindow is disabling my menus

2015-09-05 Thread Pascal J. Bourguignon
On 05/09/15 14:14, Felipe Monteiro de Carvalho wrote: Hello, I want to have a modal window which has menus, so I setup the menus for the window and make it modal with NSApp.runModalForWindow and everything is OK, except that my menu items are all disabled! I tried to forcefully enable them,

Re: Self describing NSObjects.

2015-02-04 Thread Pascal J. Bourguignon
On 04 Feb 2015, at 19:43, Alex Zavatone z...@mac.com wrote: All too often, I have a simple data class that is just a bunch of properties of cocoa collections. When walking through the debugger, it would be nice if these classes could auto describe. Consider this. I have a class

Re: Closing an app with the red dot.

2011-05-17 Thread Pascal J. Bourguignon
JAMES ROGERS jimrogers_w4...@me.com writes: I am a cocoa developer, albeit a new one. So I have every right to post this question on this site. Thank you very much, but clicking on the application in the dock does not work in my case. That would be a rather obvious answer and one of the many