Skip to content

Commit

Permalink
Clean up entitlements in project
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Jan 27, 2025
1 parent 63afdd4 commit ae0308c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config-plugin/getAppGroupFromExpoConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const getAppGroupFromExpoConfig = (config) => {
const appGroup = pluginProps?.appGroup;

if (!appGroup) {
throw new Error(
console.error(
"[react-native-device-activity] Required 'appGroup' property missing from Config Plugin",
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@
};
B020639A1E02498DA97B7121 = {
CreatedOnToolsVersion = 14.3;
DevelopmentTeam = 34SE8X7Q58;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -1014,7 +1013,7 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = ../targets/ShieldAction/ShieldAction.entitlements;
CODE_SIGN_ENTITLEMENTS = ../targets/ShieldAction/generated.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -1057,7 +1056,7 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = ../targets/ActivityMonitorExtension/ActivityMonitorExtension.entitlements;
CODE_SIGN_ENTITLEMENTS = ../targets/ActivityMonitorExtension/generated.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -1101,7 +1100,7 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = ../targets/ShieldConfiguration/ShieldConfiguration.entitlements;
CODE_SIGN_ENTITLEMENTS = ../targets/ShieldConfiguration/generated.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -1143,7 +1142,7 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = ../targets/ShieldConfiguration/ShieldConfiguration.entitlements;
CODE_SIGN_ENTITLEMENTS = ../targets/ShieldConfiguration/generated.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -1187,7 +1186,7 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = ../targets/ActivityMonitorExtension/ActivityMonitorExtension.entitlements;
CODE_SIGN_ENTITLEMENTS = ../targets/ActivityMonitorExtension/generated.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -1229,7 +1228,7 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = ../targets/ShieldAction/ShieldAction.entitlements;
CODE_SIGN_ENTITLEMENTS = ../targets/ShieldAction/generated.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
Expand Down

0 comments on commit ae0308c

Please sign in to comment.