Skip to content

Commit 35e1bec

Browse files
committed
Update PBXProject.ts
1 parent f582ce7 commit 35e1bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/PBXProject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export class PBXProject extends AbstractObject<PBXProjectModel> {
210210
console.warn(
211211
`Multiple main app targets found, using first one: ${mainAppTarget
212212
.map((t) => t.getDisplayName())
213-
.join(", ")}}`
213+
.join(", ")}`
214214
);
215215
}
216216

0 commit comments

Comments
 (0)