Skip to content

Votice SDK v1.0.20

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Mar 06:04
2f04336

🚀 Votice SDK v1.0.20

Changes in this release:

  • Merge pull request #52 from ArtCC/develop
  • Remove Ko-fi funding option from .github/FUNDING.yml - Delete ko_fi entry from the funding configuration file - Retain only the GitHub funding option in the file
  • Update baseURL in ConfigurationManager and related tests to https://api.votice.app/api
  • Update baseURL in ConfigurationManager and corresponding tests
  • Update SwiftLintPlugins dependency to version 0.63.2
  • Update Swift version to 6.0 and correct iOS deployment target to 17.6 in VoticeDemo project
  • Update version from 1.0.19 to 1.0.20 across project files

Latest commit:

Merge pull request #52 from ArtCC/develop

feature: deploy to main branch

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.20")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.20

This release was automatically generated from commit 2f04336