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
|
// 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
|
// swiftlint:disable sorted_imports
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// swiftlint:disable all
|
// 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
|
// swiftlint:disable sorted_imports
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,8 @@ strings:
|
||||||
outputs:
|
outputs:
|
||||||
- templateName: structured-swift4
|
- templateName: structured-swift4
|
||||||
output: Passepartout/Sources/SwiftGen+Strings.swift
|
output: Passepartout/Sources/SwiftGen+Strings.swift
|
||||||
|
params:
|
||||||
|
publicAccess: true
|
||||||
|
|
||||||
ib:
|
ib:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue