diff --git a/README.md b/README.md index e999bf74..0c2e88d0 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ To make sure this is fast, please use a work email and have someone from your co #### Requirements -- Xcode 12 -- PSPDFKit 10.0.1 for iOS or later -- react-native >= 0.63.2 -- CocoaPods >= 1.10.0.rc.1 +- The latest [Xcode](https://developer.apple.com/xcode/). +- PSPDFKit 10.1.0 for iOS or later +- react-native >= 0.63.3 +- CocoaPods >= 1.10.0 #### Getting Started @@ -89,11 +89,9 @@ end ![Deployment Target](screenshots/deployment-target.png) 10. Change "View controller-based status bar appearance" to `YES` in `Info.plist`: ![View Controller-Based Status Bar Appearance](screenshots/view-controller-based-status-bar-appearance.png) -11. If your application is targeting iOS versions **prior to iOS 12.2** and your application **does not already contain any Swift code**, then you need to make sure Xcode bundles Swift standard libraries with your application distribution. To to so, open your target Build Settings and enable `Always Embed Swift Standard Libraries`: - ![Always Embed Swift Standard Libraries](screenshots/always-embed-swift-standard-libraries.png) -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: +11. 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: ![Adding PDF](screenshots/adding-pdf.png) -13. Replace the default component from `App.js` with a simple touch area to present the bundled PDF. (Note that you can also use a [Native UI Component](#native-ui-component) to show a PDF.) +12. Replace the default component from `App.js` with a simple touch area to present the bundled PDF. (Note that you can also use a [Native UI Component](#native-ui-component) to show a PDF.) ```javascript import React, { Component } from "react"; diff --git a/package-lock.json b/package-lock.json index 485d6292..17574f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.30.2", + "version": "1.30.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bec14fe3..02d3a652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.30.2", + "version": "1.30.3", "description": "A React Native module for the PSPDFKit library.", "keywords": [ "react native", diff --git a/samples/Catalog/package.json b/samples/Catalog/package.json index 4734f144..9e589589 100644 --- a/samples/Catalog/package.json +++ b/samples/Catalog/package.json @@ -1,6 +1,6 @@ { "name": "Catalog", - "version": "1.30.2", + "version": "1.30.3", "private": true, "scripts": { "start": "react-native start", diff --git a/samples/NativeCatalog/package.json b/samples/NativeCatalog/package.json index 69ffbe4f..ddd55aee 100644 --- a/samples/NativeCatalog/package.json +++ b/samples/NativeCatalog/package.json @@ -1,6 +1,6 @@ { "name": "NativeCatalog", - "version": "1.30.2", + "version": "1.30.3", "private": true, "scripts": { "android": "react-native run-android", diff --git a/screenshots/always-embed-swift-standard-libraries.png b/screenshots/always-embed-swift-standard-libraries.png deleted file mode 100644 index b3863d10..00000000 Binary files a/screenshots/always-embed-swift-standard-libraries.png and /dev/null differ