Export SwiftGen strings as public
Required as part of an external framework.
This commit is contained in:
parent
de944acabb
commit
cf499739f7
|
@ -1,5 +1,5 @@
|
|||
// swiftlint:disable all
|
||||
// Generated using SwiftGen, by O.Halligon — https://github.com/SwiftGen/SwiftGen
|
||||
// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen
|
||||
|
||||
// swiftlint:disable sorted_imports
|
||||
import Foundation
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// swiftlint:disable all
|
||||
// Generated using SwiftGen, by O.Halligon — https://github.com/SwiftGen/SwiftGen
|
||||
// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen
|
||||
|
||||
// swiftlint:disable sorted_imports
|
||||
import Foundation
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,8 @@ strings:
|
|||
outputs:
|
||||
- templateName: structured-swift4
|
||||
output: Passepartout/Sources/SwiftGen+Strings.swift
|
||||
params:
|
||||
publicAccess: true
|
||||
|
||||
ib:
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue