|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 4B12189029C9280000F3A6AF /* TokenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B12188F29C9280000F3A6AF /* TokenView.swift */; }; |
| 11 | + 4B12189229C92A0000F3A6AF /* TokenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B12189129C92A0000F3A6AF /* TokenViewModel.swift */; }; |
10 | 12 | 4B58CC7A29BE2D6900CEAE59 /* XcodeGPTApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B58CC7929BE2D6900CEAE59 /* XcodeGPTApp.swift */; }; |
11 | 13 | 4B58CC7C29BE2D6900CEAE59 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B58CC7B29BE2D6900CEAE59 /* HomeView.swift */; }; |
12 | 14 | 4B58CC7E29BE2D6B00CEAE59 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B58CC7D29BE2D6B00CEAE59 /* Assets.xcassets */; }; |
|
27 | 29 | 4B8040A229C167A300522386 /* SwiftAssistantCoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8040A129C167A300522386 /* SwiftAssistantCoreTests.swift */; }; |
28 | 30 | 4B8040A329C167A300522386 /* SwiftAssistantCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B80409529C167A300522386 /* SwiftAssistantCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
29 | 31 | 4B8040AA29C167B200522386 /* SwiftAssistantCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B80409329C167A300522386 /* SwiftAssistantCore.framework */; }; |
30 | | - 4B8040AB29C167B200522386 /* SwiftAssistantCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B80409329C167A300522386 /* SwiftAssistantCore.framework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 32 | + 4B8040AB29C167B200522386 /* SwiftAssistantCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B80409329C167A300522386 /* SwiftAssistantCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
31 | 33 | 4B8040AF29C167C900522386 /* SwiftAssistantCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B80409329C167A300522386 /* SwiftAssistantCore.framework */; }; |
32 | | - 4B8040B029C167C900522386 /* SwiftAssistantCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B80409329C167A300522386 /* SwiftAssistantCore.framework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 34 | + 4B8040B029C167C900522386 /* SwiftAssistantCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B80409329C167A300522386 /* SwiftAssistantCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
33 | 35 | 4B8040B529C167FE00522386 /* TokenManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8040B429C167FE00522386 /* TokenManager.swift */; }; |
34 | 36 | 4B8040B729C1690E00522386 /* KeychainHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8040B629C1690E00522386 /* KeychainHelper.swift */; }; |
35 | 37 | 4B8040BA29C16AD800522386 /* HomeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8040B929C16AD800522386 /* HomeViewModel.swift */; }; |
|
118 | 120 | /* End PBXCopyFilesBuildPhase section */ |
119 | 121 |
|
120 | 122 | /* Begin PBXFileReference section */ |
121 | | - 4B58CC7629BE2D6900CEAE59 /* XcodeGPT.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XcodeGPT.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 123 | + 4B12188F29C9280000F3A6AF /* TokenView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenView.swift; sourceTree = "<group>"; }; |
| 124 | + 4B12189129C92A0000F3A6AF /* TokenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenViewModel.swift; sourceTree = "<group>"; }; |
| 125 | + 4B58CC7629BE2D6900CEAE59 /* Swift Assistant.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Swift Assistant.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
122 | 126 | 4B58CC7929BE2D6900CEAE59 /* XcodeGPTApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XcodeGPTApp.swift; sourceTree = "<group>"; }; |
123 | 127 | 4B58CC7B29BE2D6900CEAE59 /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; }; |
124 | 128 | 4B58CC7D29BE2D6B00CEAE59 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
199 | 203 | /* End PBXFrameworksBuildPhase section */ |
200 | 204 |
|
201 | 205 | /* Begin PBXGroup section */ |
| 206 | + 4B12188E29C927EC00F3A6AF /* TokenView */ = { |
| 207 | + isa = PBXGroup; |
| 208 | + children = ( |
| 209 | + 4B12188F29C9280000F3A6AF /* TokenView.swift */, |
| 210 | + 4B12189129C92A0000F3A6AF /* TokenViewModel.swift */, |
| 211 | + ); |
| 212 | + path = TokenView; |
| 213 | + sourceTree = "<group>"; |
| 214 | + }; |
202 | 215 | 4B58CC6D29BE2D6900CEAE59 = { |
203 | 216 | isa = PBXGroup; |
204 | 217 | children = ( |
|
216 | 229 | 4B58CC7729BE2D6900CEAE59 /* Products */ = { |
217 | 230 | isa = PBXGroup; |
218 | 231 | children = ( |
219 | | - 4B58CC7629BE2D6900CEAE59 /* XcodeGPT.app */, |
| 232 | + 4B58CC7629BE2D6900CEAE59 /* Swift Assistant.app */, |
220 | 233 | 4B58CC8729BE2D6C00CEAE59 /* XcodeGPTTests.xctest */, |
221 | 234 | 4B58CC9129BE2D6C00CEAE59 /* XcodeGPTUITests.xctest */, |
222 | 235 | 4B58CCA829BE2DBE00CEAE59 /* SwiftAI.appex */, |
|
229 | 242 | 4B58CC7829BE2D6900CEAE59 /* XcodeGPT */ = { |
230 | 243 | isa = PBXGroup; |
231 | 244 | children = ( |
| 245 | + 4B12188E29C927EC00F3A6AF /* TokenView */, |
232 | 246 | 4B8040B829C16ACA00522386 /* HomeView */, |
233 | 247 | 4B58CC7929BE2D6900CEAE59 /* XcodeGPTApp.swift */, |
234 | 248 | 4B58CC7D29BE2D6B00CEAE59 /* Assets.xcassets */, |
|
352 | 366 | ); |
353 | 367 | name = XcodeGPT; |
354 | 368 | productName = XcodeGPT; |
355 | | - productReference = 4B58CC7629BE2D6900CEAE59 /* XcodeGPT.app */; |
| 369 | + productReference = 4B58CC7629BE2D6900CEAE59 /* Swift Assistant.app */; |
356 | 370 | productType = "com.apple.product-type.application"; |
357 | 371 | }; |
358 | 372 | 4B58CC8629BE2D6C00CEAE59 /* XcodeGPTTests */ = { |
|
561 | 575 | files = ( |
562 | 576 | 4B58CC7C29BE2D6900CEAE59 /* HomeView.swift in Sources */, |
563 | 577 | 4B80408D29C157CC00522386 /* MenuCard.swift in Sources */, |
| 578 | + 4B12189229C92A0000F3A6AF /* TokenViewModel.swift in Sources */, |
| 579 | + 4B12189029C9280000F3A6AF /* TokenView.swift in Sources */, |
564 | 580 | 4B58CC7A29BE2D6900CEAE59 /* XcodeGPTApp.swift in Sources */, |
565 | 581 | 4B8040BA29C16AD800522386 /* HomeViewModel.swift in Sources */, |
566 | 582 | ); |
|
700 | 716 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
701 | 717 | MTL_FAST_MATH = YES; |
702 | 718 | ONLY_ACTIVE_ARCH = YES; |
| 719 | + PRODUCT_NAME = "Swift Assistant"; |
703 | 720 | SDKROOT = macosx; |
704 | 721 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
705 | 722 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
753 | 770 | MACOSX_DEPLOYMENT_TARGET = 12.4; |
754 | 771 | MTL_ENABLE_DEBUG_INFO = NO; |
755 | 772 | MTL_FAST_MATH = YES; |
| 773 | + PRODUCT_NAME = "Swift Assistant"; |
756 | 774 | SDKROOT = macosx; |
757 | 775 | SWIFT_COMPILATION_MODE = wholemodule; |
758 | 776 | SWIFT_OPTIMIZATION_LEVEL = "-O"; |
|
784 | 802 | ); |
785 | 803 | MARKETING_VERSION = 1.0; |
786 | 804 | PRODUCT_BUNDLE_IDENTIFIER = dev.muriloaraujo.XcodeGPT; |
787 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 805 | + PRODUCT_NAME = "Swift Assistant"; |
788 | 806 | SWIFT_EMIT_LOC_STRINGS = YES; |
789 | 807 | SWIFT_VERSION = 5.0; |
790 | 808 | }; |
|
815 | 833 | ); |
816 | 834 | MARKETING_VERSION = 1.0; |
817 | 835 | PRODUCT_BUNDLE_IDENTIFIER = dev.muriloaraujo.XcodeGPT; |
818 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 836 | + PRODUCT_NAME = "Swift Assistant"; |
819 | 837 | SWIFT_EMIT_LOC_STRINGS = YES; |
820 | 838 | SWIFT_VERSION = 5.0; |
821 | 839 | }; |
|
0 commit comments