Age | Commit message (Collapse) | Author |
|
* Remove all menus except the application menu as no others are needed
* Remove the "Preferences" item from the application menu as the app has
no preferences
|
|
This method is supposed to set CopyMailto as the default application for
"mailto" URLs. But it keeps giving me a `-54` error, or `202` status
code on the shell. WTF is going on?
|
|
Turns out `CFStringRef` can be "toll-free bridged" with `NSString`,
allowing us to simplify the call.
|
|
Add a class to get the current bundle handler for `mailto` URLs. It will
be extended to set CopyMailto as the default handler after saving the
original.
|
|
|
|
Got this error:
Cannot synthesize weak property because the current deployment
target does not support weak references
Get rid of the property and replace it with an instance variable to get
rid of the error.
|
|
Allow the file to be opened in the previous version of Xcode. Couldn't
pick anything lower.
|
|
This untested code should allow the application to respond to a Launch
Services URL to open the application.
From Thomas Zoechling
(https://stackoverflow.com/users/100848/thomas-zoechling) on Stack
Overflow:
https://stackoverflow.com/questions/1991072/how-to-handle-with-a-default-url-scheme/1991162#1991162
|
|
Set deployment target to OS X 10.6 and the Xcode project to Xcode 3.2.
|
|
|