Skip to content

Commit aa59bf0

Browse files
author
Murat
committed
fix(xcode): fixed entitlement path in new targets
1 parent 0fc4670 commit aa59bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tasks/xcode/xcodeTask.addCapability.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function applyAddCapability(
4646
push: (array, item) => array.unshift(item),
4747
});
4848
try {
49-
content.addFile(`${groupName}/${filename}`, group, {
49+
content.addFile(`${filename}`, group, {
5050
target: nativeTarget.uuid,
5151
lastKnownFileType: 'text.plist.entitlements',
5252
});

0 commit comments

Comments
 (0)