|
10 | 10 | F60FAB742CE8D40A00ECAC53 /* AlertToast in Frameworks */ = {isa = PBXBuildFile; productRef = F60FAB732CE8D40A00ECAC53 /* AlertToast */; }; |
11 | 11 | F60FAB872CEA108A00ECAC53 /* SidebarConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = F60FAB862CEA108A00ECAC53 /* SidebarConfig.swift */; }; |
12 | 12 | F64927372CF9EA8D00C34D90 /* com.github.macadmins.SupportCompanion.helper in CopyFiles */ = {isa = PBXBuildFile; fileRef = F6F8AE7D2CE345A8009B0A1F /* com.github.macadmins.SupportCompanion.helper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
| 13 | + F6575A992D117108007DBC83 /* ExecutionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8AE9C2CE34E54009B0A1F /* ExecutionService.swift */; }; |
| 14 | + F6575A9A2D117114007DBC83 /* HelperRemoteProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8AE9E2CE34E72009B0A1F /* HelperRemoteProvider.swift */; }; |
| 15 | + F6575A9D2D117141007DBC83 /* SupportCompanionErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8AE952CE34B81009B0A1F /* SupportCompanionErrors.swift */; }; |
| 16 | + F6575AA72D11827D007DBC83 /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = F6575AA62D11827D007DBC83 /* MarkdownUI */; }; |
13 | 17 | F6890EEB2CFF326D00244985 /* SupportCompanionCLI in CopyFiles */ = {isa = PBXBuildFile; fileRef = F6890EE22CFF308F00244985 /* SupportCompanionCLI */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
14 | 18 | F6890EEC2CFF330D00244985 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E4D1D42CE4CE1E003EB8C0 /* Preferences.swift */; }; |
15 | 19 | F6890EED2CFF331400244985 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A4E0F62CEC9DFC002B4D74 /* Constants.swift */; }; |
|
92 | 96 | /* End PBXFileReference section */ |
93 | 97 |
|
94 | 98 | /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 99 | + F6298A4D2D14517E00D2EC6D /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
| 100 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 101 | + membershipExceptions = ( |
| 102 | + InfoValue.swift, |
| 103 | + ); |
| 104 | + target = F6890EE12CFF308F00244985 /* SupportCompanionCLI */; |
| 105 | + }; |
95 | 106 | F64927362CF9D3FE00C34D90 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
96 | 107 | isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
97 | 108 | membershipExceptions = ( |
|
118 | 129 | ); |
119 | 130 | target = F6F8AE7C2CE345A8009B0A1F /* com.github.macadmins.SupportCompanion.helper */; |
120 | 131 | }; |
| 132 | + F6575A9C2D117133007DBC83 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
| 133 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 134 | + membershipExceptions = ( |
| 135 | + HelperConstans.swift, |
| 136 | + HelperProtocol.swift, |
| 137 | + "OSStatus+Extensions.swift", |
| 138 | + RemoteApplicationProtocol.swift, |
| 139 | + ); |
| 140 | + target = F6890EE12CFF308F00244985 /* SupportCompanionCLI */; |
| 141 | + }; |
121 | 142 | F6890EEF2CFF332200244985 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
122 | 143 | isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
123 | 144 | membershipExceptions = ( |
124 | 145 | Action.swift, |
| 146 | + KerberosSSO.swift, |
| 147 | + PlatformSSO.swift, |
| 148 | + UserInfo.swift, |
125 | 149 | ); |
126 | 150 | target = F6890EE12CFF308F00244985 /* SupportCompanionCLI */; |
127 | 151 | }; |
128 | 152 | F6890EF12CFF333C00244985 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
129 | 153 | isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
130 | 154 | membershipExceptions = ( |
| 155 | + BatteryHelpers.swift, |
| 156 | + DeviceInfoHelpers.swift, |
| 157 | + IOKit.swift, |
131 | 158 | Logger.swift, |
| 159 | + MDMHelpers.swift, |
| 160 | + SSOInfoHelpers.swift, |
| 161 | + StorageHelpers.swift, |
| 162 | + UserHelpers.swift, |
132 | 163 | ); |
133 | 164 | target = F6890EE12CFF308F00244985 /* SupportCompanionCLI */; |
134 | 165 | }; |
|
164 | 195 | BatteryInfoManager.swift, |
165 | 196 | CardGridViewModel.swift, |
166 | 197 | DeviceInfoManager.swift, |
| 198 | + ElevationManager.swift, |
167 | 199 | EvergreenInfoManager.swift, |
168 | 200 | IdentityViewModel.swift, |
169 | 201 | JsonCardManager.swift, |
170 | 202 | MDMInfoManager.swift, |
171 | 203 | PendingIntuneUpdatesManager.swift, |
172 | 204 | PendingMunkiUpdatesManager.swift, |
| 205 | + ReasonInputManager.swift, |
173 | 206 | SSOInfoManager.swift, |
174 | 207 | StorageInfoManager.swift, |
175 | 208 | SystemUpdatesManager.swift, |
|
202 | 235 | F6E4D2032CE5DF67003EB8C0 /* Extensions */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Extensions; sourceTree = "<group>"; }; |
203 | 236 | F6E4D2662CE64E62003EB8C0 /* Controllers */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Controllers; sourceTree = "<group>"; }; |
204 | 237 | F6E4D26B2CE6576B003EB8C0 /* Helpers */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (F6A4E0E32CEBD770002B4D74 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, F6890EF12CFF333C00244985 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Helpers; sourceTree = "<group>"; }; |
205 | | - F6E4D2812CE78164003EB8C0 /* Utilities */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Utilities; sourceTree = "<group>"; }; |
| 238 | + F6E4D2812CE78164003EB8C0 /* Utilities */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (F6298A4D2D14517E00D2EC6D /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Utilities; sourceTree = "<group>"; }; |
206 | 239 | F6E4D2842CE781B9003EB8C0 /* Components */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Components; sourceTree = "<group>"; }; |
207 | 240 | F6E72E642CE3DEC300D78336 /* Models */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (F6890EEF2CFF332200244985 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Models; sourceTree = "<group>"; }; |
208 | 241 | F6EB39E72CE1EE2800517FCD /* ViewModels */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (F6A4E0E52CEBD7D8002B4D74 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = ViewModels; sourceTree = "<group>"; }; |
209 | | - F6F8AE7E2CE345A8009B0A1F /* Helper */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (F6A4E0E82CEBD7F8002B4D74 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, F649281C2CFA02C000C34D90 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Helper; sourceTree = "<group>"; }; |
| 242 | + F6F8AE7E2CE345A8009B0A1F /* Helper */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (F6A4E0E82CEBD7F8002B4D74 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, F649281C2CFA02C000C34D90 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, F6575A9C2D117133007DBC83 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Helper; sourceTree = "<group>"; }; |
210 | 243 | /* End PBXFileSystemSynchronizedRootGroup section */ |
211 | 244 |
|
212 | 245 | /* Begin PBXFrameworksBuildPhase section */ |
|
222 | 255 | buildActionMask = 2147483647; |
223 | 256 | files = ( |
224 | 257 | F60FAB742CE8D40A00ECAC53 /* AlertToast in Frameworks */, |
| 258 | + F6575AA72D11827D007DBC83 /* MarkdownUI in Frameworks */, |
225 | 259 | ); |
226 | 260 | runOnlyForDeploymentPostprocessing = 0; |
227 | 261 | }; |
|
430 | 464 | mainGroup = F6F3BEB02CE1E7BA0036ADB9; |
431 | 465 | packageReferences = ( |
432 | 466 | F60FAB722CE8D40A00ECAC53 /* XCRemoteSwiftPackageReference "AlertToast" */, |
| 467 | + F6575AA12D117F91007DBC83 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */, |
433 | 468 | ); |
434 | 469 | productRefGroup = F6F3BEBA2CE1E7BA0036ADB9 /* Products */; |
435 | 470 | projectDirPath = ""; |
|
467 | 502 | buildActionMask = 2147483647; |
468 | 503 | files = ( |
469 | 504 | F6890EEC2CFF330D00244985 /* Preferences.swift in Sources */, |
| 505 | + F6575A9D2D117141007DBC83 /* SupportCompanionErrors.swift in Sources */, |
| 506 | + F6575A992D117108007DBC83 /* ExecutionService.swift in Sources */, |
| 507 | + F6575A9A2D117114007DBC83 /* HelperRemoteProvider.swift in Sources */, |
470 | 508 | F6890EED2CFF331400244985 /* Constants.swift in Sources */, |
471 | 509 | ); |
472 | 510 | runOnlyForDeploymentPostprocessing = 0; |
|
506 | 544 | CODE_SIGN_STYLE = Manual; |
507 | 545 | DEVELOPMENT_TEAM = ""; |
508 | 546 | "DEVELOPMENT_TEAM[sdk=macosx*]" = H92SB6Z7S4; |
509 | | - MACOSX_DEPLOYMENT_TARGET = 15.1; |
| 547 | + MACOSX_DEPLOYMENT_TARGET = 14.0; |
510 | 548 | PRODUCT_BUNDLE_IDENTIFIER = com.github.macadmins.SupportCompanion.CLI; |
511 | 549 | PRODUCT_NAME = "$(TARGET_NAME)"; |
512 | 550 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
521 | 559 | CODE_SIGN_STYLE = Manual; |
522 | 560 | DEVELOPMENT_TEAM = ""; |
523 | 561 | "DEVELOPMENT_TEAM[sdk=macosx*]" = H92SB6Z7S4; |
524 | | - MACOSX_DEPLOYMENT_TARGET = 15.1; |
| 562 | + MACOSX_DEPLOYMENT_TARGET = 14.0; |
525 | 563 | PRODUCT_BUNDLE_IDENTIFIER = com.github.macadmins.SupportCompanion.CLI; |
526 | 564 | PRODUCT_NAME = "$(TARGET_NAME)"; |
527 | 565 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
837 | 875 | kind = branch; |
838 | 876 | }; |
839 | 877 | }; |
| 878 | + F6575AA12D117F91007DBC83 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */ = { |
| 879 | + isa = XCRemoteSwiftPackageReference; |
| 880 | + repositoryURL = "https://github.com/gonzalezreal/swift-markdown-ui"; |
| 881 | + requirement = { |
| 882 | + kind = upToNextMajorVersion; |
| 883 | + minimumVersion = 2.4.1; |
| 884 | + }; |
| 885 | + }; |
840 | 886 | /* End XCRemoteSwiftPackageReference section */ |
841 | 887 |
|
842 | 888 | /* Begin XCSwiftPackageProductDependency section */ |
|
845 | 891 | package = F60FAB722CE8D40A00ECAC53 /* XCRemoteSwiftPackageReference "AlertToast" */; |
846 | 892 | productName = AlertToast; |
847 | 893 | }; |
| 894 | + F6575AA62D11827D007DBC83 /* MarkdownUI */ = { |
| 895 | + isa = XCSwiftPackageProductDependency; |
| 896 | + package = F6575AA12D117F91007DBC83 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */; |
| 897 | + productName = MarkdownUI; |
| 898 | + }; |
848 | 899 | /* End XCSwiftPackageProductDependency section */ |
849 | 900 | }; |
850 | 901 | rootObject = F6F3BEB12CE1E7BA0036ADB9 /* Project object */; |
|
0 commit comments