diff --git a/public/posts/drafts/75EE3C8D-B9FC-41C0-A47B-D8F1953ECFF1.md b/public/posts/drafts/75EE3C8D-B9FC-41C0-A47B-D8F1953ECFF1.md new file mode 100644 index 0000000..7c0c802 --- /dev/null +++ b/public/posts/drafts/75EE3C8D-B9FC-41C0-A47B-D8F1953ECFF1.md @@ -0,0 +1 @@ +> One of the least documented aspects of the configuration process are xcconfig files. As of this writing there seem to be no documents provided by Apple that explain how to use xcconfigs or why they exist. A xcconfig file is used as a supplemental file to a specific build configuration. A build configuration can have an associated xcconfig file, this allows for additional changes to the target's build settings from outside the Xcode project editor. \ No newline at end of file diff --git a/public/posts/drafts/_data.json b/public/posts/drafts/_data.json index ccd007a..ee0e0a7 100644 --- a/public/posts/drafts/_data.json +++ b/public/posts/drafts/_data.json @@ -20,5 +20,17 @@ ], "author": "Sami Samhuri" + }, + "75EE3C8D-B9FC-41C0-A47B-D8F1953ECFF1": { + "id": "75EE3C8D-B9FC-41C0-A47B-D8F1953ECFF1", + "author": "Sami Samhuri", + "title": "The Unofficial Guide to xcconfig files", + "date": "1st June, 2015", + "timestamp": 1433171811, + "link": "http://pewpewthespells.com/blog/xcconfig_guide.html?utm_campaign=iOS%2BDev%2BWeekly&utm_source=iOS_Dev_Weekly_Issue_200", + "url": "/posts/drafts/75EE3C8D-B9FC-41C0-A47B-D8F1953ECFF1", + "tags": [ + + ] } } \ No newline at end of file