It seems like such a simple thing I'm trying to accomplish, much less than what Xcode / Interface Builder are capable of. I've searched and searched and not come up with my answer but most searches lead me here so I created an account to ask the experts. I want to create a very simple GUI that will have four to five buttons, each button executing a simple shell script, a terminal window won't be necessary but I can live with one starting if that's the way it is. Along with the shell scripts I need to have adb (Android debug bridge) and fastboot utility also within the app. I'm assuming I need to place adb and fastboot and my other files within the Resources folder, I'm also assuming I need to place my shell scrips within the Classes folder. I really just need to know how to connect the buttons to the scripts, I'm hoping it's just something simple that I'm overlooking. Thanks in advance.
MacBook Pro 7,1 OSX 10.6.8 Xcode 3.2.6
Try this :