Skip to content

0.9.1

Choose a tag to compare

@lm2343635 lm2343635 released this 30 Apr 19:28
· 97 commits to master since this release
  • Add rxtree command.
  • To build and use rxtree automatically while running pod install, add the following post_install script into your Podfile
post_install do |installer|
    system("bash #{Pathname(installer.sandbox.root)}/RxController/rxtree/build_for_xcode.sh")
end
  • To use rxtree, run the following command in the root directory which contains the Xcode project file.
./rxtree [FlowName]