A question for the Aperture and Cocoa developers out there… I use Aperture and @Fraser Speirs\' FlickrExport plugin to manage my photos and upload them to Flickr.FlickrExport s开发者_JS百科ets custo
Is it possible to write macOS/Cocoa applications in Google Go? Is there a Go-Obj-C bridge? (it seems to me that Obj-C dynamism would be a great fit for Golang\'s interfaces)
I tried to use Application Scripting Bridge to send my Mac to sleep. The code look like the following:
im asking the finder for the current finder window location/path/whatever with NSString *path = [[finder insertionLocation] get];
I am using the code from default Apple provided SBSendEmail example to send an email. The only difference in my case is that I don\'t know the recipient beforehand and I expect the user to enter the r
I have a document based drawing application that allows the user to save the final document as a JPEG file. Whenever the user saves a JPEG, I would like to import the picture to an iPhoto album \"MyAp
I want to find out if it\'s possible to automate a process of exporting (a zip) from a desktop app into an app on the iPad via file sharing in iTunes. The most likely technique I\'ve found is by scrip
I have quite a simple problem. I want to put the audiofiles into my table view. How do I distinguish them from pdfs and movies, etc?
Hi i need a little help i want to include 2 buttons on my Mac App which will trigger 2 actions, 1 will trigger the iTunes shuffle feature and set it to YES but if it is all ready set to YES then it wi
I\'m trying to express a slice (\"thru in AppleScript\") in Objective-C using Scripting Bridge. The example code is making a selection in iWorks Pages.