Gradle Xcode plugin v0.12.0 Release Notes

Release Date: 2015-10-16 // over 8 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿ‘ Better Xcode 7 and 7.1 support
    • ๐Ÿ— watchOS support. Now iOS Apps with a watchOS App included can be build and signed.
      • For this the sdk parameter was removed and replaced by the type and simualtor parameter
    • The xcodebuild task does not sign anymore more.
      • Signing task only place in the package tasks
      • The proper entitlements for signing are now read from the provisioning profile
      • The keychain is created prior to the package task.
    • ๐Ÿ“ฆ The package task is not depended to the archive task anymore. The reason is that sometimes you can package archives that aready exists.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ— xcodebuild task doesn't fail build on compiler errors: Issue #214
    • ๐Ÿ— Build failed because of invalid "simctl delete": Issue #211