mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Add one more build rule example
This commit is contained in:
@@ -495,6 +495,11 @@ targets:
|
||||
script: generate_assets.py
|
||||
- fileType: sourcecode.swift
|
||||
script: pre_process_swift.py
|
||||
- filePattern: "*.txt"
|
||||
name: My Build Rule
|
||||
compilerSpec: com.apple.xcode.tools.swift.compiler
|
||||
outputFiles:
|
||||
- $(SRCROOT)/Generated.swift
|
||||
```
|
||||
|
||||
### Target Scheme
|
||||
|
||||
Reference in New Issue
Block a user