|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 46; |
| 6 | + objectVersion = 60; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
|
25 | 25 | 1A2B3C4D5E6F700000000010 /* DemoMemoryExamples.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B3C4D5E6F700000000010 /* DemoMemoryExamples.swift */; }; |
26 | 26 | 1A2B3C4D5E6F700000000011 /* AgentDemoViewModel+Memory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B3C4D5E6F700000000011 /* AgentDemoViewModel+Memory.swift */; }; |
27 | 27 | 1A2B3C4D5E6F700000000012 /* MemoryDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B3C4D5E6F700000000012 /* MemoryDemoView.swift */; }; |
| 28 | + 1A2B3C4D5E6F700000000013 /* AgentDemoViewModel+ComposerState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B3C4D5E6F700000000013 /* AgentDemoViewModel+ComposerState.swift */; }; |
| 29 | + 1A2B3C4D5E6F700000000014 /* AgentDemoViewModel+ThreadState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B3C4D5E6F700000000014 /* AgentDemoViewModel+ThreadState.swift */; }; |
| 30 | + 1A2B3C4D5E6F700000000015 /* AgentDemoViewModel+Observation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B3C4D5E6F700000000015 /* AgentDemoViewModel+Observation.swift */; }; |
| 31 | + 1A2B3C4D5E6F700000000016 /* ThreadTurnActivityView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B3C4D5E6F700000000016 /* ThreadTurnActivityView.swift */; }; |
28 | 32 | 7482123BC63AC10F104DE092 /* AssistantRuntimeDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6999E6475919476E726E8C /* AssistantRuntimeDemoApp.swift */; }; |
29 | 33 | 84726927B752451499D9257F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 906A95007C8ECB92CFC2CE15 /* Foundation.framework */; }; |
30 | 34 | B060448C6464C41789B56EED /* AgentDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA22585116A120BA97F76B8 /* AgentDemoView.swift */; }; |
|
35 | 39 | /* End PBXBuildFile section */ |
36 | 40 |
|
37 | 41 | /* Begin PBXFileReference section */ |
| 42 | + 2481147A958D00EB4A70C928 /* AgentDemoViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AgentDemoViewModel.swift; sourceTree = "<group>"; }; |
38 | 43 | 2A2B3C4D5E6F700000000001 /* AgentDemoView+ChatSections.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "AgentDemoView+ChatSections.swift"; sourceTree = "<group>"; }; |
39 | 44 | 2A2B3C4D5E6F700000000002 /* AgentDemoView+ComposerAndSheets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "AgentDemoView+ComposerAndSheets.swift"; sourceTree = "<group>"; }; |
40 | 45 | 2A2B3C4D5E6F700000000003 /* HealthCoachView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = HealthCoachView.swift; sourceTree = "<group>"; }; |
|
53 | 58 | 2A2B3C4D5E6F700000000010 /* DemoMemoryExamples.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DemoMemoryExamples.swift; sourceTree = "<group>"; }; |
54 | 59 | 2A2B3C4D5E6F700000000011 /* AgentDemoViewModel+Memory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "AgentDemoViewModel+Memory.swift"; sourceTree = "<group>"; }; |
55 | 60 | 2A2B3C4D5E6F700000000012 /* MemoryDemoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MemoryDemoView.swift; sourceTree = "<group>"; }; |
56 | | - 2481147A958D00EB4A70C928 /* AgentDemoViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AgentDemoViewModel.swift; sourceTree = "<group>"; }; |
| 61 | + 2A2B3C4D5E6F700000000013 /* AgentDemoViewModel+ComposerState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "AgentDemoViewModel+ComposerState.swift"; sourceTree = "<group>"; }; |
| 62 | + 2A2B3C4D5E6F700000000014 /* AgentDemoViewModel+ThreadState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "AgentDemoViewModel+ThreadState.swift"; sourceTree = "<group>"; }; |
| 63 | + 2A2B3C4D5E6F700000000015 /* AgentDemoViewModel+Observation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "AgentDemoViewModel+Observation.swift"; sourceTree = "<group>"; }; |
| 64 | + 2A2B3C4D5E6F700000000016 /* ThreadTurnActivityView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ThreadTurnActivityView.swift; sourceTree = "<group>"; }; |
57 | 65 | 3CA22585116A120BA97F76B8 /* AgentDemoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AgentDemoView.swift; sourceTree = "<group>"; }; |
58 | 66 | 5A6999E6475919476E726E8C /* AssistantRuntimeDemoApp.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AssistantRuntimeDemoApp.swift; sourceTree = "<group>"; }; |
59 | 67 | 690A3E5A03E545F88FAF9A44 /* AssistantRuntimeDemoApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AssistantRuntimeDemoApp.entitlements; sourceTree = "<group>"; }; |
|
85 | 93 | 690A3E5A03E545F88FAF9A44 /* AssistantRuntimeDemoApp.entitlements */, |
86 | 94 | FE27E9F3273C1EAF47AE5198 /* Info.plist */, |
87 | 95 | ); |
88 | | - name = AssistantRuntimeDemoApp; |
89 | 96 | path = AssistantRuntimeDemoApp; |
90 | 97 | sourceTree = "<group>"; |
91 | 98 | }; |
|
133 | 140 | 2A2B3C4D5E6F700000000004 /* DeviceCodePromptView.swift */, |
134 | 141 | 2A2B3C4D5E6F700000000005 /* Image+PlatformInit.swift */, |
135 | 142 | 2481147A958D00EB4A70C928 /* AgentDemoViewModel.swift */, |
| 143 | + 2A2B3C4D5E6F700000000013 /* AgentDemoViewModel+ComposerState.swift */, |
| 144 | + 2A2B3C4D5E6F700000000014 /* AgentDemoViewModel+ThreadState.swift */, |
| 145 | + 2A2B3C4D5E6F700000000015 /* AgentDemoViewModel+Observation.swift */, |
136 | 146 | 2A2B3C4D5E6F700000000006 /* AgentDemoViewModel+Messaging.swift */, |
137 | 147 | 2A2B3C4D5E6F700000000007 /* AgentDemoViewModel+Tools.swift */, |
138 | 148 | 2A2B3C4D5E6F700000000008 /* AgentDemoViewModel+HealthCoach.swift */, |
|
143 | 153 | 2A2B3C4D5E6F70000000000D /* DemoUIComponents.swift */, |
144 | 154 | 2A2B3C4D5E6F70000000000E /* StructuredOutputDemoView.swift */, |
145 | 155 | 2A2B3C4D5E6F70000000000F /* ThreadDetailView.swift */, |
| 156 | + 2A2B3C4D5E6F700000000016 /* ThreadTurnActivityView.swift */, |
146 | 157 | 2A2B3C4D5E6F700000000010 /* DemoMemoryExamples.swift */, |
147 | 158 | 2A2B3C4D5E6F700000000011 /* AgentDemoViewModel+Memory.swift */, |
148 | 159 | 2A2B3C4D5E6F700000000012 /* MemoryDemoView.swift */, |
149 | 160 | ); |
150 | | - name = Shared; |
151 | 161 | path = Shared; |
152 | 162 | sourceTree = "<group>"; |
153 | 163 | }; |
|
181 | 191 | 26901593A1B92DDA950D134D /* Project object */ = { |
182 | 192 | isa = PBXProject; |
183 | 193 | attributes = { |
| 194 | + BuildIndependentTargetsInParallel = YES; |
184 | 195 | LastSwiftUpdateCheck = 1600; |
185 | | - LastUpgradeCheck = 1600; |
| 196 | + LastUpgradeCheck = 2630; |
186 | 197 | }; |
187 | 198 | buildConfigurationList = 01B4A49BA7FDE96517E1DFD0 /* Build configuration list for PBXProject "AssistantRuntimeDemoApp" */; |
188 | 199 | compatibilityVersion = "Xcode 3.2"; |
|
193 | 204 | Base, |
194 | 205 | ); |
195 | 206 | mainGroup = B7BD2AF1370DA44DA0C52952; |
196 | | - minimizedProjectReferenceProxies = 0; |
197 | 207 | packageReferences = ( |
198 | 208 | 802CFFA933DE41B7A27EFE75 /* XCLocalSwiftPackageReference ".." */, |
199 | 209 | ); |
200 | | - preferredProjectObjectVersion = 77; |
201 | 210 | productRefGroup = CA88F59A68B805C4F9DA5CAA /* Products */; |
202 | 211 | projectDirPath = ""; |
203 | 212 | projectRoot = ""; |
|
240 | 249 | 1A2B3C4D5E6F700000000010 /* DemoMemoryExamples.swift in Sources */, |
241 | 250 | 1A2B3C4D5E6F700000000011 /* AgentDemoViewModel+Memory.swift in Sources */, |
242 | 251 | 1A2B3C4D5E6F700000000012 /* MemoryDemoView.swift in Sources */, |
| 252 | + 1A2B3C4D5E6F700000000013 /* AgentDemoViewModel+ComposerState.swift in Sources */, |
| 253 | + 1A2B3C4D5E6F700000000014 /* AgentDemoViewModel+ThreadState.swift in Sources */, |
| 254 | + 1A2B3C4D5E6F700000000015 /* AgentDemoViewModel+Observation.swift in Sources */, |
| 255 | + 1A2B3C4D5E6F700000000016 /* ThreadTurnActivityView.swift in Sources */, |
243 | 256 | 7482123BC63AC10F104DE092 /* AssistantRuntimeDemoApp.swift in Sources */, |
244 | 257 | BB4F38E64D1EBBB3821AC4E3 /* AgentDemoRuntimeFactory.swift in Sources */, |
245 | 258 | B060448C6464C41789B56EED /* AgentDemoView.swift in Sources */, |
|
284 | 297 | CLANG_WARN_UNREACHABLE_CODE = YES; |
285 | 298 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
286 | 299 | COPY_PHASE_STRIP = NO; |
| 300 | + DEAD_CODE_STRIPPING = YES; |
287 | 301 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 302 | + DEVELOPMENT_TEAM = T9G4574SJG; |
288 | 303 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
289 | 304 | ENABLE_TESTABILITY = YES; |
| 305 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
290 | 306 | GCC_C_LANGUAGE_STANDARD = gnu11; |
291 | 307 | GCC_DYNAMIC_NO_PIC = NO; |
292 | 308 | GCC_NO_COMMON_BLOCKS = YES; |
|
305 | 321 | MTL_FAST_MATH = YES; |
306 | 322 | ONLY_ACTIVE_ARCH = YES; |
307 | 323 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 324 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
308 | 325 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
309 | 326 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
310 | 327 | SWIFT_VERSION = 5.0; |
|
320 | 337 | CLANG_ENABLE_OBJC_WEAK = NO; |
321 | 338 | CODE_SIGN_ENTITLEMENTS = AssistantRuntimeDemoApp/AssistantRuntimeDemoApp.entitlements; |
322 | 339 | CODE_SIGN_STYLE = Automatic; |
323 | | - DEVELOPMENT_TEAM = T9G4574SJG; |
324 | 340 | GENERATE_INFOPLIST_FILE = NO; |
325 | 341 | INFOPLIST_FILE = AssistantRuntimeDemoApp/Info.plist; |
326 | 342 | IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
327 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 343 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 344 | + "$(inherited)", |
| 345 | + "@executable_path/Frameworks", |
| 346 | + ); |
328 | 347 | PRODUCT_BUNDLE_IDENTIFIER = ai.assistantruntime.demoapp; |
329 | 348 | PRODUCT_NAME = "$(TARGET_NAME)"; |
330 | 349 | SDKROOT = iphoneos; |
|
343 | 362 | CLANG_ENABLE_OBJC_WEAK = NO; |
344 | 363 | CODE_SIGN_ENTITLEMENTS = AssistantRuntimeDemoApp/AssistantRuntimeDemoApp.entitlements; |
345 | 364 | CODE_SIGN_STYLE = Automatic; |
346 | | - DEVELOPMENT_TEAM = T9G4574SJG; |
347 | 365 | GENERATE_INFOPLIST_FILE = NO; |
348 | 366 | INFOPLIST_FILE = AssistantRuntimeDemoApp/Info.plist; |
349 | 367 | IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
350 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 368 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 369 | + "$(inherited)", |
| 370 | + "@executable_path/Frameworks", |
| 371 | + ); |
351 | 372 | PRODUCT_BUNDLE_IDENTIFIER = ai.assistantruntime.demoapp; |
352 | 373 | PRODUCT_NAME = "$(TARGET_NAME)"; |
353 | 374 | SDKROOT = iphoneos; |
|
390 | 411 | CLANG_WARN_UNREACHABLE_CODE = YES; |
391 | 412 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
392 | 413 | COPY_PHASE_STRIP = NO; |
| 414 | + DEAD_CODE_STRIPPING = YES; |
393 | 415 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 416 | + DEVELOPMENT_TEAM = T9G4574SJG; |
394 | 417 | ENABLE_NS_ASSERTIONS = NO; |
395 | 418 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 419 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
396 | 420 | GCC_C_LANGUAGE_STANDARD = gnu11; |
397 | 421 | GCC_NO_COMMON_BLOCKS = YES; |
398 | 422 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
404 | 428 | MTL_ENABLE_DEBUG_INFO = NO; |
405 | 429 | MTL_FAST_MATH = YES; |
406 | 430 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 431 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
407 | 432 | SWIFT_COMPILATION_MODE = wholemodule; |
408 | 433 | SWIFT_OPTIMIZATION_LEVEL = "-O"; |
409 | 434 | SWIFT_VERSION = 5.0; |
|
0 commit comments