Add one more build rule example

This commit is contained in:
Patrick Balestra
2019-01-31 19:03:19 +01:00
committed by GitHub
parent 8a38b5ef12
commit 7d7b5b4e21
+5
View File
@@ -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