|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 0067DA639DE75671B686D2E6 /* Pods_PDFReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE810CF6830BBCE7B0F55E39 /* Pods_PDFReader.framework */; }; |
10 | 11 | 7629A3531FF11A7F007402FB /* ContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7629A3521FF11A7F007402FB /* ContainerViewController.swift */; };
|
11 | 12 | 763764D21FC3125500B41B05 /* PopoverTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 763764D11FC3125500B41B05 /* PopoverTableViewController.swift */; };
|
12 | 13 | 7654260D2001CB8600D2FB72 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7654260C2001CB8600D2FB72 /* CloudKit.framework */; };
|
|
29 | 30 | /* End PBXBuildFile section */
|
30 | 31 |
|
31 | 32 | /* 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>"; }; |
32 | 34 | 7629A3521FF11A7F007402FB /* ContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContainerViewController.swift; sourceTree = "<group>"; };
|
33 | 35 | 763764D11FC3125500B41B05 /* PopoverTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopoverTableViewController.swift; sourceTree = "<group>"; };
|
34 | 36 | 7654260A2001CB8400D2FB72 /* PDFReader.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PDFReader.entitlements; sourceTree = "<group>"; };
|
|
60 | 62 | 76DED9B91FF67EA500CF5A23 /* OutlineTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutlineTableViewController.swift; sourceTree = "<group>"; };
|
61 | 63 | 76E72E7A20A3281800350EF4 /* SearchExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchExtension.swift; sourceTree = "<group>"; };
|
62 | 64 | 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; }; |
63 | 67 | /* End PBXFileReference section */
|
64 | 68 |
|
65 | 69 | /* Begin PBXFrameworksBuildPhase section */
|
|
68 | 72 | buildActionMask = 2147483647;
|
69 | 73 | files = (
|
70 | 74 | 7654260D2001CB8600D2FB72 /* CloudKit.framework in Frameworks */,
|
| 75 | + 0067DA639DE75671B686D2E6 /* Pods_PDFReader.framework in Frameworks */, |
71 | 76 | );
|
72 | 77 | runOnlyForDeploymentPostprocessing = 0;
|
73 | 78 | };
|
74 | 79 | /* End PBXFrameworksBuildPhase section */
|
75 | 80 |
|
76 | 81 | /* 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 | + }; |
77 | 91 | 7654260B2001CB8600D2FB72 /* Frameworks */ = {
|
78 | 92 | isa = PBXGroup;
|
79 | 93 | children = (
|
80 | 94 | 7654260C2001CB8600D2FB72 /* CloudKit.framework */,
|
| 95 | + EE810CF6830BBCE7B0F55E39 /* Pods_PDFReader.framework */, |
81 | 96 | );
|
82 | 97 | name = Frameworks;
|
83 | 98 | sourceTree = "<group>";
|
|
88 | 103 | 766439E51F7C92D600DAF771 /* PDFReader */,
|
89 | 104 | 766439E41F7C92D600DAF771 /* Products */,
|
90 | 105 | 7654260B2001CB8600D2FB72 /* Frameworks */,
|
| 106 | + 2945ACEEAC2BAFA6DEA5E682 /* Pods */, |
91 | 107 | );
|
92 | 108 | sourceTree = "<group>";
|
93 | 109 | };
|
|
134 | 150 | isa = PBXNativeTarget;
|
135 | 151 | buildConfigurationList = 766439F91F7C92D600DAF771 /* Build configuration list for PBXNativeTarget "PDFReader" */;
|
136 | 152 | buildPhases = (
|
| 153 | + B739A60DFC8A368F46277488 /* [CP] Check Pods Manifest.lock */, |
137 | 154 | 766439DF1F7C92D600DAF771 /* Sources */,
|
138 | 155 | 766439E01F7C92D600DAF771 /* Frameworks */,
|
139 | 156 | 766439E11F7C92D600DAF771 /* Resources */,
|
140 | 157 | 764728042016CE75005E5E88 /* ShellScript */,
|
141 | 158 | 76DD098721820D9C00F35C96 /* Integrate Reveal Server */,
|
| 159 | + 8C2CE4521A1DA3F4AD2BAB7E /* [CP] Embed Pods Frameworks */, |
142 | 160 | );
|
143 | 161 | buildRules = (
|
144 | 162 | );
|
|
243 | 261 | shellPath = /bin/sh;
|
244 | 262 | 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";
|
245 | 263 | };
|
| 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 | + }; |
246 | 308 | /* End PBXShellScriptBuildPhase section */
|
247 | 309 |
|
248 | 310 | /* Begin PBXSourcesBuildPhase section */
|
|
419 | 481 | };
|
420 | 482 | 766439FA1F7C92D600DAF771 /* Debug */ = {
|
421 | 483 | isa = XCBuildConfiguration;
|
| 484 | + baseConfigurationReference = 2C90F98C5AF6E008BB60D8D4 /* Pods-PDFReader.debug.xcconfig */; |
422 | 485 | buildSettings = {
|
423 | 486 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
424 | 487 | CODE_SIGN_ENTITLEMENTS = PDFReader/PDFReader.entitlements;
|
|
436 | 499 | };
|
437 | 500 | 766439FB1F7C92D600DAF771 /* Release */ = {
|
438 | 501 | isa = XCBuildConfiguration;
|
| 502 | + baseConfigurationReference = B6192C254DB5548C49CF8795 /* Pods-PDFReader.release.xcconfig */; |
439 | 503 | buildSettings = {
|
440 | 504 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
441 | 505 | CODE_SIGN_ENTITLEMENTS = PDFReader/PDFReader.entitlements;
|
|
0 commit comments