Fix support for for building, bundling, and running for visionOS, iOS, & tvOS. #161
Annotations
10 warnings
GitHub Action for SwiftLint:
Tests/SwiftBundlerTests/SwiftBundlerTests.swift#L19
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L31
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L53
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L61
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L69
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L97
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L128
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Sources/swift-bundler/Commands/CreateCommand.swift#L195
Line Length Violation: Line should be 150 characters or less; currently it has 152 characters (line_length)
|
GitHub Action for SwiftLint:
Sources/swift-bundler/Commands/SimulatorsCommand.swift#L11
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Sources/swift-bundler/Commands/TemplatesCommand.swift#L12
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
Loading