Skip to content

Commit 0bc4724

Browse files
Update README.md
1 parent f716ce3 commit 0bc4724

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The BuiltIO Backend helps you to create iOS apps quickly and effortlessly, takin
2121
- Security.framework
2222
- Social.framework
2323
- SystemConfiguration.framework
24-
- libicucore.dylib
25-
- libsqlite3.dylib
24+
- libicucore.tbd
25+
- libsqlite3.tbd
2626

2727
4. In your target app, click on the `Build Settings` tab and add the `-ObjC` flag to `Other Linker Flags`.
2828

@@ -38,7 +38,8 @@ end
3838
target '<WatchAppTarget>' do
3939
platform :ios, '7.0'
4040
pod 'BuiltIOBackend'
41-
end```
41+
end
42+
```
4243

4344
Run `pod install`, and you should now have the latest BuiltIOBackend release.
4445

0 commit comments

Comments
 (0)