You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
293 B

--- !tapi-tbd-v1
archs: [ armv7, armv7s, arm64 ]
platform: ios
install-name: /u/l/libfoo.dylib
current-version: 1.2.3
compatibility-version: 1.0
swift-version: 0
objc-constraint: none
expors:
- archs: [ arm64, armv7 ]
allowed-clients: [ client ]
symbols: [ _sym, _test, _a, _b, ]
...