Lack of support for com.apple.buildphase.copy-files and com.apple.buildphase.shell-script is blocking my team from scanning our iOS apps. We get these errors when running gen-ir:
2025-01-09 17:26:12 +0000 [PIFSupport/PIF.swift:513 decode(container:type:)] [DEBUG] unknown build phase: com.apple.buildphase.copy-files
2025-01-09 17:26:12 +0000 [PIFSupport/PIF.swift:513 decode(container:type:)] [DEBUG] unknown build phase: com.apple.buildphase.shell-script
2025-01-09 17:26:12 +0000 [PIFSupport/PIF.swift:513 decode(container:type:)] [DEBUG] unknown build phase: com.apple.buildphase.copy-files
2025-01-09 17:26:12 +0000 [PIFSupport/PIF.swift:513 decode(container:type:)] [DEBUG] unknown build phase: com.apple.buildphase.shell-script
The source code notes this as a TODO: https://github.com/veracode/gen-ir/blob/0.5.1/PIF/Sources/PIFSupport/PIF.swift#L515
Please add it.
Lack of support for
com.apple.buildphase.copy-filesandcom.apple.buildphase.shell-scriptis blocking my team from scanning our iOS apps. We get these errors when running gen-ir:The source code notes this as a TODO: https://github.com/veracode/gen-ir/blob/0.5.1/PIF/Sources/PIFSupport/PIF.swift#L515
Please add it.