Skip to content

Commit b0e2da7

Browse files
chore: add increased memory limit capability to ios llm example
1 parent 29e0530 commit b0e2da7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/llm/app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"bundleIdentifier": "com.anonymous.llm",
5252
"infoPlist": {
5353
"NSMicrophoneUsageDescription": "This app needs access to your microphone to record audio."
54+
},
55+
"entitlements": {
56+
"com.apple.developer.kernel.increased-memory-limit": true
5457
}
5558
},
5659
"android": {

0 commit comments

Comments
 (0)