Skip to content

Releases: ctco/gradle-mobile-plugin

0.12.0.0

17 Aug 11:22
Compare
Choose a tag to compare

New functionality

  • Added tasks that can control iOS simulators via fbsimctl tool
  • Updated Xamarin build tasks will use msbuild if mdtool is unavailable
  • Updated signature algorithm for Android release codesigning
  • Relocated temporary payload dir when reprofiling IPA artifact

0.11.1.0

10 May 05:48
Compare
Choose a tag to compare

Feature release

  • plugin version updated;
  • added the possibility to ignore remote branches when calculating revision number(s) via git.remotes.exclude(.*) Gradle properties

0.11.0.2

28 Apr 19:02
Compare
Choose a tag to compare

Bug fixes

  • [Xcode and Xamarin platforms] environment configuration parameters that have default values will now be correctly resolved from build file

0.11.0.1

28 Apr 08:06
Compare
Choose a tag to compare

Bug fixes

  • [all iOS platforms] added a workaround for NullPointerException in PropertyListParser.saveAsXML;
  • [Xcode platform] restored lost Xcode platform utility tasks.

0.11.0.0

22 Mar 10:06
Compare
Choose a tag to compare

Build configuration breaking changes!

  • plugin version updated;
  • changed environment configuration object (e.g. Xamarin platform value now is seperate from configuration value);
  • changed profile configuration object (e.g. added order and level parameters, removed outputPath parameter);
  • also changes to logging output;
  • also reprofileIpa task now resigns packaged frameworks and dylibs;
  • also other minor bugfixes.