|
18 | 18 | 43BD82802F1D70000092A96C /* Sparkle in Frameworks */ = {isa = PBXBuildFile; platformFilters = (macos, ); productRef = 43BD827F2F1D70000092A96C /* Sparkle */; }; |
19 | 19 | 43BD82832F1D90000092A96C /* GhosttyKit in Frameworks */ = {isa = PBXBuildFile; platformFilters = (macos, ); productRef = 43BD82822F1D90000092A96C /* GhosttyKit */; }; |
20 | 20 | 43D900F22F3060FF00323371 /* Axel.icon in Resources */ = {isa = PBXBuildFile; fileRef = 43D900F12F3060FF00323371 /* Axel.icon */; }; |
| 21 | + 92F9F81D9C73F02C7FA61BB3 /* RecoveredSessionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86858D2EBCB04868D3E1B813 /* RecoveredSessionsView.swift */; }; |
21 | 22 | A1000001201A0001 /* AxelApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0001 /* AxelApp.swift */; }; |
22 | 23 | A1000001201A0002 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0002 /* ContentView.swift */; }; |
23 | 24 | A1000001201A0003 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0003 /* Task.swift */; }; |
|
79 | 80 | A1000001201A0103 /* TaskSkill.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0103 /* TaskSkill.swift */; }; |
80 | 81 | A1000001201A0104 /* SkillManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0104 /* SkillManager.swift */; }; |
81 | 82 | A1000001201A0110 /* EmptyStateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0110 /* EmptyStateView.swift */; }; |
| 83 | + A1000001201A0ABC /* TerminalCloseConfirmationSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0ABC /* TerminalCloseConfirmationSheet.swift */; }; |
82 | 84 | A1000001201A0111 /* TaskUndoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0111 /* TaskUndoManager.swift */; }; |
83 | 85 | A1000001201A0112 /* TasksSceneView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0112 /* TasksSceneView.swift */; }; |
84 | 86 | A1000001201A0113 /* AIProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0113 /* AIProvider.swift */; }; |
|
92 | 94 | B81242E637B124591F5B7B93 /* SessionStatusService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C177CAE09A36E267719D856 /* SessionStatusService.swift */; }; |
93 | 95 | BAF581097CA2F8F7B7EBBCB1 /* SyncIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACF7B9EBCB92787E60FE8BF0 /* SyncIntegrationTests.swift */; }; |
94 | 96 | C4TERMINSPEC201A0001 /* TerminalInspectorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4TERMINSPEC101A0001 /* TerminalInspectorView.swift */; }; |
| 97 | + D83C5EA8B2548DEC8D10DA27 /* SessionRecoveryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB3623AE837474A68F802B1 /* SessionRecoveryService.swift */; }; |
95 | 98 | E435BED8E7D96547E09E1C1C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23797E4E4415996BCCFE8E45 /* Cocoa.framework */; }; |
96 | 99 | SCRPT0001201A0001 /* ScriptingSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = SCRPT0001101A0001 /* ScriptingSupport.swift */; }; |
97 | 100 | SCRPT0001201A0002 /* Axel.sdef in Resources */ = {isa = PBXBuildFile; fileRef = SCRPT0001101A0002 /* Axel.sdef */; }; |
|
134 | 137 | 43D900F12F3060FF00323371 /* Axel.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = Axel.icon; sourceTree = "<group>"; }; |
135 | 138 | 43E774722F298D900093DEC6 /* AxelUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AxelUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
136 | 139 | 6238124A78A2C3A74FCFEDBB /* WorktreeService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorktreeService.swift; sourceTree = "<group>"; }; |
| 140 | + 86858D2EBCB04868D3E1B813 /* RecoveredSessionsView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RecoveredSessionsView.swift; sourceTree = "<group>"; }; |
137 | 141 | 9C177CAE09A36E267719D856 /* SessionStatusService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionStatusService.swift; sourceTree = "<group>"; }; |
138 | 142 | A1000001001A0001 /* Axel.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Axel.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
139 | 143 | A1000001101A0001 /* AxelApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AxelApp.swift; sourceTree = "<group>"; }; |
|
199 | 203 | A1000001101A0103 /* TaskSkill.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskSkill.swift; sourceTree = "<group>"; }; |
200 | 204 | A1000001101A0104 /* SkillManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SkillManager.swift; sourceTree = "<group>"; }; |
201 | 205 | A1000001101A0110 /* EmptyStateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyStateView.swift; sourceTree = "<group>"; }; |
| 206 | + A1000001101A0ABC /* TerminalCloseConfirmationSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalCloseConfirmationSheet.swift; sourceTree = "<group>"; }; |
202 | 207 | A1000001101A0111 /* TaskUndoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskUndoManager.swift; sourceTree = "<group>"; }; |
203 | 208 | A1000001101A0112 /* TasksSceneView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TasksSceneView.swift; sourceTree = "<group>"; }; |
204 | 209 | A1000001101A0113 /* AIProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIProvider.swift; sourceTree = "<group>"; }; |
|
208 | 213 | A1000001101A0117 /* TasksTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TasksTableView.swift; sourceTree = "<group>"; }; |
209 | 214 | A1000001101A0200 /* TaskQueueService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskQueueService.swift; sourceTree = "<group>"; }; |
210 | 215 | A100000110A10030 /* TaskAssignee.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskAssignee.swift; sourceTree = "<group>"; }; |
| 216 | + ABB3623AE837474A68F802B1 /* SessionRecoveryService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SessionRecoveryService.swift; sourceTree = "<group>"; }; |
211 | 217 | ACF7B9EBCB92787E60FE8BF0 /* SyncIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SyncIntegrationTests.swift; sourceTree = "<group>"; }; |
212 | 218 | BE366A3151FDDA78680EDF0C /* SyncEngineTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SyncEngineTests.swift; sourceTree = "<group>"; }; |
213 | 219 | C4TERMINSPEC101A0001 /* TerminalInspectorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalInspectorView.swift; sourceTree = "<group>"; }; |
|
219 | 225 | /* End PBXFileReference section */ |
220 | 226 |
|
221 | 227 | /* Begin PBXFileSystemSynchronizedRootGroup section */ |
222 | | - 43E774732F298D900093DEC6 /* AxelUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = AxelUITests; sourceTree = "<group>"; }; |
| 228 | + 43E774732F298D900093DEC6 /* AxelUITests */ = { |
| 229 | + isa = PBXFileSystemSynchronizedRootGroup; |
| 230 | + exceptions = ( |
| 231 | + ); |
| 232 | + explicitFileTypes = { |
| 233 | + }; |
| 234 | + explicitFolders = ( |
| 235 | + ); |
| 236 | + path = AxelUITests; |
| 237 | + sourceTree = "<group>"; |
| 238 | + }; |
223 | 239 | /* End PBXFileSystemSynchronizedRootGroup section */ |
224 | 240 |
|
225 | 241 | /* Begin PBXFrameworksBuildPhase section */ |
|
391 | 407 | A1000001101A0111 /* TaskUndoManager.swift */, |
392 | 408 | 0178D0EB98540F719EB6D5CE /* TaskAssignmentCoordinator.swift */, |
393 | 409 | SCRPT0001101A0001 /* ScriptingSupport.swift */, |
| 410 | + ABB3623AE837474A68F802B1 /* SessionRecoveryService.swift */, |
394 | 411 | ); |
395 | 412 | path = Services; |
396 | 413 | sourceTree = "<group>"; |
|
400 | 417 | children = ( |
401 | 418 | A1000001101A0094 /* NavigationTypes.swift */, |
402 | 419 | A1000001101A0110 /* EmptyStateView.swift */, |
| 420 | + A1000001101A0ABC /* TerminalCloseConfirmationSheet.swift */, |
403 | 421 | A1000001101A0116 /* AIProviderUI.swift */, |
404 | 422 | A1000001101A0013 /* SkillsView.swift */, |
405 | 423 | A1000001101A0015 /* ContextView.swift */, |
|
428 | 446 | A1000001101A0117 /* TasksTableView.swift */, |
429 | 447 | A1000001101A0070 /* SimpleTerminalView.swift */, |
430 | 448 | A1000001401A001A /* Terminal */, |
| 449 | + 86858D2EBCB04868D3E1B813 /* RecoveredSessionsView.swift */, |
431 | 450 | ); |
432 | 451 | path = macOS; |
433 | 452 | sourceTree = "<group>"; |
|
597 | 616 | ); |
598 | 617 | mainGroup = A1000001401A0001; |
599 | 618 | packageReferences = ( |
600 | | - 43BD82762F1D5F650092A96C /* XCLocalSwiftPackageReference "Packages/AutomergeWrapper" */, |
| 619 | + 43BD82762F1D5F650092A96C /* XCLocalSwiftPackageReference "AutomergeWrapper" */, |
601 | 620 | 43BD82702F1D5F650092A96C /* XCRemoteSwiftPackageReference "supabase-swift" */, |
602 | | - 43BD82812F1D90000092A96C /* XCLocalSwiftPackageReference "Packages/GhosttyKit" */, |
| 621 | + 43BD82812F1D90000092A96C /* XCLocalSwiftPackageReference "GhosttyKit" */, |
603 | 622 | 43BD827E2F1D70000092A96C /* XCRemoteSwiftPackageReference "Sparkle" */, |
604 | 623 | ); |
605 | 624 | productRefGroup = A1000001401A0003 /* Products */; |
|
698 | 717 | A1000001201A0043 /* TaskMetrics.swift in Sources */, |
699 | 718 | A1000001201A0044 /* DiffView.swift in Sources */, |
700 | 719 | A1000001201A0110 /* EmptyStateView.swift in Sources */, |
| 720 | + A1000001201A0ABC /* TerminalCloseConfirmationSheet.swift in Sources */, |
701 | 721 | A1000001201A0061 /* TeamView.swift in Sources */, |
702 | 722 | A1000001201A0070 /* SimpleTerminalView.swift in Sources */, |
703 | 723 | A1000001201A0080 /* SwipeableCardView.swift in Sources */, |
|
726 | 746 | A1000001201A0117 /* TasksTableView.swift in Sources */, |
727 | 747 | 18772BF65693156AC43F75D2 /* TaskAssignmentCoordinator.swift in Sources */, |
728 | 748 | SCRPT0001201A0001 /* ScriptingSupport.swift in Sources */, |
| 749 | + D83C5EA8B2548DEC8D10DA27 /* SessionRecoveryService.swift in Sources */, |
| 750 | + 92F9F81D9C73F02C7FA61BB3 /* RecoveredSessionsView.swift in Sources */, |
729 | 751 | ); |
730 | 752 | runOnlyForDeploymentPostprocessing = 0; |
731 | 753 | }; |
|
766 | 788 | DEVELOPMENT_TEAM = 8ZJ55A62XN; |
767 | 789 | GENERATE_INFOPLIST_FILE = YES; |
768 | 790 | IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
769 | | - MARKETING_VERSION = 0.1.9; |
| 791 | + MARKETING_VERSION = 0.1.10; |
770 | 792 | PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests; |
771 | 793 | PRODUCT_NAME = "$(TARGET_NAME)"; |
772 | 794 | SDKROOT = iphoneos; |
|
788 | 810 | DEVELOPMENT_TEAM = 8ZJ55A62XN; |
789 | 811 | GENERATE_INFOPLIST_FILE = YES; |
790 | 812 | IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
791 | | - MARKETING_VERSION = 0.1.9; |
| 813 | + MARKETING_VERSION = 0.1.10; |
792 | 814 | PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests; |
793 | 815 | PRODUCT_NAME = "$(TARGET_NAME)"; |
794 | 816 | SDKROOT = iphoneos; |
|
818 | 840 | "@loader_path/../Frameworks", |
819 | 841 | ); |
820 | 842 | MACOSX_DEPLOYMENT_TARGET = 15.6; |
821 | | - MARKETING_VERSION = 0.1.9; |
| 843 | + MARKETING_VERSION = 0.1.10; |
822 | 844 | PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests; |
823 | 845 | PRODUCT_MODULE_NAME = AxelTests; |
824 | 846 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
844 | 866 | "@loader_path/../Frameworks", |
845 | 867 | ); |
846 | 868 | MACOSX_DEPLOYMENT_TARGET = 15.6; |
847 | | - MARKETING_VERSION = 0.1.9; |
| 869 | + MARKETING_VERSION = 0.1.10; |
848 | 870 | PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests; |
849 | 871 | PRODUCT_MODULE_NAME = AxelTests; |
850 | 872 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1016 | 1038 | "@executable_path/Frameworks", |
1017 | 1039 | ); |
1018 | 1040 | MACOSX_DEPLOYMENT_TARGET = 15.6; |
1019 | | - MARKETING_VERSION = 0.1.9; |
| 1041 | + MARKETING_VERSION = 0.1.10; |
1020 | 1042 | "OTHER_LDFLAGS[sdk=macosx*]" = ( |
1021 | 1043 | "-lc++", |
1022 | 1044 | "-framework", |
|
1076 | 1098 | "@executable_path/Frameworks", |
1077 | 1099 | ); |
1078 | 1100 | MACOSX_DEPLOYMENT_TARGET = 15.6; |
1079 | | - MARKETING_VERSION = 0.1.9; |
| 1101 | + MARKETING_VERSION = 0.1.10; |
1080 | 1102 | "OTHER_LDFLAGS[sdk=macosx*]" = ( |
1081 | 1103 | "-lc++", |
1082 | 1104 | "-framework", |
|
1137 | 1159 | /* End XCConfigurationList section */ |
1138 | 1160 |
|
1139 | 1161 | /* Begin XCLocalSwiftPackageReference section */ |
1140 | | - 43BD82762F1D5F650092A96C /* XCLocalSwiftPackageReference "Packages/AutomergeWrapper" */ = { |
| 1162 | + 43BD82762F1D5F650092A96C /* XCLocalSwiftPackageReference "AutomergeWrapper" */ = { |
1141 | 1163 | isa = XCLocalSwiftPackageReference; |
1142 | 1164 | relativePath = Packages/AutomergeWrapper; |
1143 | 1165 | }; |
1144 | | - 43BD82812F1D90000092A96C /* XCLocalSwiftPackageReference "Packages/GhosttyKit" */ = { |
| 1166 | + 43BD82812F1D90000092A96C /* XCLocalSwiftPackageReference "GhosttyKit" */ = { |
1145 | 1167 | isa = XCLocalSwiftPackageReference; |
1146 | 1168 | relativePath = Packages/GhosttyKit; |
1147 | 1169 | }; |
|
1174 | 1196 | }; |
1175 | 1197 | 43BD82742F1D63F40092A96C /* AutomergeWrapper */ = { |
1176 | 1198 | isa = XCSwiftPackageProductDependency; |
1177 | | - package = 43BD82762F1D5F650092A96C /* XCLocalSwiftPackageReference "Packages/AutomergeWrapper" */; |
| 1199 | + package = 43BD82762F1D5F650092A96C /* XCLocalSwiftPackageReference "AutomergeWrapper" */; |
1178 | 1200 | productName = AutomergeWrapper; |
1179 | 1201 | }; |
1180 | 1202 | 43BD827F2F1D70000092A96C /* Sparkle */ = { |
|
1184 | 1206 | }; |
1185 | 1207 | 43BD82822F1D90000092A96C /* GhosttyKit */ = { |
1186 | 1208 | isa = XCSwiftPackageProductDependency; |
1187 | | - package = 43BD82812F1D90000092A96C /* XCLocalSwiftPackageReference "Packages/GhosttyKit" */; |
| 1209 | + package = 43BD82812F1D90000092A96C /* XCLocalSwiftPackageReference "GhosttyKit" */; |
1188 | 1210 | productName = GhosttyKit; |
1189 | 1211 | }; |
1190 | 1212 | /* End XCSwiftPackageProductDependency section */ |
|
0 commit comments