May be I am wrong (or it is off-topic) - but is this (just) a Sparkle problem?
I have read "Vulnerable Security - There's a lot of vulnerable OS X
applications out there" (https://vulnsec.com/2016/osx-apps-vulnerabilities/) -
and if I got the idea then browsing the web is insecure.
Why? Because
Even if I would agree that the discussion is at the wrong list... :-))
I also dislike XCode 4 - but I do not see the problem.
I am using XCode 3 to develop my stuff - and XCode 4 to e.g. transfer
it to the App Store.
Just install XCode 4 at a unique developer folder (e.g.
"developer4"). The
It might be the wrong way to set the orientation manually?
Try to use "shouldAutorotateToInterfaceOrientation" and return "NO"
for "interfaceOrientation" not being
"UIInterfaceOrientationLandscapeLeft" or
"UIInterfaceOrientationLandscapeRight".
This way you have less code and it does not
s also not what I would expect.
Cheers
M. Brodhage
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscr
e is that the NSApplication will receive the event -
and will not update the carbon modal dialog.
Cheers
Martin Brodhage
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list
Hi,
thank you very much again for your quick answer, Jean-Daniel.
> In theorie, you can safely call NSApplicationLoad()
I allready do.
> ... create you own auto release pool
I allready do. And then I call this function (within subclass of
NSWindowController):
- (void)showModalDialog
{
e all files ".mm" instead of ".cpp" - not
usable if you want to build that under Win.
Cheers
Martin Brodhage
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
for MacOS X
without NSApplication?
Using NSApplication (and all the other classes) would mean to have a
lot more code OS depending.
Any ideas?
Cheers
Martin Brodhage
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post
dialog.
I even tried to call NSApplicationLoad...
My question: how can I get a sharedApplication in Cocoa if the
Application itself is based on Carbon?
Is this possible at all (or do I have to write my plugin based on
Carbon)?
Cheers
Martin Brodhage
P.S. My alias in discussions.apple.com