Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

60 lines (47 loc) · 1.87 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

tbd

[2.0.3]

Added

  • The plugin DSL is now compatible with Groovy #17
  • The name of the generated ZIP file can now be customized #22

[2.0.2]

Fixed

  • Fix a bug where the plugin was not able to detect the frameworks for some project configurations #8

[2.0.1]

Changed

  • The class MultiplatformSwiftPackagePlugin is now public #7.

    Thanks @netroy

[2.0.0]

Added

  • You can now declare the name of the Swift package #5. Thanks for the collaboration @JUSTINMKAUFMAN
packageName("MyAwesomeKit")

Changed

  • BREAKING: By default the name of the Swift package is now the base name of the framework instead of the name of the project.

[1.0.2]

Fixed

  • Fix a bug where target names were not always resolved correctly #1

  • Fix a bug where the creation of the XCFramework failed if dSYM files did not exist

[1.0.1]

Added

  • Add all architectures of a platform at once
    targetPlatforms {
      iOS { v("13") }
      macOS { v("10.0") }
    }
  • Better error messages if the plugin is not configured correctly
  • Better validation of plugin configuration

[1.0.0] - 2020-10-12

The first release 🥳