fix: dyld tbd symbol output

This commit is contained in:
blacktop
2021-03-28 22:15:58 -04:00
parent ce2803c5b2
commit ad0a70546a
+3 -2
View File
@@ -1,12 +1,13 @@
package tbd
const tbdTemplate = `---
const tbdTemplate = `--- !tapi-tbd-v3
archs: [ {{ StringsJoin .Archs ", " }} ]
platform: {{.Platform}}
install-name: {{.Path}}
current-version: {{.Version}}
objc-constraint: none
exports:
- archs: [ {{ StringsJoin .Archs ", " }} ]
symbols: [ {{ StringsJoin .Symbols ", " }} ]
symbols: [ {{ StringsJoin .Symbols ",\n " }} ]
...
`