Skip to content

Commit c2dfb51

Browse files
mac os fixes
1 parent cd9ef1c commit c2dfb51

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/ios/RunAnywhereAI/RunAnywhereAI.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@
412412
isa = XCBuildConfiguration;
413413
buildSettings = {
414414
ALWAYS_SEARCH_USER_PATHS = NO;
415+
ARCHS = arm64;
415416
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
416417
CLANG_ANALYZER_NONNULL = YES;
417418
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
@@ -465,6 +466,7 @@
465466
5480A2132E2F250400337F2F /* Debug */ = {
466467
isa = XCBuildConfiguration;
467468
buildSettings = {
469+
ARCHS = arm64;
468470
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
469471
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
470472
CODE_SIGN_ENTITLEMENTS = RunAnywhereAI/RunAnywhereAI.entitlements;
@@ -475,6 +477,7 @@
475477
ENABLE_PREVIEWS = YES;
476478
GENERATE_INFOPLIST_FILE = YES;
477479
INFOPLIST_KEY_CFBundleDisplayName = RunAnywhere;
480+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
478481
INFOPLIST_KEY_NSCameraUsageDescription = "RunAnywhere AI needs access to your camera for vision language model features to analyze images.";
479482
INFOPLIST_KEY_NSMicrophoneUsageDescription = "RunAnywhere AI needs access to your microphone to transcribe your voice input and provide voice-based interactions.";
480483
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "RunAnywhere AI uses speech recognition to convert your voice to text for processing.";
@@ -508,6 +511,7 @@
508511
5480A2142E2F250400337F2F /* Release */ = {
509512
isa = XCBuildConfiguration;
510513
buildSettings = {
514+
ARCHS = arm64;
511515
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
512516
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
513517
CODE_SIGN_ENTITLEMENTS = RunAnywhereAI/RunAnywhereAI.entitlements;
@@ -518,6 +522,7 @@
518522
ENABLE_PREVIEWS = YES;
519523
GENERATE_INFOPLIST_FILE = YES;
520524
INFOPLIST_KEY_CFBundleDisplayName = RunAnywhere;
525+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
521526
INFOPLIST_KEY_NSCameraUsageDescription = "RunAnywhere AI needs access to your camera for vision language model features to analyze images.";
522527
INFOPLIST_KEY_NSMicrophoneUsageDescription = "RunAnywhere AI needs access to your microphone to transcribe your voice input and provide voice-based interactions.";
523528
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "RunAnywhere AI uses speech recognition to convert your voice to text for processing.";

0 commit comments

Comments
 (0)