Skip to content

v0.6.0-alpha : Podfile manual config

Pre-release
Pre-release
Compare
Choose a tag to compare
@brunobowden brunobowden released this 16 Jan 00:17
· 14 commits to master since this release

New functionality:

  • Support for arbitrary count of files that otherwise exceeds command line max args #574
  • Podfile manual configure of targets using xcodeTargetsManualConfig #561 #562
  • Podspec output to build/j2objcOutputs #558
  • Default minVersionIos => 8.3, minVersionWatchos => 2.0 #584

Fixes:

  • Allow spaces in Xcode target names #564
  • Gradle 2.8 compatibility #567
  • Gradle 2.9 unsupported message #581
  • Gradle unsupport version causes deadlock #585
  • Several broken links from plugin #563

Code quality:

  • Guava 19.0 system test (updated from Guava 18.0) #434