|
25 | 25 | C8D011502B59912800219412 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8D0114F2B59912800219412 /* Assets.xcassets */; }; |
26 | 26 | C8D011532B59912800219412 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8D011522B59912800219412 /* Preview Assets.xcassets */; }; |
27 | 27 | C8D011632B5A5B4D00219412 /* CopilotForXcodeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8D011622B5A5B4D00219412 /* CopilotForXcodeExtension.swift */; }; |
28 | | - C8D011682B5A5B4D00219412 /* CopilotForXcodeExtension.appex in Embed ExtensionKit Extensions */ = {isa = PBXBuildFile; fileRef = C8D011602B5A5B4D00219412 /* CopilotForXcodeExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 28 | + C8D011682B5A5B4D00219412 /* CustomSuggestionServiceCopilotForXcodeExtension.appex in Embed ExtensionKit Extensions */ = {isa = PBXBuildFile; fileRef = C8D011602B5A5B4D00219412 /* CustomSuggestionServiceCopilotForXcodeExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
29 | 29 | C8D0116F2B5A5BFF00219412 /* CopilotForXcodeKit in Frameworks */ = {isa = PBXBuildFile; productRef = C8D0116E2B5A5BFF00219412 /* CopilotForXcodeKit */; }; |
30 | 30 | C8D011752B5A5DC600219412 /* Shared in Frameworks */ = {isa = PBXBuildFile; productRef = C8D011742B5A5DC600219412 /* Shared */; }; |
31 | 31 | C8D011772B5A5DCC00219412 /* Shared in Frameworks */ = {isa = PBXBuildFile; productRef = C8D011762B5A5DCC00219412 /* Shared */; }; |
|
59 | 59 | dstPath = "$(EXTENSIONS_FOLDER_PATH)"; |
60 | 60 | dstSubfolderSpec = 16; |
61 | 61 | files = ( |
62 | | - C8D011682B5A5B4D00219412 /* CopilotForXcodeExtension.appex in Embed ExtensionKit Extensions */, |
| 62 | + C8D011682B5A5B4D00219412 /* CustomSuggestionServiceCopilotForXcodeExtension.appex in Embed ExtensionKit Extensions */, |
63 | 63 | ); |
64 | 64 | name = "Embed ExtensionKit Extensions"; |
65 | 65 | runOnlyForDeploymentPostprocessing = 0; |
|
88 | 88 | C8D011542B59912800219412 /* CustomSuggestionService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CustomSuggestionService.entitlements; sourceTree = "<group>"; }; |
89 | 89 | C8D0115A2B5A59D100219412 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; |
90 | 90 | C8D0115B2B5A59D400219412 /* Config.debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.debug.xcconfig; sourceTree = "<group>"; }; |
91 | | - C8D011602B5A5B4D00219412 /* CopilotForXcodeExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.extensionkit-extension"; includeInIndex = 0; path = CopilotForXcodeExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 91 | + C8D011602B5A5B4D00219412 /* CustomSuggestionServiceCopilotForXcodeExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.extensionkit-extension"; includeInIndex = 0; path = CustomSuggestionServiceCopilotForXcodeExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
92 | 92 | C8D011622B5A5B4D00219412 /* CopilotForXcodeExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CopilotForXcodeExtension.swift; sourceTree = "<group>"; }; |
93 | 93 | C8D011642B5A5B4D00219412 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
94 | 94 | C8D011652B5A5B4D00219412 /* CopilotForXcodeExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CopilotForXcodeExtension.entitlements; sourceTree = "<group>"; }; |
|
165 | 165 | isa = PBXGroup; |
166 | 166 | children = ( |
167 | 167 | C8D011482B59912700219412 /* Custom Suggestion Service Debug.app */, |
168 | | - C8D011602B5A5B4D00219412 /* CopilotForXcodeExtension.appex */, |
| 168 | + C8D011602B5A5B4D00219412 /* CustomSuggestionServiceCopilotForXcodeExtension.appex */, |
169 | 169 | ); |
170 | 170 | name = Products; |
171 | 171 | sourceTree = "<group>"; |
|
297 | 297 | C8D011762B5A5DCC00219412 /* Shared */, |
298 | 298 | ); |
299 | 299 | productName = CopilotForXcodeExtension; |
300 | | - productReference = C8D011602B5A5B4D00219412 /* CopilotForXcodeExtension.appex */; |
| 300 | + productReference = C8D011602B5A5B4D00219412 /* CustomSuggestionServiceCopilotForXcodeExtension.appex */; |
301 | 301 | productType = "com.apple.product-type.extensionkit-extension"; |
302 | 302 | }; |
303 | 303 | /* End PBXNativeTarget section */ |
|
620 | 620 | MACOSX_DEPLOYMENT_TARGET = 13.0; |
621 | 621 | MARKETING_VERSION = "$(APP_VERSION)"; |
622 | 622 | PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER_BASE).CustomSuggestionService.CopilotForXcodeExtension"; |
623 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 623 | + PRODUCT_NAME = "CustomSuggestionService$(TARGET_NAME)"; |
624 | 624 | SKIP_INSTALL = YES; |
625 | 625 | SWIFT_EMIT_LOC_STRINGS = YES; |
626 | 626 | SWIFT_VERSION = 5.0; |
|
648 | 648 | MACOSX_DEPLOYMENT_TARGET = 13.0; |
649 | 649 | MARKETING_VERSION = "$(APP_VERSION)"; |
650 | 650 | PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER_BASE).CustomSuggestionService.CopilotForXcodeExtension"; |
651 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 651 | + PRODUCT_NAME = "CustomSuggestionService$(TARGET_NAME)"; |
652 | 652 | SKIP_INSTALL = YES; |
653 | 653 | SWIFT_EMIT_LOC_STRINGS = YES; |
654 | 654 | SWIFT_VERSION = 5.0; |
|
0 commit comments