mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
create post 'The Unofficial Guide to xcconfig files'
This commit is contained in:
parent
9697cab77b
commit
82416e61e4
2 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
@ -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": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue