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 79a3a2b commit 1f5ca98
Show file tree
Hide file tree
Showing 31 changed files with 1,250 additions and 4,478 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
D49855562461FB9A00D54270 /* Examples.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49855552461FB9A00D54270 /* Examples.swift */; };
D49B06002658E7FD0084A0B7 /* DocumentSettingsExampleFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49B05FF2658E7FD0084A0B7 /* DocumentSettingsExampleFactory.swift */; };
D4D28D2323AA1A6D00028D5A /* ExamplesListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28D2223AA1A6D00028D5A /* ExamplesListViewController.swift */; };
D4FF9A28249A488A006FF2ED /* TPPDF.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4FF9A27249A488A006FF2ED /* TPPDF.framework */; };
D4E49EE92BF110EF00BC7B0A /* TPPDF.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4FF9A27249A488A006FF2ED /* TPPDF.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -91,7 +91,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D4FF9A28249A488A006FF2ED /* TPPDF.framework in Frameworks */,
D4E49EE92BF110EF00BC7B0A /* TPPDF.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -343,7 +343,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
shellScript = "if [[ \"$(uname -m)\" == arm64 ]]; then\n export PATH=\"/opt/homebrew/bin:$PATH\"\nfi\n\ncarthage copy-frameworks\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
6 changes: 6 additions & 0 deletions Source/API/Document/PDFDocumentBackground.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#if canImport(UIKit)
import UIKit
#elseif canImport(AppKit)
import AppKit
#endif

/// Document background configuration
public struct PDFDocumentBackground {
/**
Expand Down
25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/CwlCatchExceptionSupport_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/CwlCatchException_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/CwlMachBadInstructionHandler_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/CwlPosixPreconditionTesting_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/CwlPreconditionTesting_Info.plist

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/NimbleCwlCatchExceptionSupport_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/NimbleCwlCatchException_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/NimbleCwlMachBadInstructionHandler_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/NimbleCwlPreconditionTesting_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/Nimble_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/QuickObjCRuntime_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/QuickSpecBase_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions TPPDF.xcodeproj/Quick_Info.plist

This file was deleted.

Loading

0 comments on commit 1f5ca98

Please sign in to comment.