apex-ruby 1.0.18 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -3
  3. data/ext/apex_ext/apex_ext.c +260 -91
  4. data/ext/apex_ext/apex_src/CHANGELOG.md +440 -0
  5. data/ext/apex_ext/apex_src/CMakeLists.txt +15 -1
  6. data/ext/apex_ext/apex_src/Formula/apex.rb +7 -2
  7. data/ext/apex_ext/apex_src/Package.swift +15 -4
  8. data/ext/apex_ext/apex_src/README.md +94 -35
  9. data/ext/apex_ext/apex_src/VERSION +1 -1
  10. data/ext/apex_ext/apex_src/apex-debug.log +4 -0
  11. data/ext/apex_ext/apex_src/apex.code-workspace +38 -0
  12. data/ext/apex_ext/apex_src/apex.taskpaper +12 -0
  13. data/ext/apex_ext/apex_src/apex_deflist_debug.log +25 -0
  14. data/ext/apex_ext/apex_src/buildnotes.md +1435 -0
  15. data/ext/apex_ext/apex_src/cli/main.c +262 -33
  16. data/ext/apex_ext/apex_src/debug.log +7 -0
  17. data/ext/apex_ext/apex_src/docs/CITATIONS_EXAMPLES.md +274 -0
  18. data/ext/apex_ext/apex_src/docs/CITATIONS_IMPLEMENTATION_PLAN.md +749 -0
  19. data/ext/apex_ext/apex_src/docs/CITATIONS_PLAN.md +744 -0
  20. data/ext/apex_ext/apex_src/docs/INDEX_IMPLEMENTATION_ANALYSIS.md +382 -0
  21. data/ext/apex_ext/apex_src/docs/plans/2025-02-27-man-page-output-implementation.md +351 -0
  22. data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-12-toc-output-format.md +745 -0
  23. data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-18-bear-image-attributes.md +829 -0
  24. data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-19-apex-node-npm.md +1148 -0
  25. data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-12-toc-output-format-design.md +161 -0
  26. data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-18-bear-image-attributes-design.md +184 -0
  27. data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-19-apex-node-npm-design.md +211 -0
  28. data/ext/apex_ext/apex_src/documentation/app-settings-table.md +67 -0
  29. data/ext/apex_ext/apex_src/documentation/app-transformed/Citations.md +340 -0
  30. data/ext/apex_ext/apex_src/documentation/app-transformed/Credits.md +11 -0
  31. data/ext/apex_ext/apex_src/documentation/app-transformed/Header-IDs.md +234 -0
  32. data/ext/apex_ext/apex_src/documentation/app-transformed/Inline-Attribute-Lists.md +516 -0
  33. data/ext/apex_ext/apex_src/documentation/app-transformed/Metadata-Transforms.md +461 -0
  34. data/ext/apex_ext/apex_src/documentation/app-transformed/Modes.md +193 -0
  35. data/ext/apex_ext/apex_src/documentation/app-transformed/Multi-File-Documents.md +201 -0
  36. data/ext/apex_ext/apex_src/documentation/app-transformed/Plugins.md +678 -0
  37. data/ext/apex_ext/apex_src/documentation/app-transformed/Syntax.md +1367 -0
  38. data/ext/apex_ext/apex_src/documentation/docsets/Apex Command Line Options.cheatsheet.txt +6 -0
  39. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/C-API.html +774 -300
  40. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Callouts.html +1194 -0
  41. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Citations.html +416 -216
  42. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Command-Line-Options.html +3544 -1094
  43. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Configuration.html +371 -97
  44. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Credits.html +153 -23
  45. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Examples.html +358 -124
  46. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Filters.html +1656 -0
  47. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Generating-Man-Pages.html +1226 -0
  48. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Getting-Started.html +201 -56
  49. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Header-IDs.html +279 -109
  50. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Home.html +200 -53
  51. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Indices.html +2327 -0
  52. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Inline-Attribute-Lists.html +690 -271
  53. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Installation.html +201 -55
  54. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Limitations-and-Roadmap.html +238 -68
  55. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Metadata-Transforms.html +421 -221
  56. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Modes.html +340 -78
  57. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Multi-File-Documents.html +251 -86
  58. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Multi-Format-Images.html +1362 -0
  59. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Pandoc-Integration.html +277 -90
  60. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Plugins.html +673 -346
  61. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Quarto-Mode.html +1405 -0
  62. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Rendering-Markdown-In-Terminal.html +1902 -0
  63. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Syntax.html +1939 -1698
  64. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Tables.html +1781 -0
  65. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Troubleshooting.html +315 -140
  66. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Usage.html +307 -113
  67. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Using-Apex-with-Jekyll.html +1132 -0
  68. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Writing-Tests.html +1754 -0
  69. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Xcode-Integration.html +872 -376
  70. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/docSet.dsidx +0 -0
  71. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/optimizedIndex.dsidx +0 -0
  72. data/ext/apex_ext/apex_src/documentation/html/apex-app-docs.html +8746 -0
  73. data/ext/apex_ext/apex_src/documentation/shared_styles.css +20 -15
  74. data/ext/apex_ext/apex_src/documentation/transform_for_app.md +55 -0
  75. data/ext/apex_ext/apex_src/escaping-repro.md +103 -0
  76. data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/Info.plist +8 -0
  77. data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/QuickLook/Preview.png +0 -0
  78. data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/document.wflow +547 -0
  79. data/ext/apex_ext/apex_src/examples/quick-actions/Markdown-to-RTF.workflow.zip +0 -0
  80. data/ext/apex_ext/apex_src/examples/quick-actions/README.md +33 -0
  81. data/ext/apex_ext/apex_src/include/apex/apex.h +92 -6
  82. data/ext/apex_ext/apex_src/include/apex/ast_rtf.h +23 -0
  83. data/ext/apex_ext/apex_src/include/apex/ast_terminal.h +6 -0
  84. data/ext/apex_ext/apex_src/include/apex/module.modulemap +5 -0
  85. data/ext/apex_ext/apex_src/include/apex/plugins.h +105 -0
  86. data/ext/apex_ext/apex_src/include/apexc.h +1 -0
  87. data/ext/apex_ext/apex_src/man/apex.1 +82 -78
  88. data/ext/apex_ext/apex_src/man/apex.1.md +81 -4
  89. data/ext/apex_ext/apex_src/objc/Apex.swift +73 -0
  90. data/ext/apex_ext/apex_src/objc/ApexPlugins.swift +79 -0
  91. data/ext/apex_ext/apex_src/objc/NSString+Apex.h +83 -5
  92. data/ext/apex_ext/apex_src/objc/NSString+Apex.m +244 -1
  93. data/ext/apex_ext/apex_src/objc/NSString+ApexPlugins.h +76 -0
  94. data/ext/apex_ext/apex_src/objc/NSString+ApexPlugins.m +169 -0
  95. data/ext/apex_ext/apex_src/output.html +87 -0
  96. data/ext/apex_ext/apex_src/plans/quarto-mode.md +442 -0
  97. data/ext/apex_ext/apex_src/src/_README.md +85 -32
  98. data/ext/apex_ext/apex_src/src/apex.c +770 -200
  99. data/ext/apex_ext/apex_src/src/ast_rtf.c +848 -0
  100. data/ext/apex_ext/apex_src/src/ast_terminal.c +184 -7
  101. data/ext/apex_ext/apex_src/src/extensions/abbreviations.c +10 -3
  102. data/ext/apex_ext/apex_src/src/extensions/advanced_tables.c +7 -11
  103. data/ext/apex_ext/apex_src/src/extensions/bear_image_attrs.c +467 -0
  104. data/ext/apex_ext/apex_src/src/extensions/bear_image_attrs.h +27 -0
  105. data/ext/apex_ext/apex_src/src/extensions/callouts.c +400 -4
  106. data/ext/apex_ext/apex_src/src/extensions/callouts.h +15 -5
  107. data/ext/apex_ext/apex_src/src/extensions/citations.c +26 -5
  108. data/ext/apex_ext/apex_src/src/extensions/code_fence_attrs.c +632 -0
  109. data/ext/apex_ext/apex_src/src/extensions/code_fence_attrs.h +22 -0
  110. data/ext/apex_ext/apex_src/src/extensions/concordance.c +632 -0
  111. data/ext/apex_ext/apex_src/src/extensions/definition_list.c +129 -15
  112. data/ext/apex_ext/apex_src/src/extensions/grid_tables.c +1050 -121
  113. data/ext/apex_ext/apex_src/src/extensions/html_markdown.c +569 -16
  114. data/ext/apex_ext/apex_src/src/extensions/ial.c +502 -52
  115. data/ext/apex_ext/apex_src/src/extensions/ial.h +2 -1
  116. data/ext/apex_ext/apex_src/src/extensions/includes.c +532 -33
  117. data/ext/apex_ext/apex_src/src/extensions/includes.h +7 -1
  118. data/ext/apex_ext/apex_src/src/extensions/index.c +1427 -140
  119. data/ext/apex_ext/apex_src/src/extensions/index.h +28 -0
  120. data/ext/apex_ext/apex_src/src/extensions/metadata.c +200 -161
  121. data/ext/apex_ext/apex_src/src/extensions/quarto_diagrams.c +251 -0
  122. data/ext/apex_ext/apex_src/src/extensions/quarto_diagrams.h +22 -0
  123. data/ext/apex_ext/apex_src/src/extensions/quarto_lists.c +624 -0
  124. data/ext/apex_ext/apex_src/src/extensions/quarto_lists.h +35 -0
  125. data/ext/apex_ext/apex_src/src/extensions/quarto_polish.c +264 -0
  126. data/ext/apex_ext/apex_src/src/extensions/quarto_polish.h +23 -0
  127. data/ext/apex_ext/apex_src/src/extensions/quarto_shortcodes.c +307 -0
  128. data/ext/apex_ext/apex_src/src/extensions/quarto_shortcodes.h +21 -0
  129. data/ext/apex_ext/apex_src/src/extensions/raw_content.c +351 -0
  130. data/ext/apex_ext/apex_src/src/extensions/raw_content.h +20 -0
  131. data/ext/apex_ext/apex_src/src/extensions/relaxed_tables.c +117 -3
  132. data/ext/apex_ext/apex_src/src/extensions/special_markers.c +53 -0
  133. data/ext/apex_ext/apex_src/src/extensions/syntax_highlight.c +23 -1
  134. data/ext/apex_ext/apex_src/src/extensions/table_html_postprocess.c +83 -92
  135. data/ext/apex_ext/apex_src/src/extensions/toc.c +446 -25
  136. data/ext/apex_ext/apex_src/src/extensions/toc.h +26 -1
  137. data/ext/apex_ext/apex_src/src/extensions/wiki_links.c +28 -0
  138. data/ext/apex_ext/apex_src/src/html_renderer.c +387 -17
  139. data/ext/apex_ext/apex_src/src/plugin_catalog.c +517 -0
  140. data/ext/apex_ext/apex_src/src/plugins_remote.c +88 -14
  141. data/ext/apex_ext/apex_src/src/plugins_remote.h +34 -0
  142. data/ext/apex_ext/apex_src/src/pretty_html.c +6 -1
  143. data/ext/apex_ext/apex_src/tests/fixtures/comprehensive_test.md +21 -0
  144. data/ext/apex_ext/apex_src/tests/fixtures/images/bear_image_attributes.md +10 -0
  145. data/ext/apex_ext/apex_src/tests/fixtures/includes/sections.md +19 -0
  146. data/ext/apex_ext/apex_src/tests/fixtures/includes/sections.txt +11 -0
  147. data/ext/apex_ext/apex_src/tests/fixtures/minimal_pb.md +2 -0
  148. data/ext/apex_ext/apex_src/tests/fixtures/obsidian-callouts.md +46 -0
  149. data/ext/apex_ext/apex_src/tests/fixtures/pagebreak_html_repro.md +5 -0
  150. data/ext/apex_ext/apex_src/tests/fixtures/python-callouts.md +47 -0
  151. data/ext/apex_ext/apex_src/tests/fixtures/quarto/callouts.md +3 -0
  152. data/ext/apex_ext/apex_src/tests/fixtures/quarto/code-attrs.md +3 -0
  153. data/ext/apex_ext/apex_src/tests/fixtures/quarto/diagrams.md +8 -0
  154. data/ext/apex_ext/apex_src/tests/fixtures/quarto/lists.md +19 -0
  155. data/ext/apex_ext/apex_src/tests/fixtures/quarto/raw-content.md +5 -0
  156. data/ext/apex_ext/apex_src/tests/fixtures/quarto/shortcodes.md +7 -0
  157. data/ext/apex_ext/apex_src/tests/fixtures/quarto/smoke.md +81 -0
  158. data/ext/apex_ext/apex_src/tests/fixtures/quarto/spans.md +5 -0
  159. data/ext/apex_ext/apex_src/tests/fixtures/quarto-callouts.md +47 -0
  160. data/ext/apex_ext/apex_src/tests/fixtures/speed.md +192 -0
  161. data/ext/apex_ext/apex_src/tests/fixtures/tables/grid-tables.md +37 -0
  162. data/ext/apex_ext/apex_src/tests/paginate_cli_test.sh +16 -0
  163. data/ext/apex_ext/apex_src/tests/test_bear_image_attrs.c +301 -0
  164. data/ext/apex_ext/apex_src/tests/test_concordance.tsv +4 -0
  165. data/ext/apex_ext/apex_src/tests/test_escaping_repro.c +82 -0
  166. data/ext/apex_ext/apex_src/tests/test_extensions.c +821 -1
  167. data/ext/apex_ext/apex_src/tests/test_ial.c +7 -0
  168. data/ext/apex_ext/apex_src/tests/test_marked_integration.c +25 -0
  169. data/ext/apex_ext/apex_src/tests/test_metadata.c +129 -0
  170. data/ext/apex_ext/apex_src/tests/test_output.c +568 -2
  171. data/ext/apex_ext/apex_src/tests/test_runner.c +11 -0
  172. data/ext/apex_ext/apex_src/tests/test_tables.c +420 -0
  173. data/ext/apex_ext/apex_src/vendor/cmark-gfm/CMakeLists.txt +1 -1
  174. data/ext/apex_ext/apex_src/vendor/cmark-gfm/extensions/autolink.c +77 -1
  175. data/ext/apex_ext/apex_src/vendor/cmark-gfm/extensions/table.c +135 -5
  176. data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/blocks.c +56 -1
  177. data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/config.h +38 -0
  178. data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/main.c +1 -1
  179. data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/__pycache__/cmark.cpython-314.pyc +0 -0
  180. data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/__pycache__/normalize.cpython-314.pyc +0 -0
  181. data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/extensions.txt +69 -0
  182. data/ext/apex_ext/apex_src/xcode_build/CMakeScripts/ReRunCMake.make +74 -0
  183. data/ext/apex_ext/apex_src/xcode_build/CTestTestfile.cmake +22 -0
  184. data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/Apex +0 -0
  185. data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/Resources/Info.plist +44 -0
  186. data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/_CodeSignature/CodeResources +128 -0
  187. data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.pbxproj +5118 -0
  188. data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
  189. data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcuserdata/ttscoff.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  190. data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcuserdata/ttscoff.xcuserdatad/WorkspaceSettings.xcsettings +8 -0
  191. data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/xcuserdata/ttscoff.xcuserdatad/xcschemes/xcschememanagement.plist +99 -0
  192. data/ext/apex_ext/apex_src/xcode_build/cmake_install.cmake +452 -0
  193. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/CMakeScripts/ReRunCMake.make +52 -0
  194. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmake_install.cmake +55 -0
  195. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmark-gfm.xcodeproj/project.pbxproj +2455 -0
  196. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmark-gfm.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
  197. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/extensions/cmake_install.cmake +171 -0
  198. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/man/cmake_install.cmake +55 -0
  199. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmake_install.cmake +220 -0
  200. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmark-gfm_export.h +43 -0
  201. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmark-gfm_version.h +7 -0
  202. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/config.h +76 -0
  203. data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/libcmark-gfm.pc +10 -0
  204. data/ext/apex_ext/extconf.rb +35 -0
  205. data/lib/apex/version.rb +2 -2
  206. metadata +117 -2
  207. data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/tempOptimizedIndex.dsidx +0 -0
@@ -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>BuildSystemType</key>
6
+ <string>Latest</string>
7
+ </dict>
8
+ </plist>
@@ -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>BuildLocationStyle</key>
6
+ <string>UseTargetSettings</string>
7
+ </dict>
8
+ </plist>
@@ -0,0 +1,99 @@
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>SchemeUserState</key>
6
+ <dict>
7
+ <key>ALL_BUILD.xcscheme_^#shared#^_</key>
8
+ <dict>
9
+ <key>orderHint</key>
10
+ <integer>11</integer>
11
+ </dict>
12
+ <key>RUN_TESTS.xcscheme_^#shared#^_</key>
13
+ <dict>
14
+ <key>orderHint</key>
15
+ <integer>7</integer>
16
+ </dict>
17
+ <key>ZERO_CHECK.xcscheme_^#shared#^_</key>
18
+ <dict>
19
+ <key>orderHint</key>
20
+ <integer>15</integer>
21
+ </dict>
22
+ <key>all_checks.xcscheme_^#shared#^_</key>
23
+ <dict>
24
+ <key>orderHint</key>
25
+ <integer>6</integer>
26
+ </dict>
27
+ <key>apex.xcscheme_^#shared#^_</key>
28
+ <dict>
29
+ <key>orderHint</key>
30
+ <integer>9</integer>
31
+ </dict>
32
+ <key>apex_cli.xcscheme_^#shared#^_</key>
33
+ <dict>
34
+ <key>orderHint</key>
35
+ <integer>1</integer>
36
+ </dict>
37
+ <key>apex_framework.xcscheme_^#shared#^_</key>
38
+ <dict>
39
+ <key>orderHint</key>
40
+ <integer>17</integer>
41
+ </dict>
42
+ <key>apex_static.xcscheme_^#shared#^_</key>
43
+ <dict>
44
+ <key>orderHint</key>
45
+ <integer>2</integer>
46
+ </dict>
47
+ <key>apex_test_runner.xcscheme_^#shared#^_</key>
48
+ <dict>
49
+ <key>orderHint</key>
50
+ <integer>3</integer>
51
+ </dict>
52
+ <key>cmark-gfm.xcscheme_^#shared#^_</key>
53
+ <dict>
54
+ <key>orderHint</key>
55
+ <integer>16</integer>
56
+ </dict>
57
+ <key>install.xcscheme_^#shared#^_</key>
58
+ <dict>
59
+ <key>orderHint</key>
60
+ <integer>13</integer>
61
+ </dict>
62
+ <key>libcmark-gfm-extensions.xcscheme_^#shared#^_</key>
63
+ <dict>
64
+ <key>orderHint</key>
65
+ <integer>8</integer>
66
+ </dict>
67
+ <key>libcmark-gfm-extensions_static.xcscheme_^#shared#^_</key>
68
+ <dict>
69
+ <key>orderHint</key>
70
+ <integer>14</integer>
71
+ </dict>
72
+ <key>libcmark-gfm.xcscheme_^#shared#^_</key>
73
+ <dict>
74
+ <key>orderHint</key>
75
+ <integer>4</integer>
76
+ </dict>
77
+ <key>libcmark-gfm_static.xcscheme_^#shared#^_</key>
78
+ <dict>
79
+ <key>orderHint</key>
80
+ <integer>0</integer>
81
+ </dict>
82
+ <key>man_pages.xcscheme_^#shared#^_</key>
83
+ <dict>
84
+ <key>orderHint</key>
85
+ <integer>12</integer>
86
+ </dict>
87
+ <key>swift_package_check.xcscheme_^#shared#^_</key>
88
+ <dict>
89
+ <key>orderHint</key>
90
+ <integer>5</integer>
91
+ </dict>
92
+ <key>swift_package_check_release.xcscheme_^#shared#^_</key>
93
+ <dict>
94
+ <key>orderHint</key>
95
+ <integer>10</integer>
96
+ </dict>
97
+ </dict>
98
+ </dict>
99
+ </plist>
@@ -0,0 +1,452 @@
1
+ # Install script for directory: /Users/ttscoff/Desktop/Code/apex
2
+
3
+ # Set the install prefix
4
+ if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
6
+ endif()
7
+ string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
+
9
+ # Set the install configuration name.
10
+ if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11
+ if(BUILD_TYPE)
12
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14
+ else()
15
+ set(CMAKE_INSTALL_CONFIG_NAME "Release")
16
+ endif()
17
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18
+ endif()
19
+
20
+ # Set the component getting installed.
21
+ if(NOT CMAKE_INSTALL_COMPONENT)
22
+ if(COMPONENT)
23
+ message(STATUS "Install component: \"${COMPONENT}\"")
24
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25
+ else()
26
+ set(CMAKE_INSTALL_COMPONENT)
27
+ endif()
28
+ endif()
29
+
30
+ # Is this installation the result of a crosscompile?
31
+ if(NOT DEFINED CMAKE_CROSSCOMPILING)
32
+ set(CMAKE_CROSSCOMPILING "FALSE")
33
+ endif()
34
+
35
+ # Set path to fallback-tool for dependency-resolution.
36
+ if(NOT DEFINED CMAKE_OBJDUMP)
37
+ set(CMAKE_OBJDUMP "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
38
+ endif()
39
+
40
+ set(CMAKE_BINARY_DIR "/Users/ttscoff/Desktop/Code/apex/xcode_build")
41
+
42
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
43
+ if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
44
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
45
+ "/Users/ttscoff/Desktop/Code/apex/xcode_build/Debug/libapex.0.1.95.dylib"
46
+ "/Users/ttscoff/Desktop/Code/apex/xcode_build/Debug/libapex.0.dylib"
47
+ )
48
+ foreach(file
49
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.0.1.95.dylib"
50
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.0.dylib"
51
+ )
52
+ if(EXISTS "${file}" AND
53
+ NOT IS_SYMLINK "${file}")
54
+ execute_process(COMMAND /usr/bin/install_name_tool
55
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
56
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Debug"
57
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Debug"
58
+ "${file}")
59
+ if(CMAKE_INSTALL_DO_STRIP)
60
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "${file}")
61
+ endif()
62
+ endif()
63
+ endforeach()
64
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
65
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
66
+ "/Users/ttscoff/Desktop/Code/apex/xcode_build/Release/libapex.0.1.95.dylib"
67
+ "/Users/ttscoff/Desktop/Code/apex/xcode_build/Release/libapex.0.dylib"
68
+ )
69
+ foreach(file
70
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.0.1.95.dylib"
71
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.0.dylib"
72
+ )
73
+ if(EXISTS "${file}" AND
74
+ NOT IS_SYMLINK "${file}")
75
+ execute_process(COMMAND /usr/bin/install_name_tool
76
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
77
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Release"
78
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Release"
79
+ "${file}")
80
+ if(CMAKE_INSTALL_DO_STRIP)
81
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "${file}")
82
+ endif()
83
+ endif()
84
+ endforeach()
85
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
86
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
87
+ "/Users/ttscoff/Desktop/Code/apex/xcode_build/MinSizeRel/libapex.0.1.95.dylib"
88
+ "/Users/ttscoff/Desktop/Code/apex/xcode_build/MinSizeRel/libapex.0.dylib"
89
+ )
90
+ foreach(file
91
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.0.1.95.dylib"
92
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.0.dylib"
93
+ )
94
+ if(EXISTS "${file}" AND
95
+ NOT IS_SYMLINK "${file}")
96
+ execute_process(COMMAND /usr/bin/install_name_tool
97
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
98
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/MinSizeRel"
99
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/MinSizeRel"
100
+ "${file}")
101
+ if(CMAKE_INSTALL_DO_STRIP)
102
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "${file}")
103
+ endif()
104
+ endif()
105
+ endforeach()
106
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
107
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
108
+ "/Users/ttscoff/Desktop/Code/apex/xcode_build/RelWithDebInfo/libapex.0.1.95.dylib"
109
+ "/Users/ttscoff/Desktop/Code/apex/xcode_build/RelWithDebInfo/libapex.0.dylib"
110
+ )
111
+ foreach(file
112
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.0.1.95.dylib"
113
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.0.dylib"
114
+ )
115
+ if(EXISTS "${file}" AND
116
+ NOT IS_SYMLINK "${file}")
117
+ execute_process(COMMAND /usr/bin/install_name_tool
118
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
119
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/RelWithDebInfo"
120
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/RelWithDebInfo"
121
+ "${file}")
122
+ if(CMAKE_INSTALL_DO_STRIP)
123
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "${file}")
124
+ endif()
125
+ endif()
126
+ endforeach()
127
+ endif()
128
+ endif()
129
+
130
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
131
+ if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
132
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/Debug/libapex.dylib")
133
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
134
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/Release/libapex.dylib")
135
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
136
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/MinSizeRel/libapex.dylib")
137
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
138
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/RelWithDebInfo/libapex.dylib")
139
+ endif()
140
+ endif()
141
+
142
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
143
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/apex" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/include/apex/apex.h")
144
+ endif()
145
+
146
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
147
+ if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
148
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/Debug/libapex.a")
149
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a" AND
150
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a")
151
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a")
152
+ endif()
153
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
154
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/Release/libapex.a")
155
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a" AND
156
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a")
157
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a")
158
+ endif()
159
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
160
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/MinSizeRel/libapex.a")
161
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a" AND
162
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a")
163
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a")
164
+ endif()
165
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
166
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/RelWithDebInfo/libapex.a")
167
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a" AND
168
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a")
169
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libapex.a")
170
+ endif()
171
+ endif()
172
+ endif()
173
+
174
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
175
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/apex" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/include/apex/apex.h")
176
+ endif()
177
+
178
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
179
+ if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
180
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/Debug/apex")
181
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex" AND
182
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
183
+ execute_process(COMMAND /usr/bin/install_name_tool
184
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
185
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
186
+ if(CMAKE_INSTALL_DO_STRIP)
187
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
188
+ endif()
189
+ endif()
190
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
191
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/Release/apex")
192
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex" AND
193
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
194
+ execute_process(COMMAND /usr/bin/install_name_tool
195
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
196
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
197
+ if(CMAKE_INSTALL_DO_STRIP)
198
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
199
+ endif()
200
+ endif()
201
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
202
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/MinSizeRel/apex")
203
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex" AND
204
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
205
+ execute_process(COMMAND /usr/bin/install_name_tool
206
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
207
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
208
+ if(CMAKE_INSTALL_DO_STRIP)
209
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
210
+ endif()
211
+ endif()
212
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
213
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/RelWithDebInfo/apex")
214
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex" AND
215
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
216
+ execute_process(COMMAND /usr/bin/install_name_tool
217
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
218
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
219
+ if(CMAKE_INSTALL_DO_STRIP)
220
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/apex")
221
+ endif()
222
+ endif()
223
+ endif()
224
+ endif()
225
+
226
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
227
+ if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
228
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
229
+ "/Library/Frameworks/Apex.framework")
230
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
231
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
232
+ endif()
233
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
234
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
235
+ endif()
236
+ file(INSTALL DESTINATION "/Library/Frameworks" TYPE DIRECTORY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/Debug/Apex.framework" USE_SOURCE_PERMISSIONS)
237
+ if(EXISTS "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex" AND
238
+ NOT IS_SYMLINK "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
239
+ execute_process(COMMAND /usr/bin/install_name_tool
240
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
241
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Debug"
242
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Debug"
243
+ "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
244
+ if(CMAKE_INSTALL_DO_STRIP)
245
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
246
+ endif()
247
+ endif()
248
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
249
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
250
+ "/Library/Frameworks/Apex.framework")
251
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
252
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
253
+ endif()
254
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
255
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
256
+ endif()
257
+ file(INSTALL DESTINATION "/Library/Frameworks" TYPE DIRECTORY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/Release/Apex.framework" USE_SOURCE_PERMISSIONS)
258
+ if(EXISTS "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex" AND
259
+ NOT IS_SYMLINK "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
260
+ execute_process(COMMAND /usr/bin/install_name_tool
261
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
262
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Release"
263
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Release"
264
+ "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
265
+ if(CMAKE_INSTALL_DO_STRIP)
266
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
267
+ endif()
268
+ endif()
269
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
270
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
271
+ "/Library/Frameworks/Apex.framework")
272
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
273
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
274
+ endif()
275
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
276
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
277
+ endif()
278
+ file(INSTALL DESTINATION "/Library/Frameworks" TYPE DIRECTORY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/MinSizeRel/Apex.framework" USE_SOURCE_PERMISSIONS)
279
+ if(EXISTS "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex" AND
280
+ NOT IS_SYMLINK "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
281
+ execute_process(COMMAND /usr/bin/install_name_tool
282
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
283
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/MinSizeRel"
284
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/MinSizeRel"
285
+ "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
286
+ if(CMAKE_INSTALL_DO_STRIP)
287
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
288
+ endif()
289
+ endif()
290
+ elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
291
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
292
+ "/Library/Frameworks/Apex.framework")
293
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
294
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
295
+ endif()
296
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
297
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
298
+ endif()
299
+ file(INSTALL DESTINATION "/Library/Frameworks" TYPE DIRECTORY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/RelWithDebInfo/Apex.framework" USE_SOURCE_PERMISSIONS)
300
+ if(EXISTS "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex" AND
301
+ NOT IS_SYMLINK "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
302
+ execute_process(COMMAND /usr/bin/install_name_tool
303
+ -delete_rpath "/opt/homebrew/Cellar/libyaml/0.2.5/lib"
304
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/RelWithDebInfo"
305
+ -delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/RelWithDebInfo"
306
+ "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
307
+ if(CMAKE_INSTALL_DO_STRIP)
308
+ execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}/Library/Frameworks/Apex.framework/Versions/A/Apex")
309
+ endif()
310
+ endif()
311
+ endif()
312
+ endif()
313
+
314
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
315
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
316
+ "/Library/Frameworks/Apex.framework/Headers/apex.h")
317
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
318
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
319
+ endif()
320
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
321
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
322
+ endif()
323
+ file(INSTALL DESTINATION "/Library/Frameworks/Apex.framework/Headers" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/include/apex/apex.h")
324
+ endif()
325
+
326
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
327
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
328
+ "/Library/Frameworks/Apex.framework/Headers/module.modulemap")
329
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
330
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
331
+ endif()
332
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
333
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
334
+ endif()
335
+ file(INSTALL DESTINATION "/Library/Frameworks/Apex.framework/Headers" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/include/apex/module.modulemap")
336
+ endif()
337
+
338
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
339
+
340
+ # Determine framework location (same logic as above)
341
+ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT OR CMAKE_INSTALL_PREFIX STREQUAL "/usr/local")
342
+ set(FRAMEWORK_INSTALL_DIR "/Library/Frameworks")
343
+ else()
344
+ set(FRAMEWORK_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/Library/Frameworks")
345
+ endif()
346
+ set(FRAMEWORK_DIR "${FRAMEWORK_INSTALL_DIR}/Apex.framework")
347
+ set(FRAMEWORK_FRAMEWORKS_DIR "${FRAMEWORK_DIR}/Frameworks")
348
+ set(FRAMEWORK_BINARY "${FRAMEWORK_DIR}/Apex")
349
+ set(BUILD_DIR "/Users/ttscoff/Desktop/Code/apex/xcode_build")
350
+
351
+ # Create Frameworks directory inside the framework
352
+ file(MAKE_DIRECTORY "${FRAMEWORK_FRAMEWORKS_DIR}")
353
+
354
+ # Find dylibs in build directory
355
+ file(GLOB CMARK_GFM_DYLIB_BUILD "${BUILD_DIR}/vendor/cmark-gfm/src/libcmark-gfm*.dylib")
356
+ file(GLOB CMARK_GFM_EXTENSIONS_DYLIB_BUILD "${BUILD_DIR}/vendor/cmark-gfm/extensions/libcmark-gfm-extensions*.dylib")
357
+
358
+ # Copy and fix cmark-gfm dylib
359
+ if(CMARK_GFM_DYLIB_BUILD)
360
+ # Get first file from glob result (in case multiple files found)
361
+ list(GET CMARK_GFM_DYLIB_BUILD 0 CMARK_GFM_DYLIB_SINGLE)
362
+ get_filename_component(CMARK_GFM_NAME "${CMARK_GFM_DYLIB_SINGLE}" NAME)
363
+ set(CMARK_GFM_DEST "${FRAMEWORK_FRAMEWORKS_DIR}/${CMARK_GFM_NAME}")
364
+ file(COPY "${CMARK_GFM_DYLIB_SINGLE}" DESTINATION "${FRAMEWORK_FRAMEWORKS_DIR}")
365
+ # Fix install name
366
+ execute_process(
367
+ COMMAND install_name_tool -id "@rpath/Apex.framework/Frameworks/${CMARK_GFM_NAME}" "${CMARK_GFM_DEST}"
368
+ RESULT_VARIABLE RESULT
369
+ ERROR_QUIET
370
+ )
371
+ # Fix framework binary reference
372
+ execute_process(
373
+ COMMAND install_name_tool -change "@rpath/${CMARK_GFM_NAME}" "@rpath/Apex.framework/Frameworks/${CMARK_GFM_NAME}" "${FRAMEWORK_BINARY}"
374
+ RESULT_VARIABLE RESULT
375
+ ERROR_QUIET
376
+ )
377
+ endif()
378
+
379
+ # Copy and fix cmark-gfm-extensions dylib
380
+ if(CMARK_GFM_EXTENSIONS_DYLIB_BUILD)
381
+ # Get first file from glob result (in case multiple files found)
382
+ list(GET CMARK_GFM_EXTENSIONS_DYLIB_BUILD 0 CMARK_GFM_EXTENSIONS_DYLIB_SINGLE)
383
+ get_filename_component(CMARK_GFM_EXTENSIONS_NAME "${CMARK_GFM_EXTENSIONS_DYLIB_SINGLE}" NAME)
384
+ set(CMARK_GFM_EXTENSIONS_DEST "${FRAMEWORK_FRAMEWORKS_DIR}/${CMARK_GFM_EXTENSIONS_NAME}")
385
+ file(COPY "${CMARK_GFM_EXTENSIONS_DYLIB_SINGLE}" DESTINATION "${FRAMEWORK_FRAMEWORKS_DIR}")
386
+ # Fix install name
387
+ execute_process(
388
+ COMMAND install_name_tool -id "@rpath/Apex.framework/Frameworks/${CMARK_GFM_EXTENSIONS_NAME}" "${CMARK_GFM_EXTENSIONS_DEST}"
389
+ RESULT_VARIABLE RESULT
390
+ ERROR_QUIET
391
+ )
392
+ # Fix framework binary reference
393
+ execute_process(
394
+ COMMAND install_name_tool -change "@rpath/${CMARK_GFM_EXTENSIONS_NAME}" "@rpath/Apex.framework/Frameworks/${CMARK_GFM_EXTENSIONS_NAME}" "${FRAMEWORK_BINARY}"
395
+ RESULT_VARIABLE RESULT
396
+ ERROR_QUIET
397
+ )
398
+ # Fix cmark-gfm-extensions to reference cmark-gfm from within framework
399
+ if(CMARK_GFM_DYLIB_BUILD)
400
+ # Get first file from glob result (in case multiple files found)
401
+ list(GET CMARK_GFM_DYLIB_BUILD 0 CMARK_GFM_DYLIB_SINGLE)
402
+ get_filename_component(CMARK_GFM_NAME "${CMARK_GFM_DYLIB_SINGLE}" NAME)
403
+ execute_process(
404
+ COMMAND install_name_tool -change "@rpath/${CMARK_GFM_NAME}" "@rpath/Apex.framework/Frameworks/${CMARK_GFM_NAME}" "${CMARK_GFM_EXTENSIONS_DEST}"
405
+ RESULT_VARIABLE RESULT
406
+ ERROR_QUIET
407
+ )
408
+ endif()
409
+ endif()
410
+
411
+ endif()
412
+
413
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
414
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE RENAME "apex.1" FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/apex.1")
415
+ endif()
416
+
417
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
418
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man5" TYPE FILE RENAME "apex-config.5" FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/apex-config.5")
419
+ endif()
420
+
421
+ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
422
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man7" TYPE FILE RENAME "apex-plugins.7" FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/apex-plugins.7")
423
+ endif()
424
+
425
+ if(NOT CMAKE_INSTALL_LOCAL_ONLY)
426
+ # Include the install script for each subdirectory.
427
+ include("/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/cmake_install.cmake")
428
+
429
+ endif()
430
+
431
+ string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
432
+ "${CMAKE_INSTALL_MANIFEST_FILES}")
433
+ if(CMAKE_INSTALL_LOCAL_ONLY)
434
+ file(WRITE "/Users/ttscoff/Desktop/Code/apex/xcode_build/install_local_manifest.txt"
435
+ "${CMAKE_INSTALL_MANIFEST_CONTENT}")
436
+ endif()
437
+ if(CMAKE_INSTALL_COMPONENT)
438
+ if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
439
+ set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
440
+ else()
441
+ string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
442
+ set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
443
+ unset(CMAKE_INST_COMP_HASH)
444
+ endif()
445
+ else()
446
+ set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
447
+ endif()
448
+
449
+ if(NOT CMAKE_INSTALL_LOCAL_ONLY)
450
+ file(WRITE "/Users/ttscoff/Desktop/Code/apex/xcode_build/${CMAKE_INSTALL_MANIFEST}"
451
+ "${CMAKE_INSTALL_MANIFEST_CONTENT}")
452
+ endif()
@@ -0,0 +1,52 @@
1
+ # Generated by CMake, DO NOT EDIT
2
+
3
+ TARGETS:=
4
+ empty:=
5
+ space:= $(empty) $(empty)
6
+ spaceplus:= $(empty)\ $(empty)
7
+
8
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/CMakeLists.txt))
9
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/CheckFileOffsetBits.cmake))
10
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/FindAsan.cmake))
11
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/extensions/CMakeLists.txt))
12
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/man/CMakeLists.txt))
13
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/src/CMakeLists.txt))
14
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/src/cmark-gfm_version.h.in))
15
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/src/config.h.in))
16
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/src/libcmark-gfm.pc.in))
17
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/ttscoff/Desktop/Code/apex/xcode_build/CMakeFiles/4.2.3/CMakeCXXCompiler.cmake))
18
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CMakeCXXInformation.cmake))
19
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake))
20
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CMakeCommonLanguageInclude.cmake))
21
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CMakeLanguageInformation.cmake))
22
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake))
23
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake))
24
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckCSourceRuns.cmake))
25
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake))
26
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckCXXSourceCompiles.cmake))
27
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckCompilerFlag.cmake))
28
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake))
29
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckSourceCompiles.cmake))
30
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake))
31
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Compiler/AppleClang-CXX.cmake))
32
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Compiler/Clang.cmake))
33
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/GNUInstallDirs.cmake))
34
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/GenerateExportHeader.cmake))
35
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/InstallRequiredSystemLibraries.cmake))
36
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake))
37
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake))
38
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake))
39
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake))
40
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake))
41
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Internal/CheckSourceRuns.cmake))
42
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Linker/AppleClang-CXX.cmake))
43
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Linker/AppleClang.cmake))
44
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Platform/Apple-AppleClang-CXX.cmake))
45
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Platform/Apple-Clang-CXX.cmake))
46
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Platform/Apple-Clang.cmake))
47
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Platform/Linker/Apple-AppleClang-CXX.cmake))
48
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/Platform/Linker/Apple-AppleClang.cmake))
49
+ TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/share/cmake/Modules/exportheader.cmake.in))
50
+
51
+ /Users/ttscoff/Desktop/Code/apex/xcode_build/CMakeFiles/cmake.check_cache: $(TARGETS)
52
+ /opt/homebrew/bin/cmake -S/Users/ttscoff/Desktop/Code/apex -B/Users/ttscoff/Desktop/Code/apex/xcode_build