Gradle Xcode plugin v0.14.3 Release Notes

Release Date: 2016-10-20 // over 7 years ago
  • ๐Ÿ”„ Changes

    • Cocoapods is now only bootstraped if it does not exist globally. Issue #299
    • โž• Add that the dSYMs from the framework are also included in the xcarchive
    • ๐ŸŽ User the SHA instead of the developer identifier for codesigning. (Needed for macOS Sierra)
    • โšก๏ธ Updated the CoverageReport lib that contains fix for issue #303

    ๐Ÿ›  Bugfixes

    • โž• Added clean to the xcodebuild -showBuildSettings command which should fix a hang when using core data: Issue #298