developer id WIP
This commit is contained in:
parent
2c68a405be
commit
4695791b4d
6 changed files with 253 additions and 37 deletions
11
Apple/NetworkExtension/SystemNetworkExtension.xcconfig
Normal file
11
Apple/NetworkExtension/SystemNetworkExtension.xcconfig
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "../Configuration/Extension.xcconfig"
|
||||
|
||||
PRODUCT_NAME = BurrowSystemNetworkExtension
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(SYSTEM_NETWORK_EXTENSION_BUNDLE_IDENTIFIER)
|
||||
|
||||
INFOPLIST_FILE = NetworkExtension/System-Info.plist
|
||||
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks
|
||||
|
||||
CODE_SIGN_ENTITLEMENTS = NetworkExtension/NetworkExtension-macOS.entitlements
|
||||
|
||||
SWIFT_INCLUDE_PATHS = $(inherited) $(PROJECT_DIR)/NetworkExtension
|
||||
Loading…
Add table
Add a link
Reference in a new issue