Initial commit
This commit is contained in:
commit
c1e7415871
56 changed files with 3225 additions and 0 deletions
8
Apple/NetworkExtension/NetworkExtension.xcconfig
Normal file
8
Apple/NetworkExtension/NetworkExtension.xcconfig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "../Configuration/Extension.xcconfig"
|
||||
|
||||
PRODUCT_NAME = BurrowNetworkExtension
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(APP_BUNDLE_IDENTIFIER).network
|
||||
INFOPLIST_FILE = NetworkExtension/Info.plist
|
||||
|
||||
CODE_SIGN_ENTITLEMENTS = NetworkExtension/NetworkExtension-iOS.entitlements
|
||||
CODE_SIGN_ENTITLEMENTS[sdk=macos*] = NetworkExtension/NetworkExtension-macOS.entitlements
|
||||
Loading…
Add table
Add a link
Reference in a new issue