|
9 | 9 | /* Begin PBXBuildFile section */ |
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 | + F627CBCB2E0AF1DF00164680 /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = F627CBCA2E0AF1DF00164680 /* AppIcon.icon */; }; |
12 | 13 | F64927372CF9EA8D00C34D90 /* com.github.macadmins.SupportCompanion.helper in CopyFiles */ = {isa = PBXBuildFile; fileRef = F6F8AE7D2CE345A8009B0A1F /* com.github.macadmins.SupportCompanion.helper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
13 | 14 | F6575A992D117108007DBC83 /* ExecutionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8AE9C2CE34E54009B0A1F /* ExecutionService.swift */; }; |
14 | 15 | F6575A9A2D117114007DBC83 /* HelperRemoteProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8AE9E2CE34E72009B0A1F /* HelperRemoteProvider.swift */; }; |
|
74 | 75 |
|
75 | 76 | /* Begin PBXFileReference section */ |
76 | 77 | F60FAB862CEA108A00ECAC53 /* SidebarConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarConfig.swift; sourceTree = "<group>"; }; |
| 78 | + F627CBCA2E0AF1DF00164680 /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = AppIcon.icon; sourceTree = "<group>"; }; |
77 | 79 | F649273D2CF9FFD600C34D90 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; }; |
78 | 80 | F64928192CFA02AD00C34D90 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
79 | 81 | F6890EE22CFF308F00244985 /* SupportCompanionCLI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SupportCompanionCLI; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
166 | 168 | F68910C62D009DB500244985 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
167 | 169 | isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
168 | 170 | membershipExceptions = ( |
| 171 | + AppIcon.icns, |
169 | 172 | MenuIcon.png, |
170 | 173 | ); |
171 | 174 | target = F6F3BEB82CE1E7BA0036ADB9 /* SupportCompanion */; |
|
288 | 291 | F60ED7952CEB278400960264 /* Frameworks */, |
289 | 292 | F6F3BEBA2CE1E7BA0036ADB9 /* Products */, |
290 | 293 | F69455982CF6076100B887F8 /* build.zsh */, |
| 294 | + F627CBCA2E0AF1DF00164680 /* AppIcon.icon */, |
291 | 295 | ); |
292 | 296 | sourceTree = "<group>"; |
293 | 297 | }; |
|
491 | 495 | files = ( |
492 | 496 | F6F3BEC12CE1E7BB0036ADB9 /* Assets.xcassets in Resources */, |
493 | 497 | F6A4E0FA2CEC9FFB002B4D74 /* Localizable.xcstrings in Resources */, |
| 498 | + F627CBCB2E0AF1DF00164680 /* AppIcon.icon in Resources */, |
494 | 499 | ); |
495 | 500 | runOnlyForDeploymentPostprocessing = 0; |
496 | 501 | }; |
|
626 | 631 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
627 | 632 | MTL_FAST_MATH = YES; |
628 | 633 | ONLY_ACTIVE_ARCH = YES; |
629 | | - SDKROOT = macosx; |
| 634 | + SDKROOT = macosx26.0; |
630 | 635 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
631 | 636 | SWIFT_EMIT_LOC_STRINGS = YES; |
632 | 637 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
685 | 690 | MTL_ENABLE_DEBUG_INFO = NO; |
686 | 691 | MTL_FAST_MATH = YES; |
687 | 692 | ONLY_ACTIVE_ARCH = NO; |
688 | | - SDKROOT = macosx; |
| 693 | + SDKROOT = macosx26.0; |
689 | 694 | SWIFT_COMPILATION_MODE = wholemodule; |
690 | 695 | SWIFT_EMIT_LOC_STRINGS = YES; |
691 | 696 | }; |
|
722 | 727 | PRODUCT_BUNDLE_IDENTIFIER = com.github.macadmins.SupportCompanion; |
723 | 728 | PRODUCT_NAME = "$(TARGET_NAME)"; |
724 | 729 | PROVISIONING_PROFILE_SPECIFIER = ""; |
| 730 | + SDKROOT = macosx; |
725 | 731 | SWIFT_EMIT_LOC_STRINGS = YES; |
726 | 732 | SWIFT_VERSION = 5.0; |
727 | 733 | TEAM_ID = H92SB6Z7S4; |
|
759 | 765 | PRODUCT_BUNDLE_IDENTIFIER = com.github.macadmins.SupportCompanion; |
760 | 766 | PRODUCT_NAME = "$(TARGET_NAME)"; |
761 | 767 | PROVISIONING_PROFILE_SPECIFIER = ""; |
| 768 | + SDKROOT = macosx; |
762 | 769 | SWIFT_EMIT_LOC_STRINGS = YES; |
763 | 770 | SWIFT_VERSION = 5.0; |
764 | 771 | TEAM_ID = T4SK8ZXCXG; |
|
0 commit comments