RxAnimated
RxAnimated copied to clipboard
Fix Xcode build error
With the current settings, can build Exmaple/RxAnimated.xcworkspace
after pod install
, but ./RxAnimated.xcodeproj
cannot be built with Xcode because there is no Info.plist.
This commit removes Info.plist
to build the Example, but it's a good idea not to include Info.plist
in the pod install
code.