IgniteEngine-iOS
IgniteEngine-iOS copied to clipboard
Update paths with support for Library and Temp
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.
Both docs and cache are supported, let's add temp:// and library://.
static NSString* const kIXDocsPrefix = @"docs://";
static NSString* const kIXCachePrefix = @"cache://";