Gradle Xcode plugin v0.14.2 Release Notes

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

    • ๐Ÿ‘ Xcode 8 Support
      • App Bundle should not contain the libswiftRemoteMirror.dylib
    • โž• Added tvOS support by Electryc. Issue #295
    • ๐Ÿ— XcodebuildTask and XcodeTestTask can now override the global xcodebuild settings for building for supporting multiproject build
    • โž• Added an option that a custom entitlements file can be specified for codesigning
    • SimulatorControl now also creates the tvOS simulator
    • ๐ŸŽ‰ Initial Carthage support. Carthage is not bootstraped, so make sure that Carthage is installed if your project uses it.
    • Embedded provisioning file now honors the team-id when expanding the identifiers
    • โšก๏ธ Updated that the test result is not taken from the xcodebuild output, but from the TestSummaries.plist, because there are causes where the xcodebuild output stopps.
    • ๐Ÿ”€ Test Result from the TestSummaries.plist is merged the the infos from the xcodebuild output like duration and stdout
    • ๐Ÿ‘€ Archive supports now creating the xcarchive using the xcodebuild command. For this set the parameter xcodebuild.useXcodebuildArchive to true. (See issue also #293)

    ๐Ÿ›  Bugfixes

    • version parameter for settings the xcode version was ignored
    • โšก๏ธ Updated the XcodeBuildArchiveTask that the configured swift toolchain is used, to that the proper swift libs are included into the archive
    • ๐Ÿ”„ change the plist decode from the provisioning profile that a exit code != 0 does not crash the build: Issue #297
    • ๐Ÿ‘‰ Make "derivedDataPath" optional #291

    Note: There is no 0.14.1 version. (Reason is a typo)