diff --git a/CHANGELOG.md b/CHANGELOG.md
index d293577..0d8bab2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## Added
+- Add additional badges to `README.md`
+ - Added in Pull Request [#12](https://github.com/space-code/package-template/pull/12).
- Add files to comply with community standards
- Added in Pull Request [#11](https://github.com/space-code/package-template/pull/11).
- Update the GitHub Actions configuration
diff --git a/cookiecutter.json b/cookiecutter.json
index 8cf465b..b89ee64 100644
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -19,5 +19,9 @@
"tvOS": [
"Yes",
"No"
+ ],
+ "additional_badges": [
+ "Yes",
+ "No"
]
}
\ No newline at end of file
diff --git a/{{ cookiecutter.name | lower }}/README.md b/{{ cookiecutter.name | lower }}/README.md
index c7195cc..c89f3ce 100644
--- a/{{ cookiecutter.name | lower }}/README.md
+++ b/{{ cookiecutter.name | lower }}/README.md
@@ -5,6 +5,14 @@
+{% if cookiecutter.ios == "Yes" %}
+
+
+
+
+
+{% endif %}
+