Skip to content

Commit

Permalink
fix: iOS compilation, link resolv.tbd
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
  • Loading branch information
D4ryl00 committed Nov 25, 2023
1 parent e250fa9 commit 53b9aa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -43,7 +43,7 @@ indent_size = 2
[*.bat]
end_of_line = crlf

[*.{json,yml}]
[*.{json,yml,yaml}]
indent_size = 2
indent_style = space

Expand Down
6 changes: 6 additions & 0 deletions js/ios/berty.yaml
Expand Up @@ -176,6 +176,9 @@ targets:
- sdk: Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreBluetooth.framework
root: DEVELOPER_DIR
link: true
- sdk: usr/lib/libresolv.tbd
root: SDKROOT
link: true
- framework: ./Frameworks/Bertybridge.xcframework
embed: false
- framework: "${SRCROOT}/../node_modules/expo-file-system/ios/EXFileSystem.xcframework"
Expand Down Expand Up @@ -257,6 +260,9 @@ targets:
embed: false
- framework: "${PODS_ROOT}/OpenSSL-Universal/Frameworks/OpenSSL.xcframework"
embed: false
- sdk: usr/lib/libresolv.tbd
root: SDKROOT
link: true

include:
- info.yaml

0 comments on commit 53b9aa9

Please sign in to comment.