Gradle Xcode plugin v0.11.3 Release Notes

  • ๐Ÿ”„ Changes

    • ๐Ÿ— Much nicer build output and shorter output. Only warnings and errors are printed. The rest is shown in the progress.
    • โž• Added derivedDataPath parameter and if not set the derivedData are in the build/deriveData directory
    • โž• Added that the iOS9 support:
      • The simulator for iOS9 can not be deleted and created

    ๐Ÿ›  Bugfixes

    • โšก๏ธ The cocoapods are now updated if the Podfile.lock and Manifest.lock are not equal: (Thanks to rahulsom)
    • โœ… Handle case where a test suite doesn't state that it has completed (Thanks to jaleksynas)