16 lines
293 B
Plaintext
16 lines
293 B
Plaintext
--- !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, ]
|
|
...
|