Skip to content

Commit 6c469cb

Browse files
authored
Merge pull request #3 from PSPDFKit/rad/api-notes
Remove API Notes
2 parents b325b2b + 2f78277 commit 6c469cb

29 files changed

+1116
-547
lines changed

PSPDFKit.apinotes

Lines changed: 0 additions & 114 deletions
This file was deleted.

PSPDFKitSwift-Private.xcodeproj/project.pbxproj

Lines changed: 356 additions & 82 deletions
Large diffs are not rendered by default.

PSPDFKitSwift-Private.xcodeproj/xcshareddata/xcschemes/PSPDFKitSwift.xcscheme

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1000"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -15,8 +15,8 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "7541B88C1FFF98F90061EAA2"
18-
BuildableName = "PSPDFKitSwift.framework"
19-
BlueprintName = "PSPDFKitSwift"
18+
BuildableName = "PSPDFKitUISwift.framework"
19+
BlueprintName = "PSPDFKitUISwift"
2020
ReferencedContainer = "container:PSPDFKitSwift-Private.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -43,8 +43,8 @@
4343
<BuildableReference
4444
BuildableIdentifier = "primary"
4545
BlueprintIdentifier = "7541B88C1FFF98F90061EAA2"
46-
BuildableName = "PSPDFKitSwift.framework"
47-
BlueprintName = "PSPDFKitSwift"
46+
BuildableName = "PSPDFKitUISwift.framework"
47+
BlueprintName = "PSPDFKitUISwift"
4848
ReferencedContainer = "container:PSPDFKitSwift-Private.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
@@ -65,8 +65,8 @@
6565
<BuildableReference
6666
BuildableIdentifier = "primary"
6767
BlueprintIdentifier = "7541B88C1FFF98F90061EAA2"
68-
BuildableName = "PSPDFKitSwift.framework"
69-
BlueprintName = "PSPDFKitSwift"
68+
BuildableName = "PSPDFKitUISwift.framework"
69+
BlueprintName = "PSPDFKitUISwift"
7070
ReferencedContainer = "container:PSPDFKitSwift-Private.xcodeproj">
7171
</BuildableReference>
7272
</MacroExpansion>
@@ -83,8 +83,8 @@
8383
<BuildableReference
8484
BuildableIdentifier = "primary"
8585
BlueprintIdentifier = "7541B88C1FFF98F90061EAA2"
86-
BuildableName = "PSPDFKitSwift.framework"
87-
BlueprintName = "PSPDFKitSwift"
86+
BuildableName = "PSPDFKitUISwift.framework"
87+
BlueprintName = "PSPDFKitUISwift"
8888
ReferencedContainer = "container:PSPDFKitSwift-Private.xcodeproj">
8989
</BuildableReference>
9090
</MacroExpansion>

PSPDFKitSwift.podspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |spec|
1010
spec.name = "PSPDFKitSwift"
11-
spec.version = "1.0.1"
11+
spec.version = "1.0.2"
1212
spec.summary = "A set of wrappers and extensions to the PSPDFKit frameworks to improve the Swift experience."
1313

1414
spec.homepage = "http://github.com/PSPDFKit/PSPDFKitSwift"
@@ -18,16 +18,16 @@ Pod::Spec.new do |spec|
1818
spec.social_media_url = "http://twitter.com/pspdfkit"
1919

2020
spec.platform = :ios, "11.0", :osx, "10.13"
21-
spec.ios.deployment_target = "9.0"
21+
spec.ios.deployment_target = "10.0"
2222
spec.osx.deployment_target = "10.12"
2323

24-
spec.swift_version = "4.0.3"
25-
spec.cocoapods_version = '>= 1.4.0'
24+
spec.swift_version = "4.1"
25+
spec.cocoapods_version = '>= 1.5.3'
2626

27-
spec.source = { :git => "https://github.com/PSPDFKit/PSPDFKitSwift.git", :tag => '1.0.1' }
27+
spec.source = { :git => "https://github.com/PSPDFKit/PSPDFKitSwift.git", :tag => '1.0.2' }
2828
spec.source_files = "Sources", "Sources/**/*.swift"
29-
spec.ios.exclude_files = 'Sources/**/*+macOS.swift'
30-
spec.osx.exclude_files = 'Sources/**/*+iOS.swift'
29+
spec.ios.exclude_files = "Sources/**/*+macOS.swift"
30+
spec.osx.exclude_files = "Sources/**/*+iOS.swift", "Sources/**/PSPDFViewController.swift"
3131

3232
spec.requires_arc = true
3333

0 commit comments

Comments
 (0)