From 936a91503414ad4f3d8be5fc949a099fcd7d81b7 Mon Sep 17 00:00:00 2001 From: Simon Ker Date: Tue, 12 Dec 2017 10:26:46 +0000 Subject: [PATCH 1/4] add xcode addresses #701 --- _data/simple-icons.json | 5 +++++ icons/xcode.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/xcode.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a5d91b6a6..8b6134cb6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1900,6 +1900,11 @@ "hex": "107C10", "source": "http://mspartner-public.sharepoint.com/XBOX%20Games/Xbox%20logo's%20+%20Guidelines/Xbox%20Live/Xbox_Live_Guidelines_10-4-13.pdf" }, + { + "title": "xcode", + "hex": "1575f9", + "source": "https://developer.apple.com/develop/" + }, { "title": "Xero", "hex": "13B5EA", diff --git a/icons/xcode.svg b/icons/xcode.svg new file mode 100644 index 000000000..eea49f638 --- /dev/null +++ b/icons/xcode.svg @@ -0,0 +1 @@ +xcode icon \ No newline at end of file From dd9326b809f2bfc3b80f9142a83713183f6254ed Mon Sep 17 00:00:00 2001 From: Simon Ker Date: Tue, 12 Dec 2017 11:26:44 +0000 Subject: [PATCH 2/4] add xcode icon --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8b6134cb6..2dd78dbc9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1902,7 +1902,7 @@ }, { "title": "xcode", - "hex": "1575f9", + "hex": "1575F9", "source": "https://developer.apple.com/develop/" }, { From 4f7d8682ea4cb273645f1517392c1feae5fa15f0 Mon Sep 17 00:00:00 2001 From: Simon Ker Date: Tue, 12 Dec 2017 12:51:08 +0000 Subject: [PATCH 3/4] Fix capitalization in Json --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2dd78dbc9..e3ce7f843 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1901,7 +1901,7 @@ "source": "http://mspartner-public.sharepoint.com/XBOX%20Games/Xbox%20logo's%20+%20Guidelines/Xbox%20Live/Xbox_Live_Guidelines_10-4-13.pdf" }, { - "title": "xcode", + "title": "Xcode", "hex": "1575F9", "source": "https://developer.apple.com/develop/" }, From 1930a843659569166de1b542c7277f4d7754fe33 Mon Sep 17 00:00:00 2001 From: Simon Ker Date: Tue, 12 Dec 2017 13:21:55 +0000 Subject: [PATCH 4/4] Fix capitalization in svg --- icons/xcode.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/xcode.svg b/icons/xcode.svg index eea49f638..e70b0f96e 100644 --- a/icons/xcode.svg +++ b/icons/xcode.svg @@ -1 +1 @@ -xcode icon \ No newline at end of file +Xcode icon \ No newline at end of file