From 3bcf73f0ddc779b04e96b4c23aa9c36b870ce715 Mon Sep 17 00:00:00 2001 From: Alex Kim Date: Fri, 6 Dec 2024 05:11:26 +1100 Subject: [PATCH] Changed app ios settings --- app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 2dfe334a..1dc12ccf 100644 --- a/app.json +++ b/app.json @@ -24,7 +24,9 @@ "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true }, - "UISupportsTrueScreenSizeOnMac": true + "UISupportsTrueScreenSizeOnMac": true, + "UIFileSharingEnabled": true, + "LSSupportsOpeningDocumentsInPlace": true }, "config": { "usesNonExemptEncryption": false