diff --git a/Resources/Locale-Info.plist b/Resources/Locale-Info.plist index e594bb8..7040c8f 100644 --- a/Resources/Locale-Info.plist +++ b/Resources/Locale-Info.plist @@ -24,6 +24,8 @@ $(MACOSX_DEPLOYMENT_TARGET) LSApplicationCategoryType public.app-category.utilities + ITSAppUsesNonExemptEncryption + NSHighResolutionCapable NSPrincipalClass diff --git a/Resources/LocaleDNSProxy-Info.plist b/Resources/LocaleDNSProxy-Info.plist index 01ec357..367bf18 100644 --- a/Resources/LocaleDNSProxy-Info.plist +++ b/Resources/LocaleDNSProxy-Info.plist @@ -18,6 +18,8 @@ $(CURRENT_PROJECT_VERSION) LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) + ITSAppUsesNonExemptEncryption + NetworkExtension NEProviderClasses diff --git a/script/build_and_run.sh b/script/build_and_run.sh index 1dc3b35..e566e48 100755 --- a/script/build_and_run.sh +++ b/script/build_and_run.sh @@ -99,6 +99,8 @@ cat >"$INFO_PLIST" <APPL LSMinimumSystemVersion $MIN_SYSTEM_VERSION + ITSAppUsesNonExemptEncryption + NSHighResolutionCapable NSPrincipalClass @@ -128,6 +130,8 @@ cat >"$DNS_PROXY_INFO_PLIST" <SYSX LSMinimumSystemVersion $MIN_SYSTEM_VERSION + ITSAppUsesNonExemptEncryption + NetworkExtension NEProviderClasses