Re: provisioning profile is ignored

2014-03-18 Thread Mike Kluev
On Tue, Mar 18, 2014 at 6:10 PM, James Moore wrote: > On Feb 4, 2014, at 5:30 PM, Mike Kluev wrote: >> >> i am signing my mac app with developers provisioning profile that >> contains few uuids. then i am trying to run this app on the mac which >> uuids is not i

Re: NSNumber : method to return pointer to represented value

2014-03-17 Thread Mike Kluev
> I require an pointer to the value represented by an NSNumber. > ... > I am using NSNumber instances in collections as keys. i may not fully understand your question, but can you not just use NSValue valueWithPointer as your collection keys? or, if a number at all, the number matching the pointer

provisioning profile is ignored

2014-03-17 Thread Mike Kluev
i am signing my mac app with developers provisioning profile that contains few uuids. then i am trying to run this app on the mac which uuids is not included in the provisioning profile. i expect the app fail to run, but it runs fine. am i missing something?

NSView thread safety clarification

2008-03-21 Thread Mike Kluev
The Threading Programming Guide states: http://developer.apple.com/documentation/Cocoa/Conceptual/Multithreading/ThreadSafetySummary/chapter_950_section_2.html#//apple_ref/doc/uid/1057i-CH12-SW4 <<... Drawing from secondary threads is thread-safe as long as you bracket drawing calls with cal