Skip to content

Commit

Permalink
update keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Dec 8, 2023
1 parent 289970f commit e9f49e8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,13 +695,20 @@ private boolean isProvisioningProfileValid (ProvisioningProfile profile, Config
entitlementsRequiredInProfile.add("com.apple.developer.networking.multipath");
entitlementsRequiredInProfile.add("com.apple.developer.nfc.readersession.formats");
entitlementsRequiredInProfile.add("com.apple.developer.networking.vpn.api");
entitlementsRequiredInProfile.add("aps-environment");
entitlementsRequiredInProfile.add("com.apple.developer.push-to-talk");
entitlementsRequiredInProfile.add("com.apple.developer.shared-with-you");
entitlementsRequiredInProfile.add("com.apple.developer.applesignin");
entitlementsRequiredInProfile.add("com.apple.external-accessory.wireless-configuration");
entitlementsRequiredInProfile.add("com.apple.developer.weatherkit");
entitlementsRequiredInProfile.add("com.apple.developer.usernotifications.time-sensitive");
entitlementsRequiredInProfile.add("com.apple.developer.siri");
entitlementsRequiredInProfile.add("com.apple.developer.user-fonts");
entitlementsRequiredInProfile.add("com.apple.developer.associated-domains");
entitlementsRequiredInProfile.add("com.apple.security.application-groups");
entitlementsRequiredInProfile.add("com.apple.developer.in-app-payments");
entitlementsRequiredInProfile.add("com.apple.developer.networking.networkextension");

}
private boolean isEntitlementRequiredToBeInProfile(String key) {
return entitlementsRequiredInProfile.contains(key);
Expand Down

0 comments on commit e9f49e8

Please sign in to comment.