Hi,
I did redownload and reinstall the certificates.
I get now:
/Volumes/Spare/GraphicConverter.app: CSSMERR_TP_NOT_TRUSTED
Not much better.
Thorsten
> Did you just download them in the last day or has it been a week or two? You
> do have Xcode 3.2.5 right? For the first week or so after 3
rums this was a big issue at first. I
> think the problem might be with your certificates you might need to redo
> them...
>
>
>
> On Nov 19, 2010, at 10:04 PM, Thorsten Lemke wrote:
>
>> Hello,
>>
>> I try to sign my app for the Mac App Store.
>&g
Hello,
I try to sign my app for the Mac App Store.
But I get as reply from:
/usr/bin/codesign -f -s "3rd Party Mac Developer Application: Thorsten
Lemke" /volumes/Master/GC7/build/Release/GraphicConverter.app
/volumes/Master/GC7/build/Release/GraphicConverter.app: Unknown format
Hi Peter,
I suggest to use the Core Image Import:
CGImageSourceRef imageSource =
CGImageSourceCreateWithURL((CFURLRef)[NSURL fileURLWithPath:path],
NULL);
That does handle CMYK, too.
Thorsten
> Von: Peter Krajčík
> Datum: Mon, 18 Oct 2010 14:53:10 +0200
> An:
> Betreff: CMYK
Hi,
Ah - I convert the : now manually to a / for the following File Manger Calls
(not Cocoa). That does it.
Thorsten
>
>> The problem is:
>> I enter as name i.e.: Part 1/2.jpg into the save panel.
>> I click on ok.
>> I get as filename in the code: "Part 1:2.jpg".
>>
>> So, how can I avoid th
Hello,
The problem is:
I enter as name i.e.: Part 1/2.jpg into the save panel.
I click on ok.
I get as filename in the code: "Part 1:2.jpg".
So, how can I avoid this?
In the older Carbon version of GraphicConverter I get: "Part 1/2.jpg"
Thorsten
> Von: Ken Thomases
> Datum: Sat, 16 Oct 2010
Hello,
The NSSavePanel does replace upon close a / in the filename with a :
How can I avoid this?
The Carbon Navigation Services does not show this behaviour.
Thorsten
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin
Hello,
I want to add a menu for cycling to my app.
Thorsten
> Datum: Mon, 11 Oct 2010 11:27:18 +0200
> An: cocoa-dev Dev
> Betreff: Cycle Through Windows menu item
>
> Hello,
>
> How can I implement this?
>
> NSWindowCollectionBehaviorIgnoresCycle
> The window is not part of the window cycle
Hello,
How can I implement this?
NSWindowCollectionBehaviorIgnoresCycle
The window is not part of the window cycle for use with the Cycle Through
Windows Window menu item.
Thorsten
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do no
Hello,
I have a dialog in my app wich should let the user enter a carriage return.
How can I avoid pressing the default button with return? Only enter should
press it in this case.
Thorsten
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Ple
Hello,
How can I set the default folder for the saveDocumentAs handler?
[self runModalSavePanelForSaveOperation:NSSaveAsOperation delegate:nil
didSaveSelector:NULL contextInfo:NULL];
This is possible in Carbon with an AEDesc.
Thorsten
___
Cocoa-dev
11 matches
Mail list logo