Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit 55f938b

Browse files
committed
Import HGPDFKit
1 parent 563b504 commit 55f938b

31 files changed

+1699
-257
lines changed

PDFReader.xcodeproj/project.pbxproj

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
0067DA639DE75671B686D2E6 /* Pods_PDFReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE810CF6830BBCE7B0F55E39 /* Pods_PDFReader.framework */; };
1011
7629A3531FF11A7F007402FB /* ContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7629A3521FF11A7F007402FB /* ContainerViewController.swift */; };
1112
763764D21FC3125500B41B05 /* PopoverTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 763764D11FC3125500B41B05 /* PopoverTableViewController.swift */; };
1213
7654260D2001CB8600D2FB72 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7654260C2001CB8600D2FB72 /* CloudKit.framework */; };
@@ -29,6 +30,7 @@
2930
/* End PBXBuildFile section */
3031

3132
/* Begin PBXFileReference section */
33+
2C90F98C5AF6E008BB60D8D4 /* Pods-PDFReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFReader.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PDFReader/Pods-PDFReader.debug.xcconfig"; sourceTree = "<group>"; };
3234
7629A3521FF11A7F007402FB /* ContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContainerViewController.swift; sourceTree = "<group>"; };
3335
763764D11FC3125500B41B05 /* PopoverTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopoverTableViewController.swift; sourceTree = "<group>"; };
3436
7654260A2001CB8400D2FB72 /* PDFReader.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PDFReader.entitlements; sourceTree = "<group>"; };
@@ -60,6 +62,8 @@
6062
76DED9B91FF67EA500CF5A23 /* OutlineTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutlineTableViewController.swift; sourceTree = "<group>"; };
6163
76E72E7A20A3281800350EF4 /* SearchExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchExtension.swift; sourceTree = "<group>"; };
6264
76FB109A1FEEA4A0005F1F5B /* ThumbnailCollectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThumbnailCollectionViewController.swift; sourceTree = "<group>"; };
65+
B6192C254DB5548C49CF8795 /* Pods-PDFReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFReader.release.xcconfig"; path = "Pods/Target Support Files/Pods-PDFReader/Pods-PDFReader.release.xcconfig"; sourceTree = "<group>"; };
66+
EE810CF6830BBCE7B0F55E39 /* Pods_PDFReader.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PDFReader.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6367
/* End PBXFileReference section */
6468

6569
/* Begin PBXFrameworksBuildPhase section */
@@ -68,16 +72,27 @@
6872
buildActionMask = 2147483647;
6973
files = (
7074
7654260D2001CB8600D2FB72 /* CloudKit.framework in Frameworks */,
75+
0067DA639DE75671B686D2E6 /* Pods_PDFReader.framework in Frameworks */,
7176
);
7277
runOnlyForDeploymentPostprocessing = 0;
7378
};
7479
/* End PBXFrameworksBuildPhase section */
7580

7681
/* Begin PBXGroup section */
82+
2945ACEEAC2BAFA6DEA5E682 /* Pods */ = {
83+
isa = PBXGroup;
84+
children = (
85+
2C90F98C5AF6E008BB60D8D4 /* Pods-PDFReader.debug.xcconfig */,
86+
B6192C254DB5548C49CF8795 /* Pods-PDFReader.release.xcconfig */,
87+
);
88+
name = Pods;
89+
sourceTree = "<group>";
90+
};
7791
7654260B2001CB8600D2FB72 /* Frameworks */ = {
7892
isa = PBXGroup;
7993
children = (
8094
7654260C2001CB8600D2FB72 /* CloudKit.framework */,
95+
EE810CF6830BBCE7B0F55E39 /* Pods_PDFReader.framework */,
8196
);
8297
name = Frameworks;
8398
sourceTree = "<group>";
@@ -88,6 +103,7 @@
88103
766439E51F7C92D600DAF771 /* PDFReader */,
89104
766439E41F7C92D600DAF771 /* Products */,
90105
7654260B2001CB8600D2FB72 /* Frameworks */,
106+
2945ACEEAC2BAFA6DEA5E682 /* Pods */,
91107
);
92108
sourceTree = "<group>";
93109
};
@@ -134,11 +150,13 @@
134150
isa = PBXNativeTarget;
135151
buildConfigurationList = 766439F91F7C92D600DAF771 /* Build configuration list for PBXNativeTarget "PDFReader" */;
136152
buildPhases = (
153+
B739A60DFC8A368F46277488 /* [CP] Check Pods Manifest.lock */,
137154
766439DF1F7C92D600DAF771 /* Sources */,
138155
766439E01F7C92D600DAF771 /* Frameworks */,
139156
766439E11F7C92D600DAF771 /* Resources */,
140157
764728042016CE75005E5E88 /* ShellScript */,
141158
76DD098721820D9C00F35C96 /* Integrate Reveal Server */,
159+
8C2CE4521A1DA3F4AD2BAB7E /* [CP] Embed Pods Frameworks */,
142160
);
143161
buildRules = (
144162
);
@@ -243,6 +261,50 @@
243261
shellPath = /bin/sh;
244262
shellScript = "REVEAL_APP_PATH=$(mdfind kMDItemCFBundleIdentifier=\"com.ittybittyapps.Reveal2\" | head -n 1)\nBUILD_SCRIPT_PATH=\"${REVEAL_APP_PATH}/Contents/SharedSupport/Scripts/reveal_server_build_phase.sh\"\nif [ \"${REVEAL_APP_PATH}\" -a -e \"${BUILD_SCRIPT_PATH}\" ]; then\n\"${BUILD_SCRIPT_PATH}\"\nelse\necho \"Reveal Server not loaded: Cannot find a compatible Reveal app.\"\nfi\n";
245263
};
264+
8C2CE4521A1DA3F4AD2BAB7E /* [CP] Embed Pods Frameworks */ = {
265+
isa = PBXShellScriptBuildPhase;
266+
buildActionMask = 2147483647;
267+
files = (
268+
);
269+
inputFileListPaths = (
270+
);
271+
inputPaths = (
272+
"${SRCROOT}/Pods/Target Support Files/Pods-PDFReader/Pods-PDFReader-frameworks.sh",
273+
"${BUILT_PRODUCTS_DIR}/HGPDFKit/HGPDFKit.framework",
274+
);
275+
name = "[CP] Embed Pods Frameworks";
276+
outputFileListPaths = (
277+
);
278+
outputPaths = (
279+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HGPDFKit.framework",
280+
);
281+
runOnlyForDeploymentPostprocessing = 0;
282+
shellPath = /bin/sh;
283+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PDFReader/Pods-PDFReader-frameworks.sh\"\n";
284+
showEnvVarsInLog = 0;
285+
};
286+
B739A60DFC8A368F46277488 /* [CP] Check Pods Manifest.lock */ = {
287+
isa = PBXShellScriptBuildPhase;
288+
buildActionMask = 2147483647;
289+
files = (
290+
);
291+
inputFileListPaths = (
292+
);
293+
inputPaths = (
294+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
295+
"${PODS_ROOT}/Manifest.lock",
296+
);
297+
name = "[CP] Check Pods Manifest.lock";
298+
outputFileListPaths = (
299+
);
300+
outputPaths = (
301+
"$(DERIVED_FILE_DIR)/Pods-PDFReader-checkManifestLockResult.txt",
302+
);
303+
runOnlyForDeploymentPostprocessing = 0;
304+
shellPath = /bin/sh;
305+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
306+
showEnvVarsInLog = 0;
307+
};
246308
/* End PBXShellScriptBuildPhase section */
247309

248310
/* Begin PBXSourcesBuildPhase section */
@@ -419,6 +481,7 @@
419481
};
420482
766439FA1F7C92D600DAF771 /* Debug */ = {
421483
isa = XCBuildConfiguration;
484+
baseConfigurationReference = 2C90F98C5AF6E008BB60D8D4 /* Pods-PDFReader.debug.xcconfig */;
422485
buildSettings = {
423486
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
424487
CODE_SIGN_ENTITLEMENTS = PDFReader/PDFReader.entitlements;
@@ -436,6 +499,7 @@
436499
};
437500
766439FB1F7C92D600DAF771 /* Release */ = {
438501
isa = XCBuildConfiguration;
502+
baseConfigurationReference = B6192C254DB5548C49CF8795 /* Pods-PDFReader.release.xcconfig */;
439503
buildSettings = {
440504
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
441505
CODE_SIGN_ENTITLEMENTS = PDFReader/PDFReader.entitlements;

PDFReader.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)