Gradle Xcode plugin v0.20.0 Release Notes

Release Date: 2020-06-02 // almost 4 years ago
  • ๐Ÿ”„ Changes

    • Added 'COMPILER_INDEX_STORE_ENABLE=NO' to disable indexing during build to speed up the build
    • โž• Added Rome Support so that carthage dependencies can be cached. If a Romefile and rome itself is present, a download is performed before the carthage bootstrap task. Also a rome upload is performed afterward before running the xcodebuild itself.
    • The destination must now not be specified exactly. If you specify 'iPad Pro (11-inch)' the first destination is picked with matches this prefix e.g. 'iPad Pro (11-inch)(2nd generation)'
    • Made compabtile with gradle 6.x
    • โž• Added that embedded apps are also signed. (On macOS apps can be embedded)

    ๐Ÿ›  Bugfixes

    • โž• additionalParameters as list did not work when applying it to the Task
    • โœ… The test cases (.xctestrun) where not found because they where not search in the project directory. (It looks like with newer gradle version the default directory in not in the project root anymore)
    • โœ… With Xcode 12 the unit test output has changed and fixed parser so that progress is shown agai..

Previous changes from v0.19.1

  • ๐Ÿš€ Note: bumped minor version number 19, that indicated the year 2019. The minor versions are the release numbers then (1 for the second release this year).

    ๐Ÿ›  Bugfixes

    • โšก๏ธ Updated the parsing of the output so that errors and warnings are shown when compiling swift code.
    • ๐Ÿ›  Fixed device build when using Xcode 10.2: Issue #411 ๐Ÿ”„ Changes
    • ๐Ÿ— The carthage derived data is set the the projects build/derivedData/carthage directory
    • โž• added carthage.cache boolean parameter so disable the cache (default is true)