diff options
| author | ivar <i@oiee.no> | 2025-12-04 00:17:16 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-04 00:17:16 +0100 |
| commit | 724860c272afb7fe5a02645ef1c1b8d208d897f3 (patch) | |
| tree | df9b72b9cd9cc716ceb19a4a9085b8f1ba5b6972 /ios/H--appen-Info.plist | |
| parent | 401226a14f3e5ef98b959e818d37683afd7056d9 (diff) | |
| download | what-724860c272afb7fe5a02645ef1c1b8d208d897f3.tar.xz what-724860c272afb7fe5a02645ef1c1b8d208d897f3.zip | |
POC auth in app
Diffstat (limited to 'ios/H--appen-Info.plist')
| -rw-r--r-- | ios/H--appen-Info.plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ios/H--appen-Info.plist b/ios/H--appen-Info.plist index 0c67376..121e93f 100644 --- a/ios/H--appen-Info.plist +++ b/ios/H--appen-Info.plist @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> -<dict/> +<dict> + <key>CFBundleDocumentTypes</key> + <array/> +</dict> </plist> |
