Skip to content

Commit

Permalink
Remove SwiftGen Assets generation (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya authored Sep 25, 2023
1 parent c2a6da1 commit 2a6e8e2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
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
Empty file.

0 comments on commit 2a6e8e2

Please sign in to comment.