2018-10-11 07:13:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
2021-01-01 10:13:41 +00:00
|
|
|
<string>PassepartoutTunnel</string>
|
2018-10-11 07:13:19 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>XPC!</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2021-11-30 09:04:05 +00:00
|
|
|
<string>1.18.0</string>
|
2018-10-11 07:13:19 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2022-02-04 12:11:01 +00:00
|
|
|
<string>2983</string>
|
2021-01-01 10:13:41 +00:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
2018-10-11 07:13:19 +00:00
|
|
|
<key>NSExtension</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.networkextension.packet-tunnel</string>
|
|
|
|
<key>NSExtensionPrincipalClass</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string>
|
|
|
|
</dict>
|
2021-01-01 10:13:41 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>$(CFG_COPYRIGHT)</string>
|
2018-10-11 07:13:19 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|