Skip to content

Commit e418119

Browse files
author
Rad Azzouz
committed
Fix screenshot links
1 parent 3c3a9b3 commit e418119

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The [PSPDFKit SDK](https://pspdfkit.com/) is a framework that allows you to view
3030
- Xcode 10.2.1
3131
- PSPDFKit 8.4.2 for iOS or later
3232
- react-native >= 0.60.3
33-
- CocoaPods >= 1.7.2
33+
- CocoaPods >= 1.7.4
3434

3535
#### Getting Started
3636

@@ -77,7 +77,7 @@ target 'YourApp' do
7777
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
7878

7979
pod 'react-native-pspdfkit', :path => '../node_modules/react-native-pspdfkit'
80-
+ pod 'PSPDFKit', podspec: 'https://customers.pspdfkit.com/cocoapods/YOUR_COCOAPODS_KEY_GOES_HERE/pspdfkit/latest.podspec'
80+
+ pod 'PSPDFKit', podspec: 'https://customers.pspdfkit.com/cocoapods/YOUR_COCOAPODS_KEY_GOES_HERE/pspdfkit/latest.podspec'
8181

8282
use_native_modules!
8383
end
@@ -86,12 +86,12 @@ end
8686
8. Go back to the Terminal, `cd ios` then run `pod install`
8787
9. Open `ios/YourApp.xcworkspace` in Xcode: `open ios/YourApp.xcworkspace`
8888
10. Make sure the deployment target is set to 11.0 or higher:
89-
![Deployment Target](../screenshots/deployment-target.png)
89+
![Deployment Target](screenshots/deployment-target.png)
9090
11. Change "View controller-based status bar appearance" to `YES` in `Info.plist`:
91-
![View Controller-Based Status Bar Appearance](../screenshots/view-controller-based-status-bar-appearance.png)
91+
![View Controller-Based Status Bar Appearance](screenshots/view-controller-based-status-bar-appearance.png)
9292

9393
12. Add a PDF by drag and dropping it into your Xcode project (Select "Create groups" and add to target "YourApp"). This will add the document to the "Copy Bundle Resources" build phase:
94-
![Adding PDF](../screenshots/adding-pdf.png)
94+
![Adding PDF](screenshots/adding-pdf.png)
9595
13. Replace the default component from `index.ios.js` with a simple touch area to present the bundled PDF:
9696

9797
```javascript

0 commit comments

Comments
 (0)