Skip to content

Releases: ctco/gradle-mobile-plugin

0.15.4.1

11 Mar 15:26
Compare
Choose a tag to compare

Bugfix version

  • Added property annotations to ReprofileIpaTask for it to work in Gradle v7 runtime
  • Fixed relative path generation in iOs simulator tasks for them to work in Java 11 and later runtimes

0.15.4.0

09 Sep 12:15
Compare
Choose a tag to compare

Minor version

  • A new plugin identifier 'lv.ctco.scm.knappsack-publishing' was created which now will control the registration of all Knappsack related tasks. The 'ctco-mobile' plugin will apply this new plugin instead of registering the knappsackUpload task directly.

0.15.3.0

23 Mar 05:41
Compare
Choose a tag to compare

Minor version

  • Added XdepsCreateXdepsMavenRepositoryTask
  • Updated some tasks to reuse Gradle logger instead of creating their own instance
  • Refactored TeamcityUtil to support the new logging approach
  • Added methods to resign .ipa and .app reusing existing codesign details

0.15.2.0

31 Jan 13:19
Compare
Choose a tag to compare

Minor version 0.15.2.0

  • Added XdepsRestoreDependenciesTask
  • Minor refactoring in lv.ctco.scm.gradle.xdeps package classes

0.15.1.3

12 Jan 16:21
Compare
Choose a tag to compare

Bugfix version 0.15.1.3

  • Added missing annotation for task property

0.15.1.2

30 Nov 09:03
Compare
Choose a tag to compare

Bugfix version 0.15.1.2

  • Fixed ZipUtil.compressDirectory bug by replacing Apache.FileUtils implementation with Java Stream
  • Updated ZipUtil private methods to use Path objects instead of File objects
  • Deprecated PathUtil
  • Updated ReprofilingUtil.reprofileIpa to not use PathUtil

0.15.1.1

26 Nov 15:04
Compare
Choose a tag to compare

Bugfix version 0.15.1.1

  • Added deprecated ReprofilingUtil.reprofileIpa for backwards compatibility
  • Removed overridden properties for the nexusStaging extension

0.15.1.0

26 Nov 14:41
Compare
Choose a tag to compare

Minor version 0.15.1.0

  • added reprofiling.verify property (true by default) to ReprofileIpaTask
  • added boolean verify property support to ReprofilingUtil and IosCodesigningUtil
  • added logging to DEBUG of command line calls in IosCodesigningUtil
  • fixed the transitively acquired bug in IosCodesigningUtil.getFrameworks by replacing Apache FileUtils implementation with Java Stream

0.15.0.0

03 Nov 15:41
Compare
Choose a tag to compare

New major version 0.15.x

  • updated dependencies
  • new convenience class LoggerOutputStream
  • removed logging to file capabilities from ExecOutputStream
  • AndroidSDKUtil will now work with latest on-host build-tools instead of hard-coded version
  • AndroidApksignerUtil will now return ExecResult objects instead of throwing exceptions when failures
  • updated Xamarin build tasks to msbuild-only invocations
  • updated naming of Xamarin debug symbol artifacts
  • updated Xamarin BuildAndroidTask to completely depend on msbuild for Android artifact signing

0.14.5.0

16 Jul 17:14
Compare
Choose a tag to compare

Added CapturingOutputStream for convenience
Marked logging to file as deprecated for ExecOutputStream