Kaynağa Gözat

update for app and bun

Ryan Vogel 4 ay önce
ebeveyn
işleme
f080147363
3 değiştirilmiş dosya ile 349 ekleme ve 2 silme
  1. 312 0
      bun.lock
  2. 16 2
      packages/mobile-voice/app.json
  3. 21 0
      packages/mobile-voice/eas.json

Dosya farkı çok büyük olduğundan ihmal edildi
+ 312 - 0
bun.lock


+ 16 - 2
packages/mobile-voice/app.json

@@ -11,7 +11,8 @@
       "icon": "./assets/expo.icon",
       "bundleIdentifier": "com.anomalyco.mobilevoice",
       "infoPlist": {
-        "NSMicrophoneUsageDescription": "This app needs microphone access for live speech-to-text dictation."
+        "NSMicrophoneUsageDescription": "This app needs microphone access for live speech-to-text dictation.",
+        "ITSAppUsesNonExemptEncryption": false
       }
     },
     "android": {
@@ -21,7 +22,14 @@
         "backgroundImage": "./assets/images/android-icon-background.png",
         "monochromeImage": "./assets/images/android-icon-monochrome.png"
       },
-      "permissions": ["RECORD_AUDIO", "POST_NOTIFICATIONS"],
+      "permissions": [
+        "RECORD_AUDIO",
+        "POST_NOTIFICATIONS",
+        "android.permission.FOREGROUND_SERVICE",
+        "android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK",
+        "android.permission.RECORD_AUDIO",
+        "android.permission.MODIFY_AUDIO_SETTINGS"
+      ],
       "predictiveBackGestureEnabled": false
     },
     "web": {
@@ -53,6 +61,12 @@
     "experiments": {
       "typedRoutes": true,
       "reactCompiler": true
+    },
+    "extra": {
+      "router": {},
+      "eas": {
+        "projectId": "89248f34-51fc-49e9-acb3-728497520c5a"
+      }
     }
   }
 }

+ 21 - 0
packages/mobile-voice/eas.json

@@ -0,0 +1,21 @@
+{
+  "cli": {
+    "version": ">= 18.4.0",
+    "appVersionSource": "remote"
+  },
+  "build": {
+    "development": {
+      "developmentClient": true,
+      "distribution": "internal"
+    },
+    "preview": {
+      "distribution": "internal"
+    },
+    "production": {
+      "autoIncrement": true
+    }
+  },
+  "submit": {
+    "production": {}
+  }
+}

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor