|
412 | 412 | isa = XCBuildConfiguration; |
413 | 413 | buildSettings = { |
414 | 414 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 415 | + ARCHS = arm64; |
415 | 416 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
416 | 417 | CLANG_ANALYZER_NONNULL = YES; |
417 | 418 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
|
465 | 466 | 5480A2132E2F250400337F2F /* Debug */ = { |
466 | 467 | isa = XCBuildConfiguration; |
467 | 468 | buildSettings = { |
| 469 | + ARCHS = arm64; |
468 | 470 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
469 | 471 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
470 | 472 | CODE_SIGN_ENTITLEMENTS = RunAnywhereAI/RunAnywhereAI.entitlements; |
|
475 | 477 | ENABLE_PREVIEWS = YES; |
476 | 478 | GENERATE_INFOPLIST_FILE = YES; |
477 | 479 | INFOPLIST_KEY_CFBundleDisplayName = RunAnywhere; |
| 480 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
478 | 481 | INFOPLIST_KEY_NSCameraUsageDescription = "RunAnywhere AI needs access to your camera for vision language model features to analyze images."; |
479 | 482 | INFOPLIST_KEY_NSMicrophoneUsageDescription = "RunAnywhere AI needs access to your microphone to transcribe your voice input and provide voice-based interactions."; |
480 | 483 | INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "RunAnywhere AI uses speech recognition to convert your voice to text for processing."; |
|
508 | 511 | 5480A2142E2F250400337F2F /* Release */ = { |
509 | 512 | isa = XCBuildConfiguration; |
510 | 513 | buildSettings = { |
| 514 | + ARCHS = arm64; |
511 | 515 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
512 | 516 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
513 | 517 | CODE_SIGN_ENTITLEMENTS = RunAnywhereAI/RunAnywhereAI.entitlements; |
|
518 | 522 | ENABLE_PREVIEWS = YES; |
519 | 523 | GENERATE_INFOPLIST_FILE = YES; |
520 | 524 | INFOPLIST_KEY_CFBundleDisplayName = RunAnywhere; |
| 525 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
521 | 526 | INFOPLIST_KEY_NSCameraUsageDescription = "RunAnywhere AI needs access to your camera for vision language model features to analyze images."; |
522 | 527 | INFOPLIST_KEY_NSMicrophoneUsageDescription = "RunAnywhere AI needs access to your microphone to transcribe your voice input and provide voice-based interactions."; |
523 | 528 | INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "RunAnywhere AI uses speech recognition to convert your voice to text for processing."; |
|
0 commit comments