Skip to content

Commit 85918cf

Browse files
authored
Merge pull request #8 from PSPDFKit/rad/update-for-8.5
Update for Xcode 10.3 and PSPDFKit 8.5 for iOS and 3.5 for macOS
2 parents 78fd382 + 5e3c9d2 commit 85918cf

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Example/PSPDFKitExample/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
platform :ios, '11.0'
99
use_frameworks!
1010

11-
pod 'PSPDFKitSwift', :git => 'https://github.com/PSPDFKit/PSPDFKit.swift.git', :tag => '1.1.3'
11+
pod 'PSPDFKitSwift', :git => 'https://github.com/PSPDFKit/PSPDFKit.swift.git', :tag => '1.1.4'
1212

1313
target 'PSPDFKitExample' do
1414

PSPDFKitSwift.xcodeproj/project.pbxproj

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
hasScannedForEncodings = 0;
289289
knownRegions = (
290290
en,
291+
Base,
291292
);
292293
mainGroup = 7541B8811FFF98320061EAA2;
293294
productRefGroup = 7541B88E1FFF98F90061EAA2 /* Products */;

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Your `Podfile` should look like this:
3333
```ruby
3434
# Replace `YourAppName` with your app's target name.
3535

36-
pod 'PSPDFKitSwift', :git => 'https://github.com/PSPDFKit/PSPDFKitSwift.git', :tag => '1.1.3'
36+
pod 'PSPDFKitSwift', :git => 'https://github.com/PSPDFKit/PSPDFKitSwift.git', :tag => '1.1.4'
3737

3838
target :YourAppName do
3939
use_frameworks!
@@ -95,7 +95,7 @@ If you want to work on PSPDFKitSwift, perform the following steps:
9595
* Clone `[email protected]:PSPDFKit/PSPDFKitSwift.git`
9696
* Copy `PSPDFKit.framework` into `PSPDFKitSwift/Frameworks`
9797
* Copy `PSPDFKitUI.framework` into `PSPDFKitSwift/Frameworks` (iOS only)
98-
* Open `PSPDFKitSwift.xcodeproj` in Xcode >= 10.2
98+
* Open `PSPDFKitSwift.xcodeproj` in Xcode >= 10.3
9999

100100
Please [sign our CLA agreement](https://pspdfkit.com/guides/web/current/miscellaneous/contributing/) so we can accept your pull requests.
101101

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ VERBOSE = ENV['verbose'] || false
5353

5454
CONFIGURATION = "Release"
5555
DERIVED_DATA = "#{DIRECTORY}/Xcode"
56-
SDK_SIM = "iphonesimulator12.2"
57-
SDK_IOS = "iphoneos12.2"
56+
SDK_SIM = "iphonesimulator12.4"
57+
SDK_IOS = "iphoneos12.4"
5858
SDK_MACOS = "macosx10.14"
5959
SCHEME_IOS = "PSPDFKitSwift"
6060
SCHEME_MACOS = "PSPDFKitSwift-macOS"

0 commit comments

Comments
 (0)