Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed documents directory for tvOS #309

Merged
merged 1 commit into from
Oct 21, 2016
Merged

fixed documents directory for tvOS #309

merged 1 commit into from
Oct 21, 2016

Conversation

davidahouse
Copy link
Contributor

@davidahouse davidahouse commented Oct 21, 2016

Issue: Link

Short description

This fixes a crash when attempting to create a core data store on a tvOS device.

Solution

Just put a check for tvOS and picked the caches directory rather than documents when compiling for tvOS.

Implementation

  • Added an if os statement to catch for compiling for tvOS
  • Changed folder from documents to caches only for tvOS (everybody else is cool)

GIF

Pretty rad

@pepicrft
Copy link

Good job @davidahouse

@pepicrft pepicrft merged commit dfd492a into modo-studio:master Oct 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants