fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

Please provide "Hello World" XCode Project? #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can somebody please *pretty* please provide an XCode project for "Hello
World"?  I've been a professional Mac SW developer for 15 years, i know
unix well enough, i can follow directions, but i can't for the life of me
get this working correctly after two full days.  It needs to do this:

1) be all in one (not relying on precompiled libs other than standard mac
stuff and libfuse.dylib (unlike the GUI SSHfs)
2) provide a custom volume icon
3) provide a custom volume name
4) NOT rely on taking the passed in command line arguments for the above
(ie: construct them please)
5) have a GUI with a "Quit" menu item
6) mount on startup, dismount on quit OR on force quit
7) be Carbon based, not Objective-C please
8) not just call fuse_main() since that blocks without returning, this
needs to cooperate with an event based main thread that runs concurrently

Original issue reported on code.google.com by anbaricf...@gmail.com on 1 Aug 2007 at 11:55

GoogleCodeExporter commented 9 years ago
And how is this an *issue* with MacFUSE?

For miscellaneous discussion/requests, please use the macfuse-devel forum.

Original comment by si...@gmail.com on 2 Aug 2007 at 12:16