|
43 | 43 | 7B7239AB2AF6294C00646679 /* URLImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B7239AA2AF6294C00646679 /* URLImageView.swift */; };
|
44 | 44 | 7B7239AE2AF9FF0000646679 /* ChatFunctionsCallStreamProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B7239AD2AF9FF0000646679 /* ChatFunctionsCallStreamProvider.swift */; };
|
45 | 45 | 7B7239B12AF9FF3C00646679 /* ChatFunctionsCalllStreamDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B7239B02AF9FF3C00646679 /* ChatFunctionsCalllStreamDemoView.swift */; };
|
| 46 | + 7B99C2E72C0718DE00E701B3 /* FilesPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B99C2E62C0718DE00E701B3 /* FilesPicker.swift */; }; |
| 47 | + 7B99C2E92C0718FF00E701B3 /* FileAttachmentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B99C2E82C0718FF00E701B3 /* FileAttachmentView.swift */; }; |
| 48 | + 7B99C2EB2C07191200E701B3 /* AttachmentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B99C2EA2C07191200E701B3 /* AttachmentView.swift */; }; |
| 49 | + 7B99C2ED2C071B1600E701B3 /* FilesPickerProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B99C2EC2C071B1600E701B3 /* FilesPickerProvider.swift */; }; |
46 | 50 | 7BA788CD2AE23A48008825D5 /* SwiftOpenAIExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BA788CC2AE23A48008825D5 /* SwiftOpenAIExampleApp.swift */; };
|
47 | 51 | 7BA788CF2AE23A48008825D5 /* ApiKeyIntroView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BA788CE2AE23A48008825D5 /* ApiKeyIntroView.swift */; };
|
48 | 52 | 7BA788D12AE23A49008825D5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7BA788D02AE23A49008825D5 /* Assets.xcassets */; };
|
|
115 | 119 | 7B7239AA2AF6294C00646679 /* URLImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLImageView.swift; sourceTree = "<group>"; };
|
116 | 120 | 7B7239AD2AF9FF0000646679 /* ChatFunctionsCallStreamProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatFunctionsCallStreamProvider.swift; sourceTree = "<group>"; };
|
117 | 121 | 7B7239B02AF9FF3C00646679 /* ChatFunctionsCalllStreamDemoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatFunctionsCalllStreamDemoView.swift; sourceTree = "<group>"; };
|
| 122 | + 7B99C2E62C0718DE00E701B3 /* FilesPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilesPicker.swift; sourceTree = "<group>"; }; |
| 123 | + 7B99C2E82C0718FF00E701B3 /* FileAttachmentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileAttachmentView.swift; sourceTree = "<group>"; }; |
| 124 | + 7B99C2EA2C07191200E701B3 /* AttachmentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachmentView.swift; sourceTree = "<group>"; }; |
| 125 | + 7B99C2EC2C071B1600E701B3 /* FilesPickerProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilesPickerProvider.swift; sourceTree = "<group>"; }; |
118 | 126 | 7BA788C92AE23A48008825D5 /* SwiftOpenAIExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftOpenAIExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
119 | 127 | 7BA788CC2AE23A48008825D5 /* SwiftOpenAIExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftOpenAIExampleApp.swift; sourceTree = "<group>"; };
|
120 | 128 | 7BA788CE2AE23A48008825D5 /* ApiKeyIntroView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApiKeyIntroView.swift; sourceTree = "<group>"; };
|
|
297 | 305 | path = SharedModels;
|
298 | 306 | sourceTree = "<group>";
|
299 | 307 | };
|
| 308 | + 7B99C2E52C0718CD00E701B3 /* Files */ = { |
| 309 | + isa = PBXGroup; |
| 310 | + children = ( |
| 311 | + 7B99C2E62C0718DE00E701B3 /* FilesPicker.swift */, |
| 312 | + 7B99C2E82C0718FF00E701B3 /* FileAttachmentView.swift */, |
| 313 | + 7B99C2EA2C07191200E701B3 /* AttachmentView.swift */, |
| 314 | + 7B99C2EC2C071B1600E701B3 /* FilesPickerProvider.swift */, |
| 315 | + ); |
| 316 | + path = Files; |
| 317 | + sourceTree = "<group>"; |
| 318 | + }; |
300 | 319 | 7BA788C02AE23A48008825D5 = {
|
301 | 320 | isa = PBXGroup;
|
302 | 321 | children = (
|
|
321 | 340 | isa = PBXGroup;
|
322 | 341 | children = (
|
323 | 342 | 7BA788CC2AE23A48008825D5 /* SwiftOpenAIExampleApp.swift */,
|
| 343 | + 7B99C2E52C0718CD00E701B3 /* Files */, |
324 | 344 | 7B7239AF2AF9FF1D00646679 /* SharedModels */,
|
325 | 345 | 7B7239A92AF6294200646679 /* SharedUI */,
|
326 | 346 | 7B1268032B08241200400694 /* Assistants */,
|
|
564 | 584 | 7B7239AB2AF6294C00646679 /* URLImageView.swift in Sources */,
|
565 | 585 | 7B7239B12AF9FF3C00646679 /* ChatFunctionsCalllStreamDemoView.swift in Sources */,
|
566 | 586 | 7BBE7EAB2B02E8FC0096A693 /* ChatMessageDisplayModel.swift in Sources */,
|
| 587 | + 7B99C2E92C0718FF00E701B3 /* FileAttachmentView.swift in Sources */, |
567 | 588 | 7BBE7EA52B02E8A70096A693 /* Sizes.swift in Sources */,
|
568 | 589 | 7B7239A22AF6260D00646679 /* ChatDisplayMessage.swift in Sources */,
|
569 | 590 | 0DF957862BB543F100DD2013 /* AIProxyIntroView.swift in Sources */,
|
|
572 | 593 | 7B436B962AE24A04003CE281 /* OptionsListView.swift in Sources */,
|
573 | 594 | 7BBE7EDE2B03718E0096A693 /* ChatFunctionCallProvider.swift in Sources */,
|
574 | 595 | 7B7239A62AF628F800646679 /* ChatDisplayMessageView.swift in Sources */,
|
| 596 | + 7B99C2ED2C071B1600E701B3 /* FilesPickerProvider.swift in Sources */, |
575 | 597 | 7B7239A02AF625F200646679 /* ChatFluidConversationProvider.swift in Sources */,
|
576 | 598 | 7BA788CF2AE23A48008825D5 /* ApiKeyIntroView.swift in Sources */,
|
577 | 599 | 7BA788CD2AE23A48008825D5 /* SwiftOpenAIExampleApp.swift in Sources */,
|
|
586 | 608 | 7B436BAD2AE788FB003CE281 /* FineTuningJobDemoView.swift in Sources */,
|
587 | 609 | 7B436BB02AE79369003CE281 /* FilesDemoView.swift in Sources */,
|
588 | 610 | 7BBE7E912AFCA52A0096A693 /* ChatVisionDemoView.swift in Sources */,
|
| 611 | + 7B99C2EB2C07191200E701B3 /* AttachmentView.swift in Sources */, |
589 | 612 | 7B436BAB2AE788F1003CE281 /* FineTuningJobProvider.swift in Sources */,
|
590 | 613 | 7B7239A42AF6289900646679 /* ChatStreamFluidConversationDemoView.swift in Sources */,
|
591 | 614 | 7BA788FC2AE23B42008825D5 /* AudioDemoView.swift in Sources */,
|
| 615 | + 7B99C2E72C0718DE00E701B3 /* FilesPicker.swift in Sources */, |
592 | 616 | 7B1268072B08247C00400694 /* AssistantConfigurationProvider.swift in Sources */,
|
593 | 617 | 7B436BBE2AE7ABDA003CE281 /* ModelsDemoView.swift in Sources */,
|
594 | 618 | 7B436BA32AE25962003CE281 /* ChatDemoView.swift in Sources */,
|
|
0 commit comments