From 1de17f2df3efb22ae099413963c3086601d6a69c Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 2 Jun 2015 23:35:36 +0000 Subject: [PATCH] publish 'Debugging Layouts with Recursive View Descriptions in Xcode' --- public/_data.json | 21 ++++++++++--------- public/posts/2015/06/_data.json | 12 +++++++++++ ...h-recursive-view-descriptions-in-xcode.md} | 0 public/posts/drafts/_data.json | 12 ----------- 4 files changed, 23 insertions(+), 22 deletions(-) rename public/posts/{drafts/CFECFE79-059C-468C-B1D0-8F553F552CA5.md => 2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode.md} (100%) diff --git a/public/_data.json b/public/_data.json index 9558c05..ca0ea21 100644 --- a/public/_data.json +++ b/public/_data.json @@ -16,6 +16,17 @@ "title": "About me" }, "posts": [ + { + "title": "→ Debugging Layouts with Recursive View Descriptions in Xcode", + "date": "2nd June, 2015", + "timestamp": 1433288135, + "tags": [ + + ], + "author": "Sami Samhuri", + "url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode", + "link": "http://jeffreysambells.com/2013/01/24/debugging-layouts-with-recursive-view-descriptions-in-xcode" + }, { "title": "→ The Unofficial Guide to xcconfig files", "date": "1st June, 2015", @@ -114,16 +125,6 @@ "author": "Sami Samhuri", "url": "/posts/2015/05/apple-watch-human-interface-guidelines", "link": "https://developer.apple.com/watch/human-interface-guidelines/" - }, - { - "title": "Structure of an Ember app", - "date": "3rd February, 2014", - "timestamp": 1391479549, - "tags": [ - "ember.js" - ], - "author": "Sami Samhuri", - "url": "/posts/2014/02/ember-structure" } ] } \ No newline at end of file diff --git a/public/posts/2015/06/_data.json b/public/posts/2015/06/_data.json index 855ddfc..007f2f5 100644 --- a/public/posts/2015/06/_data.json +++ b/public/posts/2015/06/_data.json @@ -9,6 +9,18 @@ "url": "/posts/2015/06/the-unofficial-guide-to-xcconfig-files", "tags": [ + ] + }, + "debugging-layouts-with-recursive-view-descriptions-in-xcode": { + "id": "debugging-layouts-with-recursive-view-descriptions-in-xcode", + "author": "Sami Samhuri", + "title": "Debugging Layouts with Recursive View Descriptions in Xcode", + "date": "2nd June, 2015", + "timestamp": 1433288135, + "link": "http://jeffreysambells.com/2013/01/24/debugging-layouts-with-recursive-view-descriptions-in-xcode", + "url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode", + "tags": [ + ] } } \ No newline at end of file diff --git a/public/posts/drafts/CFECFE79-059C-468C-B1D0-8F553F552CA5.md b/public/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode.md similarity index 100% rename from public/posts/drafts/CFECFE79-059C-468C-B1D0-8F553F552CA5.md rename to public/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode.md diff --git a/public/posts/drafts/_data.json b/public/posts/drafts/_data.json index 22ec716..ccd007a 100644 --- a/public/posts/drafts/_data.json +++ b/public/posts/drafts/_data.json @@ -20,17 +20,5 @@ ], "author": "Sami Samhuri" - }, - "CFECFE79-059C-468C-B1D0-8F553F552CA5": { - "id": "CFECFE79-059C-468C-B1D0-8F553F552CA5", - "author": "Sami Samhuri", - "title": "Debugging Layouts with Recursive View Descriptions in Xcode", - "date": "2nd June, 2015", - "timestamp": 1433288135, - "link": "http://jeffreysambells.com/2013/01/24/debugging-layouts-with-recursive-view-descriptions-in-xcode", - "url": "/posts/drafts/CFECFE79-059C-468C-B1D0-8F553F552CA5", - "tags": [ - - ] } } \ No newline at end of file