IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

Update paths with support for Library and Temp

Open brandonscript opened this issue 10 years ago • 1 comments

Currently it appears that you have to specify the local path manually; this is bad practice, and we should be adhering to Apple's documents directory guidelines.

brandonscript avatar Mar 26 '15 16:03 brandonscript

Both docs and cache are supported, let's add temp:// and library://.

static NSString* const kIXDocsPrefix = @"docs://";
static NSString* const kIXCachePrefix = @"cache://";

brandonscript avatar May 06 '15 15:05 brandonscript