mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
fix: dyld tbd symbol output
This commit is contained in:
+3
-2
@@ -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 " }} ]
|
||||
...
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user