Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed May 12, 2024
1 parent 77a7ec4 commit 246c65d
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 697 deletions.
5 changes: 4 additions & 1 deletion Example iOS-Carthage/Cartfile
@@ -1 +1,4 @@
github "techprimate/TPPDF" "main"
# github "techprimate/TPPDF" "main"

# Use a local project
git "file:///Volumes/Developer/techprimate/TPPDF" "carthage-xcodegen"
6 changes: 6 additions & 0 deletions Source/API/Document/PDFDocumentBackground.swift
@@ -1,3 +1,9 @@
#if canImport(UIKit)
import UIKit
#elseif canImport(AppKit)
import AppKit
#endif

/// Document background configuration
public struct PDFDocumentBackground {
/**
Expand Down

0 comments on commit 246c65d

Please sign in to comment.