All Versions
67
Latest Version
Avg Release Cycle
86 days
Latest Release
1385 days ago

Changelog History
Page 3

  • v0.12.0 Changes

    October 16, 2015

    ๐Ÿ”„ 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
  • v0.11.6 Changes

    September 04, 2015

    ๐Ÿ”„ Changes

    • ๐Ÿ— Reverted the WatchKit pull request, because of build failure. See Issue #185, #205
  • v0.11.5 Changes

    September 01, 2015

    ๐Ÿ”„ Changes

    • โž• Added support for CPD reports. (Thanks to rahulsom) Issue #191
    • โž• Added that OCLint rules can be disabled
    • โž• Added support for WatchKit (Thanks to icecrystal23) Issue #185
    • ๐Ÿ›  Fixed an issue where codesign and crashlytics would use the wrong version of developer tools (Thanks to icecrystal23) Issue #197
    • โž• Added new simulator task for starting the simulator and running an app in the simulator (Thanks to jeduden) Issue #204
  • v0.11.4 Changes

    July 28, 2015

    ๐Ÿ”„ Changes

    • โž• added OCLint support: Fixes #57
  • v0.11.3 Changes

    ๐Ÿ”„ Changes

    • ๐Ÿ— Much nicer build output and shorter output. Only warnings and errors are printed. The rest is shown in the progress.
    • โž• Added derivedDataPath parameter and if not set the derivedData are in the build/deriveData directory
    • โž• Added that the iOS9 support:
      • The simulator for iOS9 can not be deleted and created

    ๐Ÿ›  Bugfixes

    • โšก๏ธ The cocoapods are now updated if the Podfile.lock and Manifest.lock are not equal: (Thanks to rahulsom)
    • โœ… Handle case where a test suite doesn't state that it has completed (Thanks to jaleksynas)
  • v0.11.2 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”„ Change that the gradle keychains are not added to the search list, to avoid that a wrong keychain is taken during codesign. Issue #181
    • ๐Ÿ›  Fixed codesigning when the project contains frameworks (iOS)
  • v0.11.1 Changes

    May 07, 2015

    ๐Ÿ›  Bugfixes

    • โช Reverted: Disabled codesiging at xcodebuild. Reason is that the entitlements are not added, therfor the signed app cannot be uploaded to itunes connect
    • ๐Ÿ›  Fixed that the conversion to binary does not fail if the plist is readonly: issue #179
  • v0.11.0 Changes

    April 30, 2015

    ๐Ÿ”„ 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
  • v0.10.3 Changes

    March 31, 2015

    ๐Ÿ”„ Changes

    • ๐Ÿ‘ OS X support:
      • 'archive' task creates an xcarchive
      • You can now create a signed app with the 'package' task

    ๐Ÿ›  Bugfixes

    • โœ… Tests on unavailable device: #161
  • v0.10.2 Changes

    ๐Ÿ”„ Changes

    • โœ‚ Removed Testflight because it shut down on the Februar 26, 2015

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed Deploygate upload: Issue #143
    • ๐Ÿ›  Fixed Deploygate message with non Ascii charaters: iusse #144 (Thanks to katsutomu)