Skip to content

Releases: SomeRandomiOSDev/ProjectTemplate

0.5.1

15 Nov 18:35
452be54
Compare
Choose a tag to compare
  • Fixed up Codacy issues.
  • Updated all workflows to run using macOS-11.
  • Other minor fixes.

0.5.0

14 Nov 02:54
1aced45
Compare
Choose a tag to compare
  • Added pull request template & issue form templates.
  • Added contributing, contributors, and code of conduct documents.
  • Updated workflows with path filters to avoid unnecessary workflow runs.
  • Added log artifacts to all relevant workflows.
  • Added DocC documentation catalog.
  • Added documentation.yml workflow.

0.4.1

28 Oct 17:35
6f083de
Compare
Choose a tag to compare
  • Added workflow for automatically publishing CocoaPods

0.4.0

28 Oct 14:14
1e74ae3
Compare
Choose a tag to compare
  • Removed unnecessary dependency check in workflowtests.sh
  • Updated .swiftlint.yml with default excludes and ignored/updated rules
  • Updated README header formatting and added missing Github Action status badges
  • Updated default tvOS deployment version to '9.0'
  • Updated scripts to standardize arguments format & additional error/signal handling
  • Added configuration options for conditionally signing git commits and tags
  • Fixed codecov.io upload steps in swift-package.yml
  • Split linting steps in cocoapods.yml for parallelization by using a build matrix
  • Added swiftlint.yml Github Action workflow

0.3.0

28 Oct 13:56
9e76319
Compare
Choose a tag to compare
  • Added workflowtests.sh for running all workflow tests locally for configured projects
  • Updated default SPM version in README
  • Added GPG signing for git tags

0.2.1

28 Oct 13:54
d9a22d2
Compare
Choose a tag to compare
  • Fixed issues when running Github Actions
  • Disabled commit/tag signing when running unit tests

0.2.0

28 Oct 13:52
89b3bd3
Compare
Choose a tag to compare
  • Added unit tests for configuring project templates

0.1.2

28 Oct 13:51
7fc4be1
Compare
Choose a tag to compare
  • Updated config.sh script with a help message
  • Added watchOS unit tests to xcodebuild.yml workflow
  • Migrated to using XCTestPlans
  • Set the default branch to main when initializing git repos
  • Upgraded project to Xcode 13.0

0.1.1

28 Oct 13:48
Compare
Choose a tag to compare
  • Fixed issues in the xcodebuild.yml workflow
  • Added workflow_dispatch trigger to workflow actions

0.1.0

28 Oct 13:44
Compare
Choose a tag to compare
  • Initial Release