Gradle Xcode plugin v0.15.0 Release Notes

Release Date: 2017-06-02 // almost 7 years ago
  • ๐Ÿ”„ Changes

    • ๐ŸŽ renamed Type.OSX to Type.macOS, you can use both 'OSX' and 'macOS' for the xcodebuild.type parameter
    • Introduced an entitlements parameter for signing that can contain a map with the entitlments settings that should be added
    • โž• Added validation of signing certificate (if it is valid and has not expired): Issue #348
    • When installing an App to the iOS simulator, the App gets codesigned first: Issue #346
    • โž• Added Bitcode support. This can be enabled using the new bitcode flag. e.g. xcodebuild { bitcode = true }: Issue #233