diff --git a/cookiecutter.json b/cookiecutter.json
index 625a4e4..8965b06 100644
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -16,5 +16,6 @@
"route_url_strategy": "path",
"web_renderer": "canvaskit",
"use_color_emoji": "false",
- "split_per_abi": false
+ "split_per_abi": false,
+ "info_plist": {}
}
\ No newline at end of file
diff --git a/{{cookiecutter.out_dir}}/ios/Runner/Info.plist b/{{cookiecutter.out_dir}}/ios/Runner/Info.plist
index 5c4ee77..f151a8c 100644
--- a/{{cookiecutter.out_dir}}/ios/Runner/Info.plist
+++ b/{{cookiecutter.out_dir}}/ios/Runner/Info.plist
@@ -54,5 +54,8 @@
This app needs access to Audio Recording.
NSLocationWhenInUseUsageDescription
This app needs access to location.
+
+ {{ k }}
+
-
+
\ No newline at end of file