From 4da4058884b3c8cfcab0603466921aed70074836 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 12 May 2015 02:03:35 +0000 Subject: [PATCH] create post 'Importing Modules in LLDB' --- public/posts/2015/05/_data.json | 12 ++++++++++++ public/posts/2015/05/importing-modules-in-lldb.md | 1 + 2 files changed, 13 insertions(+) create mode 100644 public/posts/2015/05/importing-modules-in-lldb.md diff --git a/public/posts/2015/05/_data.json b/public/posts/2015/05/_data.json index 1893f6b..57e4eda 100644 --- a/public/posts/2015/05/_data.json +++ b/public/posts/2015/05/_data.json @@ -33,6 +33,18 @@ "url": "/posts/2015/05/snl-celebrates-mothers-day", "tags": [ + ] + }, + "importing-modules-in-lldb": { + "id": "importing-modules-in-lldb", + "author": "Sami Samhuri", + "title": "Importing Modules in LLDB", + "date": "May 12, 2015", + "timestamp": 1431396215, + "link": null, + "url": "/posts/2015/05/importing-modules-in-lldb", + "tags": [ + ] } } \ No newline at end of file diff --git a/public/posts/2015/05/importing-modules-in-lldb.md b/public/posts/2015/05/importing-modules-in-lldb.md new file mode 100644 index 0000000..cc2ed5d --- /dev/null +++ b/public/posts/2015/05/importing-modules-in-lldb.md @@ -0,0 +1 @@ +It's great that Apple added this but I don't understand why Foundation and UIKit aren't imported automatically when you're writing an iOS app. \ No newline at end of file