Slide 28
Slide 28 text
四苦⼋苦して Workaround を⾒つける
‣ Build は動く事が判明
• SwiftGenの場合 問題なし
2
8
return [
.prebuildCommand(
displayName: "SwiftGen",
executable: try context.tool(named: "swiftgen").path,
arguments: [
"run", "xcssets",
targetAssets.string,
"--param", "publicAccess", "--templateName", "swift5", "--output",
outputFile.string,
],
environment: [:],
outputFilesDirectory: outputFilesDirectory),
return [
.buildCommand(
displayName: "SwiftGen",
executable: try context.tool(named: "swiftgen").path,
arguments: [
"run", "xcassets",
targetAssets.string,
"--param", "publicAccess", "--templateName", "swift5", "--output",
outputFile.string,
],
environment: [:],
outputFiles: [outputFile]
),