Skip to content

Commit

Permalink
xcconfig: add an optional include for locally overriding build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepetroules committed May 18, 2018
1 parent 956381b commit d493ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode/Configs/Common.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ LLBUILD_CODE_SIGN_IDENTITY__YES = -
CODE_SIGN_ENTITLEMENTS = $(LLBUILD_CODE_SIGN_ENTITLEMENTS__producttype_eq_$(PRODUCT_TYPE:identifier))
LLBUILD_CODE_SIGN_ENTITLEMENTS__producttype_eq_com_apple_product_type_tool = $(LLBUILD_TOOL_CODE_SIGN_ENTITLEMENTS)
LLBUILD_TOOL_CODE_SIGN_ENTITLEMENTS =

#include? "CommonOverrides.xcconfig"

0 comments on commit d493ec7

Please sign in to comment.