Skip to content

Commit 3c5ad5e

Browse files
committed
demo: added xcconfig for code sign
1 parent 0fe2bb7 commit 3c5ad5e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Configs/App-Shared.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// https://help.apple.com/xcode/#/dev745c5c974
33

44
#include "Module-Shared.xcconfig"
5+
#include "Codesign.xcconfig"
56

67
// Name of an asset catalog app icon set whose contents will be merged into the `Info.plist`.
78
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon

Configs/Codesign.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// You can set code sign related xcconfig in these file for debugging/testing, like CODE_SIGN_IDENTITY

Configs/Test-Shared.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// https://help.apple.com/xcode/#/dev745c5c974
33

44
#include "Module-Shared.xcconfig"
5+
#include "Codesign.xcconfig"
56

67
// This is a list of paths to folders to be searched by the compiler for included or imported header files when compiling C, Objective-C, C++, or Objective-C++. Paths are delimited by whitespace, so any paths with spaces in them need to be properly quoted.
78
HEADER_SEARCH_PATHS = $(inherited) "$(SRCROOT)/../SDWebImage/Private"

0 commit comments

Comments
 (0)