a developer framework for making OS X and iOS applications. Please read our [faq] closely or ask on [chat] before posing a development question on the main site to ensure it's on topic
0
votes
2answers
92 views
Does anyone know how to disable unicode text input in text fields?
I absolutely love the Cocoa text engine. A few modifications to a little xml file - ~/Library/DefaultKeyBinding.dict - and you can get just about any key sequence to work in any standard Cocoa text ...
0
votes
1answer
138 views
Programmatically read both per-tab Terminal.app titles
When bringing up the Inspector (⌘I) in Terminal.app to edit the title (⇧⌘I), there are actually two titles that can be entered. The first is known as the Tab Title and affects the terminal window ...
0
votes
0answers
248 views
Sharing folder on Lion
I'm trying to share folder from my Cocoa application, using these shell scripts on MAC OS X 10.7.
sudo dscl . -create SharePoints/my-share
sudo dscl . -create SharePoints/my-share afp_guestaccess 1
...