From b07f28cf176b2f2dd47ab49da8d88cab719d693f Mon Sep 17 00:00:00 2001 From: Alexey Korolev Date: Mon, 28 Oct 2024 16:21:30 +0300 Subject: [PATCH] Update swift version to 6.0 --- CHANGELOG.md | 3 +++ {{ cookiecutter.name }}/README.md | 2 +- {{ cookiecutter.name }}/project.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 957ae8d..73f116a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [3.0] - TBA +### Changed +- Обновлена версия Swift до 6.0 + ### Removed - Полностью удалена зависимость от SwiftGen diff --git a/{{ cookiecutter.name }}/README.md b/{{ cookiecutter.name }}/README.md index a357edd..2f5f6ca 100644 --- a/{{ cookiecutter.name }}/README.md +++ b/{{ cookiecutter.name }}/README.md @@ -22,4 +22,4 @@ Before launching the project, it's important to confirm that each team member ha --- -This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 2.5.0. +This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 3.0.0. diff --git a/{{ cookiecutter.name }}/project.yml b/{{ cookiecutter.name }}/project.yml index 8958fbc..cd637df 100644 --- a/{{ cookiecutter.name }}/project.yml +++ b/{{ cookiecutter.name }}/project.yml @@ -19,7 +19,7 @@ settings: VERSIONING_SYSTEM: apple-generic CURRENT_PROJECT_VERSION: 1 MARKETING_VERSION: 1.0 - SWIFT_VERSION: 5.0 + SWIFT_VERSION: 6.0 DEVELOPMENT_TEAM: {{ cookiecutter.development_team_id }} GENERATE_INFOPLIST_FILE: YES INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"