Skip to content

Commit

Permalink
Update swift version to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed Oct 28, 2024
1 parent 8aa3a20 commit b07f28c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [3.0] - TBA
### Changed
- Обновлена версия Swift до 6.0

### Removed
- Полностью удалена зависимость от SwiftGen

Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b07f28c

Please sign in to comment.