Skip to content

Commit 246c65d

Browse files
committed
WIP
1 parent 77a7ec4 commit 246c65d

File tree

4 files changed

+410
-697
lines changed

4 files changed

+410
-697
lines changed

Example iOS-Carthage/Cartfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
github "techprimate/TPPDF" "main"
1+
# github "techprimate/TPPDF" "main"
2+
3+
# Use a local project
4+
git "file:///Volumes/Developer/techprimate/TPPDF" "carthage-xcodegen"

Source/API/Document/PDFDocumentBackground.swift

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#if canImport(UIKit)
2+
import UIKit
3+
#elseif canImport(AppKit)
4+
import AppKit
5+
#endif
6+
17
/// Document background configuration
28
public struct PDFDocumentBackground {
39
/**

0 commit comments

Comments
 (0)