mirror of
https://github.com/jkcoxson/LocalDevVPN.git
synced 2026-03-02 06:26:16 +01:00
24 lines
685 B
Plaintext
24 lines
685 B
Plaintext
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
MARKETING_VERSION = 1.2.1
|
|
CURRENT_PROJECT_VERSION = 1
|
|
|
|
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
|
DEVELOPMENT_TEAM = 95J8WZ4TN8
|
|
ORG_IDENTIFIER = com.stossy11
|
|
|
|
// Codesigning settings defined optionally, see `CodeSigning.xcconfig.example`
|
|
#include? "CodeSigning.xcconfig"
|
|
|
|
ORG_PREFIX = $(ORG_IDENTIFIER)
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).StosVPN
|
|
|
|
TUNNEL_NAME = TunnelProv
|
|
|
|
TUNNEL_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).$(TUNNEL_NAME)
|
|
|
|
// Mute warnings about duplicate classes in AuthKit and AuthUIKit
|
|
DEBUG_DUPLICATE_CLASSES = NO
|