I've written a C program to dump a file for viewing in hex. I call it "Dumper". It works great as an executable in either a Debug build or a Release build.
I (think I) want to package it so that I can drag it to the Dock and simply drag and drop a file onto it and have it display the dump output. To do this, I think I need to build a .app, so I would have a Dumper.app in my Applications folder, which I could then drag to the Dock.
I went through XCode help and saw I needed to create a new Target "Wrapper" to get a .app. I did that, then set my Active Target to Dumper, and built it. A Dumper.app was created - so far, so good. I think.
I dragged it to my Applications folder. In Finder, I right-clicked the file I wanted to dump and picked "open with", but my Dumper.app was grey-out and not selectable.
What am I missing???
Thanks, Todd
I (think I) want to package it so that I can drag it to the Dock and simply drag and drop a file onto it and have it display the dump output. To do this, I think I need to build a .app, so I would have a Dumper.app in my Applications folder, which I could then drag to the Dock.
I went through XCode help and saw I needed to create a new Target "Wrapper" to get a .app. I did that, then set my Active Target to Dumper, and built it. A Dumper.app was created - so far, so good. I think.
I dragged it to my Applications folder. In Finder, I right-clicked the file I wanted to dump and picked "open with", but my Dumper.app was grey-out and not selectable.
What am I missing???
Thanks, Todd