Ted:
I noted in the original post that I tried to execute just before the
"Custom Icons" were edited in. It failed.
I finished the Tutorial edits and merged all of your "working"
filechanges into mine except for Filesystem.m (too much and I won't
risk a merge).
I guess my bottom line is: sample code used to show capability "A"
should not have any other "optional" or obsolete stuff in it. KISS.
The exercise is a good one, just trim it down so it has the bare
minimum code. Create another (Ver 2) if you want to expand and
demonstrate more features & capabilities.
General suggestions & feedback:
Requirements:
3. "Check out the helper files ..."
need a date or revision to be sure it is the current one
3. "... you can do all the work in your /tmp directory"
~/tmp would be better - avoid multi-user clashes
Time To Code:
would be better if the edit points were better noted, either with a
comment marker or a few lines of context around the change.
I would also place "Build & Go" markers in the Tutorial and show a
sample of expected output - good and bad.
Below are the code diffs except for Filesystem.m (too much for the
forum unless you want it).
If you want more - ping me.
regards,
mt
Current Source diffs:
All files: Comments & whitespace diff's are ignored
main.m, YTFS_Prefix.pch YTFS_Controller.h
no change
YTFS_Controller.m:
35a50,54
> // Pump up our url cache.
> NSURLCache* cache = [NSURLCache sharedURLCache];
> [cache setDiskCapacity:(1024 * 1024 * 500)];
> [cache setMemoryCapacity:(1024 * 1024 * 40)];
>
YTFS_Filesystem.h:
11a26,27
> @class YTVideo;
>
19a36
> - (YTVideo *)videoAtPath:(NSString *)path;
YTFS_Filesystem.m:
8,9d21
< #import <sys/xattr.h>
< #import <sys/stat.h>
### too much to list ###
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---