aboutsummaryrefslogtreecommitdiffstats
path: root/On Task.m
AgeCommit message (Collapse)Author
2012-07-21Whoops, forgot to close the file.Teddy Wing
2012-07-21Have a text file to log what you've been doing with a timestamp.Teddy Wing
2012-07-21Changed 'supportPath' variable name to 'applicationSupportPath'. Longer but ↵Teddy Wing
more descriptive. Screenshots now get saved into a "Screenshots" directory inside the Application Support directory. We have to check to see if it's there and create it if not.
2012-07-21Got system beep to play (the one I wanted). Finally.Teddy Wing
2012-07-21Now takes a screenshot and calls it the current date & time.Teddy Wing
2012-07-20Added category from Matt Gallagher to get the Application Support director ↵Teddy Wing
for my application. Didn't end up working, 10.5+ only, even after my edits.
2012-07-20Initial commit: starter Xcode 2.5 Foundation Tool projectTeddy Wing