|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 541C59DA2E63772A00DD7839 /* RunAnywhere in Frameworks */ = {isa = PBXBuildFile; productRef = 541C59D92E63772A00DD7839 /* RunAnywhere */; }; |
| 11 | + 54398AC52F492D1D009D6B51 /* RunAnywhereKeyboard.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 54398ABE2F492D1D009D6B51 /* RunAnywhereKeyboard.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
11 | 12 | 58ABEDD22ED16DA40058D033 /* RunAnywhereONNX in Frameworks */ = {isa = PBXBuildFile; productRef = 58ABEDD12ED16DA40058D033 /* RunAnywhereONNX */; }; |
12 | 13 | 58LLAMACPP12ED16DA40058D0 /* RunAnywhereLlamaCPP in Frameworks */ = {isa = PBXBuildFile; productRef = 58LLAMACPP02ED16DA40058D0 /* RunAnywhereLlamaCPP */; }; |
| 14 | + RACSHARED01RACSHARED01RACS /* SharedConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = RACSHARED02RACSHARED02RACS /* SharedConstants.swift */; }; |
| 15 | + RACSHARED03RACSHARED03RACS /* SharedDataBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = RACSHARED04RACSHARED04RACS /* SharedDataBridge.swift */; }; |
13 | 16 | /* End PBXBuildFile section */ |
14 | 17 |
|
15 | 18 | /* Begin PBXContainerItemProxy section */ |
| 19 | + 54398AC32F492D1D009D6B51 /* PBXContainerItemProxy */ = { |
| 20 | + isa = PBXContainerItemProxy; |
| 21 | + containerPortal = 5480A1E82E2F250200337F2F /* Project object */; |
| 22 | + proxyType = 1; |
| 23 | + remoteGlobalIDString = 54398ABD2F492D1D009D6B51; |
| 24 | + remoteInfo = RunAnywhereKeyboard; |
| 25 | + }; |
16 | 26 | 5480A1FF2E2F250400337F2F /* PBXContainerItemProxy */ = { |
17 | 27 | isa = PBXContainerItemProxy; |
18 | 28 | containerPortal = 5480A1E82E2F250200337F2F /* Project object */; |
|
29 | 39 | }; |
30 | 40 | /* End PBXContainerItemProxy section */ |
31 | 41 |
|
| 42 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 43 | + 54398AC62F492D1D009D6B51 /* Embed Foundation Extensions */ = { |
| 44 | + isa = PBXCopyFilesBuildPhase; |
| 45 | + buildActionMask = 2147483647; |
| 46 | + dstPath = ""; |
| 47 | + dstSubfolderSpec = 13; |
| 48 | + files = ( |
| 49 | + 54398AC52F492D1D009D6B51 /* RunAnywhereKeyboard.appex in Embed Foundation Extensions */, |
| 50 | + ); |
| 51 | + name = "Embed Foundation Extensions"; |
| 52 | + runOnlyForDeploymentPostprocessing = 0; |
| 53 | + }; |
| 54 | +/* End PBXCopyFilesBuildPhase section */ |
| 55 | + |
32 | 56 | /* Begin PBXFileReference section */ |
33 | 57 | 0C5E8414EC72B380DADD6717 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; |
34 | 58 | 0D23254BCD6273187BD2441C /* libbz2.tbd */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libbz2.tbd; path = usr/lib/libbz2.tbd; sourceTree = SDKROOT; }; |
35 | 59 | 502F1BAB2C2556A11E24EA6F /* libc++.tbd */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; |
| 60 | + 54398ABE2F492D1D009D6B51 /* RunAnywhereKeyboard.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = RunAnywhereKeyboard.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 61 | 5480A1F02E2F250200337F2F /* RunAnywhereAI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RunAnywhereAI.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
37 | 62 | 5480A1FE2E2F250400337F2F /* RunAnywhereAITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunAnywhereAITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
38 | 63 | 5480A2082E2F250400337F2F /* RunAnywhereAIUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunAnywhereAIUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 64 | F8388285B0D64126DD4540F8 /* libarchive.tbd */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libarchive.tbd; path = usr/lib/libarchive.tbd; sourceTree = SDKROOT; }; |
| 65 | + RACSHARED02RACSHARED02RACS /* SharedConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SharedConstants.swift; path = RunAnywhereAI/Shared/SharedConstants.swift; sourceTree = SOURCE_ROOT; }; |
| 66 | + RACSHARED04RACSHARED04RACS /* SharedDataBridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SharedDataBridge.swift; path = RunAnywhereAI/Shared/SharedDataBridge.swift; sourceTree = SOURCE_ROOT; }; |
40 | 67 | /* End PBXFileReference section */ |
41 | 68 |
|
| 69 | +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 70 | + 54398AC92F492D1D009D6B51 /* Exceptions for "RunAnywhereKeyboard" folder in "RunAnywhereKeyboard" target */ = { |
| 71 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 72 | + membershipExceptions = ( |
| 73 | + Info.plist, |
| 74 | + ); |
| 75 | + target = 54398ABD2F492D1D009D6B51 /* RunAnywhereKeyboard */; |
| 76 | + }; |
| 77 | + 54398ACD2F492DE7009D6B51 /* Exceptions for "RunAnywhereAI" folder in "RunAnywhereAI" target */ = { |
| 78 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 79 | + membershipExceptions = ( |
| 80 | + Info.plist, |
| 81 | + ); |
| 82 | + target = 5480A1EF2E2F250200337F2F /* RunAnywhereAI */; |
| 83 | + }; |
| 84 | +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 85 | + |
42 | 86 | /* Begin PBXFileSystemSynchronizedRootGroup section */ |
| 87 | + 54398ABF2F492D1D009D6B51 /* RunAnywhereKeyboard */ = { |
| 88 | + isa = PBXFileSystemSynchronizedRootGroup; |
| 89 | + exceptions = ( |
| 90 | + 54398AC92F492D1D009D6B51 /* Exceptions for "RunAnywhereKeyboard" folder in "RunAnywhereKeyboard" target */, |
| 91 | + ); |
| 92 | + path = RunAnywhereKeyboard; |
| 93 | + sourceTree = "<group>"; |
| 94 | + }; |
43 | 95 | 5480A1F22E2F250200337F2F /* RunAnywhereAI */ = { |
44 | 96 | isa = PBXFileSystemSynchronizedRootGroup; |
| 97 | + exceptions = ( |
| 98 | + 54398ACD2F492DE7009D6B51 /* Exceptions for "RunAnywhereAI" folder in "RunAnywhereAI" target */, |
| 99 | + ); |
45 | 100 | path = RunAnywhereAI; |
46 | 101 | sourceTree = "<group>"; |
47 | 102 | }; |
|
58 | 113 | /* End PBXFileSystemSynchronizedRootGroup section */ |
59 | 114 |
|
60 | 115 | /* Begin PBXFrameworksBuildPhase section */ |
| 116 | + 54398ABB2F492D1D009D6B51 /* Frameworks */ = { |
| 117 | + isa = PBXFrameworksBuildPhase; |
| 118 | + buildActionMask = 2147483647; |
| 119 | + files = ( |
| 120 | + ); |
| 121 | + runOnlyForDeploymentPostprocessing = 0; |
| 122 | + }; |
61 | 123 | 5480A1ED2E2F250200337F2F /* Frameworks */ = { |
62 | 124 | isa = PBXFrameworksBuildPhase; |
63 | 125 | buildActionMask = 2147483647; |
|
85 | 147 | /* End PBXFrameworksBuildPhase section */ |
86 | 148 |
|
87 | 149 | /* Begin PBXGroup section */ |
| 150 | + 54398C522F493174009D6B51 /* Recovered References */ = { |
| 151 | + isa = PBXGroup; |
| 152 | + children = ( |
| 153 | + RACSHARED02RACSHARED02RACS /* SharedConstants.swift */, |
| 154 | + RACSHARED04RACSHARED04RACS /* SharedDataBridge.swift */, |
| 155 | + ); |
| 156 | + name = "Recovered References"; |
| 157 | + sourceTree = "<group>"; |
| 158 | + }; |
88 | 159 | 547A6C002E6374D1005EF0C7 /* Frameworks */ = { |
89 | 160 | isa = PBXGroup; |
90 | 161 | children = ( |
|
102 | 173 | 5480A1F22E2F250200337F2F /* RunAnywhereAI */, |
103 | 174 | 5480A2012E2F250400337F2F /* RunAnywhereAITests */, |
104 | 175 | 5480A20B2E2F250400337F2F /* RunAnywhereAIUITests */, |
| 176 | + 54398ABF2F492D1D009D6B51 /* RunAnywhereKeyboard */, |
105 | 177 | 547A6C002E6374D1005EF0C7 /* Frameworks */, |
106 | 178 | 5480A1F12E2F250200337F2F /* Products */, |
| 179 | + 54398C522F493174009D6B51 /* Recovered References */, |
107 | 180 | ); |
108 | 181 | sourceTree = "<group>"; |
109 | 182 | }; |
|
113 | 186 | 5480A1F02E2F250200337F2F /* RunAnywhereAI.app */, |
114 | 187 | 5480A1FE2E2F250400337F2F /* RunAnywhereAITests.xctest */, |
115 | 188 | 5480A2082E2F250400337F2F /* RunAnywhereAIUITests.xctest */, |
| 189 | + 54398ABE2F492D1D009D6B51 /* RunAnywhereKeyboard.appex */, |
116 | 190 | ); |
117 | 191 | name = Products; |
118 | 192 | sourceTree = "<group>"; |
119 | 193 | }; |
120 | 194 | /* End PBXGroup section */ |
121 | 195 |
|
122 | 196 | /* Begin PBXNativeTarget section */ |
| 197 | + 54398ABD2F492D1D009D6B51 /* RunAnywhereKeyboard */ = { |
| 198 | + isa = PBXNativeTarget; |
| 199 | + buildConfigurationList = 54398ACA2F492D1D009D6B51 /* Build configuration list for PBXNativeTarget "RunAnywhereKeyboard" */; |
| 200 | + buildPhases = ( |
| 201 | + 54398ABA2F492D1D009D6B51 /* Sources */, |
| 202 | + 54398ABB2F492D1D009D6B51 /* Frameworks */, |
| 203 | + 54398ABC2F492D1D009D6B51 /* Resources */, |
| 204 | + ); |
| 205 | + buildRules = ( |
| 206 | + ); |
| 207 | + dependencies = ( |
| 208 | + ); |
| 209 | + fileSystemSynchronizedGroups = ( |
| 210 | + 54398ABF2F492D1D009D6B51 /* RunAnywhereKeyboard */, |
| 211 | + ); |
| 212 | + name = RunAnywhereKeyboard; |
| 213 | + packageProductDependencies = ( |
| 214 | + ); |
| 215 | + productName = RunAnywhereKeyboard; |
| 216 | + productReference = 54398ABE2F492D1D009D6B51 /* RunAnywhereKeyboard.appex */; |
| 217 | + productType = "com.apple.product-type.app-extension"; |
| 218 | + }; |
123 | 219 | 5480A1EF2E2F250200337F2F /* RunAnywhereAI */ = { |
124 | 220 | isa = PBXNativeTarget; |
125 | 221 | buildConfigurationList = 5480A2122E2F250400337F2F /* Build configuration list for PBXNativeTarget "RunAnywhereAI" */; |
126 | 222 | buildPhases = ( |
127 | 223 | 5480A1EC2E2F250200337F2F /* Sources */, |
128 | 224 | 5480A1ED2E2F250200337F2F /* Frameworks */, |
129 | 225 | 5480A1EE2E2F250200337F2F /* Resources */, |
| 226 | + 54398AC62F492D1D009D6B51 /* Embed Foundation Extensions */, |
130 | 227 | ); |
131 | 228 | buildRules = ( |
132 | 229 | ); |
133 | 230 | dependencies = ( |
| 231 | + 54398AC42F492D1D009D6B51 /* PBXTargetDependency */, |
134 | 232 | ); |
135 | 233 | fileSystemSynchronizedGroups = ( |
136 | 234 | 5480A1F22E2F250200337F2F /* RunAnywhereAI */, |
|
196 | 294 | isa = PBXProject; |
197 | 295 | attributes = { |
198 | 296 | BuildIndependentTargetsInParallel = 1; |
199 | | - LastSwiftUpdateCheck = 1640; |
| 297 | + LastSwiftUpdateCheck = 2620; |
200 | 298 | LastUpgradeCheck = 1640; |
201 | 299 | TargetAttributes = { |
| 300 | + 54398ABD2F492D1D009D6B51 = { |
| 301 | + CreatedOnToolsVersion = 26.2; |
| 302 | + }; |
202 | 303 | 5480A1EF2E2F250200337F2F = { |
203 | 304 | CreatedOnToolsVersion = 16.4; |
204 | 305 | }; |
|
232 | 333 | 5480A1EF2E2F250200337F2F /* RunAnywhereAI */, |
233 | 334 | 5480A1FD2E2F250400337F2F /* RunAnywhereAITests */, |
234 | 335 | 5480A2072E2F250400337F2F /* RunAnywhereAIUITests */, |
| 336 | + 54398ABD2F492D1D009D6B51 /* RunAnywhereKeyboard */, |
235 | 337 | ); |
236 | 338 | }; |
237 | 339 | /* End PBXProject section */ |
238 | 340 |
|
239 | 341 | /* Begin PBXResourcesBuildPhase section */ |
| 342 | + 54398ABC2F492D1D009D6B51 /* Resources */ = { |
| 343 | + isa = PBXResourcesBuildPhase; |
| 344 | + buildActionMask = 2147483647; |
| 345 | + files = ( |
| 346 | + ); |
| 347 | + runOnlyForDeploymentPostprocessing = 0; |
| 348 | + }; |
240 | 349 | 5480A1EE2E2F250200337F2F /* Resources */ = { |
241 | 350 | isa = PBXResourcesBuildPhase; |
242 | 351 | buildActionMask = 2147483647; |
|
308 | 417 | /* End PBXShellScriptBuildPhase section */ |
309 | 418 |
|
310 | 419 | /* Begin PBXSourcesBuildPhase section */ |
| 420 | + 54398ABA2F492D1D009D6B51 /* Sources */ = { |
| 421 | + isa = PBXSourcesBuildPhase; |
| 422 | + buildActionMask = 2147483647; |
| 423 | + files = ( |
| 424 | + RACSHARED01RACSHARED01RACS /* SharedConstants.swift in Sources */, |
| 425 | + RACSHARED03RACSHARED03RACS /* SharedDataBridge.swift in Sources */, |
| 426 | + ); |
| 427 | + runOnlyForDeploymentPostprocessing = 0; |
| 428 | + }; |
311 | 429 | 5480A1EC2E2F250200337F2F /* Sources */ = { |
312 | 430 | isa = PBXSourcesBuildPhase; |
313 | 431 | buildActionMask = 2147483647; |
|
332 | 450 | /* End PBXSourcesBuildPhase section */ |
333 | 451 |
|
334 | 452 | /* Begin PBXTargetDependency section */ |
| 453 | + 54398AC42F492D1D009D6B51 /* PBXTargetDependency */ = { |
| 454 | + isa = PBXTargetDependency; |
| 455 | + target = 54398ABD2F492D1D009D6B51 /* RunAnywhereKeyboard */; |
| 456 | + targetProxy = 54398AC32F492D1D009D6B51 /* PBXContainerItemProxy */; |
| 457 | + }; |
335 | 458 | 5480A2002E2F250400337F2F /* PBXTargetDependency */ = { |
336 | 459 | isa = PBXTargetDependency; |
337 | 460 | target = 5480A1EF2E2F250200337F2F /* RunAnywhereAI */; |
|
345 | 468 | /* End PBXTargetDependency section */ |
346 | 469 |
|
347 | 470 | /* Begin XCBuildConfiguration section */ |
| 471 | + 54398AC72F492D1D009D6B51 /* Debug */ = { |
| 472 | + isa = XCBuildConfiguration; |
| 473 | + buildSettings = { |
| 474 | + CODE_SIGN_ENTITLEMENTS = RunAnywhereKeyboard/RunAnywhereKeyboard.entitlements; |
| 475 | + CODE_SIGN_STYLE = Automatic; |
| 476 | + CURRENT_PROJECT_VERSION = 1; |
| 477 | + DEVELOPMENT_TEAM = L86FH3K93L; |
| 478 | + GENERATE_INFOPLIST_FILE = YES; |
| 479 | + INFOPLIST_FILE = RunAnywhereKeyboard/Info.plist; |
| 480 | + INFOPLIST_KEY_CFBundleDisplayName = RunAnywhereKeyboard; |
| 481 | + INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
| 482 | + IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 483 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 484 | + "$(inherited)", |
| 485 | + "@executable_path/Frameworks", |
| 486 | + "@executable_path/../../Frameworks", |
| 487 | + ); |
| 488 | + MARKETING_VERSION = 1.0; |
| 489 | + PRODUCT_BUNDLE_IDENTIFIER = com.runanywhere.RunAnywhere.RunAnywhereKeyboard; |
| 490 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 491 | + SDKROOT = iphoneos; |
| 492 | + SKIP_INSTALL = YES; |
| 493 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
| 494 | + SWIFT_APPROACHABLE_CONCURRENCY = YES; |
| 495 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 496 | + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; |
| 497 | + SWIFT_VERSION = 5.0; |
| 498 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 499 | + }; |
| 500 | + name = Debug; |
| 501 | + }; |
| 502 | + 54398AC82F492D1D009D6B51 /* Release */ = { |
| 503 | + isa = XCBuildConfiguration; |
| 504 | + buildSettings = { |
| 505 | + CODE_SIGN_ENTITLEMENTS = RunAnywhereKeyboard/RunAnywhereKeyboard.entitlements; |
| 506 | + CODE_SIGN_STYLE = Automatic; |
| 507 | + CURRENT_PROJECT_VERSION = 1; |
| 508 | + DEVELOPMENT_TEAM = L86FH3K93L; |
| 509 | + GENERATE_INFOPLIST_FILE = YES; |
| 510 | + INFOPLIST_FILE = RunAnywhereKeyboard/Info.plist; |
| 511 | + INFOPLIST_KEY_CFBundleDisplayName = RunAnywhereKeyboard; |
| 512 | + INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
| 513 | + IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 514 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 515 | + "$(inherited)", |
| 516 | + "@executable_path/Frameworks", |
| 517 | + "@executable_path/../../Frameworks", |
| 518 | + ); |
| 519 | + MARKETING_VERSION = 1.0; |
| 520 | + PRODUCT_BUNDLE_IDENTIFIER = com.runanywhere.RunAnywhere.RunAnywhereKeyboard; |
| 521 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 522 | + SDKROOT = iphoneos; |
| 523 | + SKIP_INSTALL = YES; |
| 524 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
| 525 | + SWIFT_APPROACHABLE_CONCURRENCY = YES; |
| 526 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 527 | + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; |
| 528 | + SWIFT_VERSION = 5.0; |
| 529 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 530 | + VALIDATE_PRODUCT = YES; |
| 531 | + }; |
| 532 | + name = Release; |
| 533 | + }; |
348 | 534 | 5480A2102E2F250400337F2F /* Debug */ = { |
349 | 535 | isa = XCBuildConfiguration; |
350 | 536 | buildSettings = { |
|
474 | 660 | DEVELOPMENT_TEAM = L86FH3K93L; |
475 | 661 | ENABLE_PREVIEWS = YES; |
476 | 662 | GENERATE_INFOPLIST_FILE = YES; |
| 663 | + INFOPLIST_FILE = RunAnywhereAI/Info.plist; |
477 | 664 | INFOPLIST_KEY_CFBundleDisplayName = RunAnywhere; |
478 | 665 | INFOPLIST_KEY_NSCameraUsageDescription = "RunAnywhere AI needs access to your camera for vision language model features to analyze images."; |
479 | 666 | INFOPLIST_KEY_NSMicrophoneUsageDescription = "RunAnywhere AI needs access to your microphone to transcribe your voice input and provide voice-based interactions."; |
|
517 | 704 | DEVELOPMENT_TEAM = L86FH3K93L; |
518 | 705 | ENABLE_PREVIEWS = YES; |
519 | 706 | GENERATE_INFOPLIST_FILE = YES; |
| 707 | + INFOPLIST_FILE = RunAnywhereAI/Info.plist; |
520 | 708 | INFOPLIST_KEY_CFBundleDisplayName = RunAnywhere; |
521 | 709 | INFOPLIST_KEY_NSCameraUsageDescription = "RunAnywhere AI needs access to your camera for vision language model features to analyze images."; |
522 | 710 | INFOPLIST_KEY_NSMicrophoneUsageDescription = "RunAnywhere AI needs access to your microphone to transcribe your voice input and provide voice-based interactions."; |
|
639 | 827 | /* End XCBuildConfiguration section */ |
640 | 828 |
|
641 | 829 | /* Begin XCConfigurationList section */ |
| 830 | + 54398ACA2F492D1D009D6B51 /* Build configuration list for PBXNativeTarget "RunAnywhereKeyboard" */ = { |
| 831 | + isa = XCConfigurationList; |
| 832 | + buildConfigurations = ( |
| 833 | + 54398AC72F492D1D009D6B51 /* Debug */, |
| 834 | + 54398AC82F492D1D009D6B51 /* Release */, |
| 835 | + ); |
| 836 | + defaultConfigurationIsVisible = 0; |
| 837 | + defaultConfigurationName = Release; |
| 838 | + }; |
642 | 839 | 5480A1EB2E2F250200337F2F /* Build configuration list for PBXProject "RunAnywhereAI" */ = { |
643 | 840 | isa = XCConfigurationList; |
644 | 841 | buildConfigurations = ( |
|
0 commit comments