Running script upon login in mac OS X [closed]

Follow this: start Automator.app select Application click Show library in the toolbar (if hidden) add Run shell script (from the Actions/Utilities) copy & paste your script into the window test it save somewhere (for example you can make an Applications folder in your HOME, you will get an your_name.app) go to System Preferences -> Accounts … Read more

Is it possible to get the iOS 5.1 SDK for Xcode 4.2 on Snow Leopard?

To get Xcode 4.2 on Snow Leopard to run code on a device running iOS 5.1 you can do this: If you have another Mac running Lion and Xcode 4.3.1 you can copy the files from: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.1 (9B176) Place the copied files in the equivalent place on your Snow Leopard Mac: probably /Developer/Platforms/iPhoneOS.platform/DeviceSupport Similarly copy … Read more