Gradle Xcode plugin v0.14.4 Release Notes

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

    • โž• Added a XcodebuildForTest task that create build for running unit tests (see xcodebuild build-for-testing) Here a testbundle is created that contains the xctestrun file and the App bundle
    • โž• Added a XcodeTestRunTestTask that executes the unit tests from the test bundle that was created with XcodebuildForTest Here only the tests are executed, no build is taking place here.
    • ๐Ÿ— Codesign is also disabled for iOS simulator builds

    ๐Ÿ›  Bugfixes

    • โž• Added the workspace parameter when getting the build settings: Issue #304
    • ๐Ÿ›  Fixed archive fails when executed outside the build directory: Issue #312
    • ๐Ÿ›  Fixed that the build directory can be changed for the package task: Issue #314
    • โœ… Unit test on the device is now possible again with the new XcodebuildForTest and XcodeTestRunTestTask: Issue #274