dbankier / TiShadow

Quick Titanium previews across devices
http://tishadow.yydigital.com
Other
385 stars 122 forks source link

TiShadow is passing a full path via file-key to loadAnimationFromJSON:(NSString *) #587

Closed xc0n42 closed 2 years ago

xc0n42 commented 2 years ago

When using TiShadow, it is passing an absolute path, so the result from pathForResource will lead to an invalid path.

Implement a fallback mechanism to also try the passed the passed value of key file.

xc0n42 commented 2 years ago

Closed as invalid.