Skip to content

Commit 6b6aa23

Browse files
committed
Removed optional comment from readme.
1 parent 256b9ad commit 6b6aa23

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,6 @@ adb push /path/to/your/document.pdf /sdcard/document.pdf
247247
- # platform :ios, '9.0'
248248
+ platform :ios, '12.0'
249249
...
250-
```
251-
Add the podspec link for `PSPDFKit` in `ios/Podfile` as shown below:
252-
253-
__Optional:__ If you wish to use a specific version of `PSPDFKit` or the nightly version, you should use the appropriate podspec link.
254-
255-
```
256250
target 'Runner' do
257251
use_frameworks!
258252
+ pod 'PSPDFKit', podspec:'https://customers.pspdfkit.com/pspdfkit-ios/latest-framework.podspec'

example/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ pspdfkit.password=YOUR_PASSWORD_GOES_HERE
1515
flutter.buildMode=debug
1616
```
1717

18-
3. __Optional:__ Replace the podspec link in `pspdfkit-flutter/example/iOS/Podfile` if you wish to use a specific version of `PSPDFKit`, or the nightly version.
19-
20-
```bash
21-
...
22-
target 'Runner' do
23-
pod 'PSPDFKit', podspec:'https://customers.pspdfkit.com/pspdfkit-ios/latest-framework.podspec'
24-
...
25-
```
26-
27-
4. cd `pspdfkit-flutter/example`
28-
5. Run `flutter emulators --launch <EMULATOR_ID>` to launch the desired emulator. Optionally, you can repeat this step to launch multiple emulators.
29-
6. The app is ready to start! Run `flutter run -d all` and the PSPDFKit Flutter example will be deployed on all your devices connected, both iOS and Android.
18+
3. cd `pspdfkit-flutter/example`
19+
4. Run `flutter emulators --launch <EMULATOR_ID>` to launch the desired emulator. Optionally, you can repeat this step to launch multiple emulators.
20+
5. The app is ready to start! Run `flutter run -d all` and the PSPDFKit Flutter example will be deployed on all your devices connected, both iOS and Android.

0 commit comments

Comments
 (0)