Gradle XcodePlugin Versions Save

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS

0.23.2

8 months ago

Changes:

  • Added Xcode 14 specific simulator list for iOS

Bugfixes:

  • Made sure that the simulator for one runtime are only created once

0.22.0

1 year ago

Changes

  • Update the appstore upload to use the new --upload-package API
  • The Assets.car is now propery created an an Apple Silicon machine.
  • Added support for Xcode 13.2.1.

0.22.2

1 year ago

Changes

  • added -project parameters, so that the project file can be outside the root directory: By amattil1, Issue #451

0.21.1

1 year ago

Changes

  • Added support for xcframeworks when using carthage
  • Carthage bootstrap is executed also when only the Carthage.private file exists
  • Remove Rome support
  • Change that the altool use the apiKey and apiIssue. (username and password should still work)
  • Change that app extensions gets only the keychain-access-group of the main bundle set.
  • Updated appstore upload task so that it works with Xcode13