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

Changelog History
Page 2

  • v0.14.2 Changes

    September 26, 2016

    ๐Ÿ”„ 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)

  • v0.14.0 Changes

    July 22, 2016

    ๐Ÿ”„ Changes

    • ๐Ÿ‘• OCLint report is stored now in build/report/oclint: #263
    • โšก๏ธ Updated OCLint to 0.10.3
    • ๐Ÿ— Set Coverage report directory to build/report/coverage
    • ๐Ÿ— Set CPD report directory to build/report/cpd/

    ๐Ÿ›  Bugfixes

    • โž• Added that the SwiftSupport folder is only included in Appstore builds, but not in AdHoc builds: #232
    • ๐Ÿ‘‰ Make compatible with gradle 2.14. (Older version of gradle will not work anymore with this version)
  • v0.13.1 Changes

    ๐Ÿ›  Bugfixes

    • โž• Added that in the ipa app extentions for iOS apps do not contain frameworks, because the should be in the base app
    • ๐Ÿ›  Fixed that the SwiftSupport is only created for Swift projects: #260
  • v0.13.0 Changes

    March 04, 2016

    ๐Ÿ”„ Changes

    • โž• Added new code coverate support for the new reports Xcode 7 creates: #225
      • This ables coverage reports for Swift projects
      • Also added support for coverage reports for OS X projects
    • โšก๏ธ Updated OCLint to 0.10.2
    • โž• Added 'cocoapodsUpdate' task: Issue: #241
    • โž• Added that the project file can be specified as parameter

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed that empty Frameworks directory gets deleted: issue #242
    • ๐Ÿ›  Fixed that on simulatorCreate the simualtors gets killed first, to avoid a failure is a simulator is running
  • v0.12.7 Changes

    January 27, 2016

    ๐Ÿ›  Bugfixes

    • โž• Added support for wildcard identifiers when extracting the entitlment from the provisioning profile: fixes issue #230
    • ๐Ÿ›  Fixed that when building a commandline tool that has no info plist that it does not fail: issue #235
  • v0.12.5 Changes

    ๐Ÿ›  Bugfixes

    • โช Reverted the removal of the SwiftSupport, because the appstore needs this. Issue #231
  • v0.12.4 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed that the Keychain Access Group is propery set in the entitlements: Issue #226
    • ๐Ÿ›  Fixed memory problem with the CommandRunner: Issue #222
    • ๐Ÿ›  Fixed that the SwiftSupport in not included anymore, because it is not needed
    • ๐Ÿ— For simulator builds also the identifier is used. This avoids build failues if a simulator of the same type and name exists twice
  • v0.12.3 Changes

    November 11, 2015

    ๐Ÿ”„ Changes

    • โœ‚ Removed Xcode 5 support

    ๐Ÿ›  Bugfixes

    • simulatorStart works now
    • ๐Ÿ”ง simulatorRunApp starts now the configured app in the simulator
    • simpler destination syntax for specifing the simulators
    • ๐Ÿ›  Fixed that the keychain-access-group is not removed from the entitlements during signing: Issue #220
  • v0.12.2 Changes

    October 28, 2015

    ๐Ÿ›  Bugfixes

    • Codesigning failed with some projects that contains frameworks
  • v0.12.1 Changes

    October 28, 2015

    ๐Ÿ”„ Changes

    • ๐Ÿ— Watchkit support. Project with Xcode 6 and Watchkit can now be build and is properly signed

    ๐Ÿ›  Bugfixes

    • ๐Ÿ— Build failes if the specified simualtor is not found: Issue #219
    • ๐Ÿ— All build configurations are now processed: Issue #218x