Skip to content

Carte 2 馃帀

Compare
Choose a tag to compare
@devxoul devxoul released this 06 Jun 18:22
· 47 commits to master since this release
  • Carte 2 does more thing automatically. It integrates Xcode project automatically so you don't have to add build phase manually.
  • Add Carte class which provides carte items. You can now create your own UI with these data.

Migration Guide

Add this script to the end of your Podfile.

post_install do |installer|
  pods_dir = File.dirname(installer.pods_project.path)
  at_exit { `ruby #{pods_dir}/Carte/Sources/Carte/carte.rb configure` }
end