Skip to content

Commit 3c69420

Browse files
author
Rad Azzouz
committed
Merge branch 'master' into rad/podspec
2 parents 584d491 + ef4a78c commit 3c69420

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ buck-out/
4242
android/app/libs
4343
*.keystore
4444

45+
PSPDFKit/PSPDFKit.framework
4546
samples/Catalog/android/pspdfkit-lib/*.aar
4647

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Let's create a simple app that integrates `PSPDFKit.framework` and uses the `rea
2424
![Deployment Target](screenshots/deployment-target.png)
2525
9. Change "View controller-based status bar appearance" to `YES` in `Info.plist`:
2626
![View Controller-Based Status Bar Appearance](screenshots/view-controller-based-status-bar-appearance.png)
27-
10. Make sure the `libRCTPSPDFKit.a` static library is linked to the "YourApp" target:
27+
10. Link with the `libRCTPSPDFKit.a` static library (if `libRCTPSPDFKit.a` is already there but greyed out, delete it and link it again):
2828
![Linking Static Library](screenshots/linking-static-library.png)
2929
11. Embed `PSPDFKit.framework` by drag and dropping it into the "Embedded Binaries" section of the "YourApp" target (Select "Create groups"). This will also add it to the "Linked Framworks and Libraries" section:
3030
![Embedding PSPDFKit](screenshots/embedding-pspdfkit.png)

0 commit comments

Comments
 (0)