Skip to content

Conversation

@Sparksteam
Copy link

Ok Daniel - here's the PR with the changes I think are required. I'm not sure how to go about testing it though. I have all the release binaries for PCLStorage.OSX. Let me know how you would like me to get them to you. If you build and publish a pre-release NuGet package with these changes I would be more than happy to test it for you.

Thanks,

Allan

@Sparksteam Sparksteam mentioned this pull request Apr 6, 2016
#elif IOS
var documents = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
var localAppData = Path.Combine(documents, "..", "Library");
var documents = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you went from spaces to tabs here. Can you change back to using spaces for indentation?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces should be restored now.

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