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