Project.xml - certificate team-id is a string literal in template files

Hi

I wanted to make something like <certificate team-id="${myteamid}" /> in project.xml, and define myteamid in the command line, but I noticed that the value of team-id is ${myteamid} in Lime-generated project files (namely in {{app.file}}.xcodeproj/project.pbxproj).

Duplicating and manually editing the template files in my project directory solved the issue, however imo it would be great if users could define these template vars dynamically as well.

(My assumption is that this is the intended behavior and the rest of the template vars are also literals, but noticed working with this specific template var.)

2 Likes

<config:ios team-id="${myteamid}"/>

1 Like