Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SwiftGen Assets generation #196

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.7.0] - 2023-09-25
### Changed
- Обновлена версия swift в .swiftformat файле до 5.9
- Удалена генерация Assets.swift с использованием SwiftGen, теперь используется нативная генерация кода из Xcode 15

## [1.6.0] - 2023-08-16
### Changed
- Обновил структуру папок в Classes
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/.swiftformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--swiftversion 5.7
--swiftversion 5.9
--header strip
--exclude **/Generated
--maxwidth 140
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ The resulted encrypted file should be committed to the repository.

---

This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 1.6.0.
This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 1.7.0.
1 change: 1 addition & 0 deletions {{ cookiecutter.name }}/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ settings:
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: UIInterfaceOrientationPortrait
INFOPLIST_KEY_UIStatusBarStyle: UIStatusBarStyleLightContent
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS: true
configs:
Debug:
OTHER_SWIFT_FLAGS: -D DEBUG
Expand Down
5 changes: 0 additions & 5 deletions {{ cookiecutter.name }}/swiftgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ strings:
outputs:
templateName: structured-swift5
output: Strings.swift
xcassets:
inputs: Assets.xcassets
outputs:
templateName: swift5
output: Assets.swift
ib:
inputs: Storyboards
outputs:
Expand Down