TheAlmightyBob / Calendars

Cross-platform calendar API plugin for Xamarin and Windows
MIT License
101 stars 23 forks source link

Added NSCalendarsUsageDescription to the info.plist to allow the test… #25

Closed bmacombe closed 8 years ago

bmacombe commented 8 years ago

updated test project to run correctly on iOS 10.0

bmacombe commented 8 years ago

They aren't, I'll I'll try again not including them. First time really using Git, I'm used to Team System :)

bmacombe commented 8 years ago

I think I have just the plist files for both iOS test projects updated now. Starting to get the hang of git :)

TheAlmightyBob commented 8 years ago

If you could rebase off the latest master, it should resolve the Appveyor failure and file conflict. It would also be good to squash those commits into one (via interactive rebase).

But, frankly, if you're new to git, and since this is a small change, you might find it easier to start over and try again... pull the latest master, new branch off that, make the change again, create a fresh pull request. It's up to you, though.

(P.S. the reason for the Appveyor failure and file conflict is that Xamarin no longer supports the non-Unified iOS configuration, so it has been removed)

bmacombe commented 8 years ago

Thanks for the tips, I'll try it again here soon. It's worth the effort just to get some experience.