Skip to content

Commit

Permalink
fix(xcode): fixed entitlement path in new targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat committed Mar 25, 2024
1 parent 0fc4670 commit aa59bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/xcode/xcodeTask.addCapability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function applyAddCapability(
push: (array, item) => array.unshift(item),
});
try {
content.addFile(`${groupName}/${filename}`, group, {
content.addFile(`${filename}`, group, {
target: nativeTarget.uuid,
lastKnownFileType: 'text.plist.entitlements',
});
Expand Down

0 comments on commit aa59bf0

Please sign in to comment.