aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFileManagerAdditions.m
Commit message (Collapse)AuthorAgeFilesLines
* - Use a short hashed form of the connection path for SSH ControlPath ↵rowanbeentje2012-08-191-1/+3
| | | | | | | settings, to aid length issues with the new sandbox-safe temporary folders being used - Clean up SSH argument code
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-16/+24
|
* - Use a per-user temporary directory for SSH tunnels (and bundle dragged ↵rowanbeentje2012-06-281-0/+9
| | | | temporary files)
* - Fix more compiler warningsrowanbeentje2011-03-041-1/+1
|
* • further preparations for user-definable bundle supportBibiko2010-11-091-8/+16
|
* Add missing SVN properties and general comments tidy up.stuconnolly2010-09-211-1/+0
|
* • added SPFileManagerAdditionsBibiko2010-08-191-0/+143
- [(NSString*)applicationSupportDirectoryForSubDirectory:error:] Return the application support folder of the current application for 'subDirectory'. If this folder doesn't exist it will be created. If 'subDirectory' == nil it only returns the application support folder of the current application. • added SPThemesSupportFolder constant