From 67f6aea677006098059af2f314178d3a00decc27 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 14:31:13 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cde871b..fcd27966 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ፨ XcodeGraph -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) XcodeGraph is a Swift Package that contains data structures to model an Xcode projects graph. @@ -61,6 +61,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Gabriel Liévano
Gabriel Liévano

💻 Giovanni Filaferro
Giovanni Filaferro

💻 Anton Kolchunov
Anton Kolchunov

💻 + Alex Maimescu
Alex Maimescu

💻 From c1b0d5e168995f42f8bf1b4e8a6ecc46ba48f983 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 14:31:14 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 81f8a59e..2a6fd14c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -60,6 +60,15 @@ "contributions": [ "code" ] + }, + { + "login": "alexmx", + "name": "Alex Maimescu", + "avatar_url": "https://avatars.githubusercontent.com/u/1628901?v=4", + "profile": "https://github.com/alexmx", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,