Skip to content

0.22.3

Compare
Choose a tag to compare
@segiddins segiddins released this 29 Oct 00:00
· 7004 commits to master since this release

CocoaPods

Enhancements
  • Add support for .xcdatamodel resource files (in addition to .xcdatamodeld).
    #1201
Bug Fixes
  • Always exlude USE_HEADERMAP from the user’s project.
    #1216
  • Use correct template repo when using the pod lib create command.
    #1214
  • Fixed issue with pod push failing when the podspec is unchanged. It will now
    report [No change] ExamplePod (0.1.0) and continue to push other podspecs if
    they exist. #1199
  • Set STRIP_INSTALLED_PRODUCT = NO in the generated Pods project. This allows
    Xcode to include symbols from CocoaPods in dSYMs during Archive builds.
    #1217
  • Ensure the resource script doesn’t fail due to the resources list file not
    existing when trying to delete it.
    #1198
  • Fix handling of spaces in paths when compiling xcdatamodel(d) files.
    #1201