Skip to content

Commit 60583b6

Browse files
Update README.md
1 parent 0bc4724 commit 60583b6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ The BuiltIO Backend helps you to create iOS apps quickly and effortlessly, takin
1212
A window will appear, prompting you to choose one of the options for adding files. Click the ‘Destination’ checkbox to copy items into the destination group’s folder. This will add the SDK to your project.
1313

1414
3. In the project editor, select your app under `TARGETS`. Under the `General` tab, open `Linked Frameworks and Libraries` and add the following libraries:
15-
- Accounts.framework
16-
- CFNetwork.framework
17-
- CoreGraphics.framework
18-
- CoreLocation.framework
19-
- CoreTelephony.framework
20-
- MobileCoreServices.framework
21-
- Security.framework
22-
- Social.framework
23-
- SystemConfiguration.framework
24-
- libicucore.tbd
25-
- libsqlite3.tbd
15+
- Accounts.framework (iOS)
16+
- CFNetwork.framework (iOS)
17+
- CoreGraphics.framework (iOS|WatchOS)
18+
- CoreLocation.framework (iOS|WatchOS)
19+
- CoreTelephony.framework (iOS)
20+
- MobileCoreServices.framework (iOS|WatchOS)
21+
- Security.framework (iOS|WatchOS)
22+
- Social.framework (iOS)
23+
- SystemConfiguration.framework (iOS)
24+
- libicucore.dylib (iOS|WatchOS)
25+
- libsqlite3.dylib (iOS|WatchOS)
2626

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

0 commit comments

Comments
 (0)