Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
excluded:
- Tuist
Comment thread
opficdev marked this conversation as resolved.

disabled_rules:
- nesting
- multiple_closures_with_trailing_closure
Expand Down
1 change: 1 addition & 0 deletions Tuist/ProjectDescriptionHelpers/Project+Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public extension Settings {
"CURRENT_PROJECT_VERSION": "1",
"INFOPLIST_KEY_CFBundleShortVersionString": "$(MARKETING_VERSION)",
"INFOPLIST_KEY_CFBundleVersion": "$(CURRENT_PROJECT_VERSION)",
"SWIFT_STRICT_CONCURRENCY": "complete",
"SWIFT_VERSION": "5.0",
"TARGETED_DEVICE_FAMILY": "1,2",
]
Expand Down