Skip to content

Common Questions

JTAppleCalendar edited this page Aug 10, 2017 · 51 revisions

Common questions can now be found on this link

How do I test my project with your latest code to see if a bug is fixed there?

To test the master branch with your current project do this:

Go to your pod file, and change your JTAppleCalendar pod to this:

pod 'JTAppleCalendar', :git => 'https://github.com/patchthecode/JTAppleCalendar.git'

Then do a:

pod install

You can switch back to what you had before once you're done. Nothing on your project will be affected (Unless you actually made changes to the JTAppleCalendar internal library code itself. If you did that, it will be reset)

Clone this wiki locally