Gradle Xcode plugin v0.11.0 Release Notes

Release Date: 2015-04-30 // about 9 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿ”Œ Renamed plugin id to org.openbakery.xcode-plugin
    • Signing identity is now optional, because it is read from the keychain
    • ๐Ÿ‘ Crashlytics support: Thanks to @achretien
    • โž• Added new simulator commands:
      • simulatorsCreate: All simulators can be recreated. Here all simulators are deleted and created again
      • simulatorsClean: Content and settings of all simulators can be erased
    • ๐Ÿ“ฆ Disabled codesiging at xcodebuild, is done at the package task only
      • Keychain and Provisioning tasks dependencies moved from xcodebuild task to the package task

    ๐Ÿ›  Bugfixes

    • Keychain path only works with absolute path: Issue #150