You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have like 10 framework representing features which have this folder structure :
Features/FeatureX/Sources
Features/FeatureX/Tests
Features/FeatureX/SupportingFiles/info.plist
Features/FeatureX/SupportingFiles/testsinfo.plist
I'd like to define a template able to generate the framework target and it's test target. Right now I'm overriding the paths when I import the target. Is there a way to use the target name as a var inside the template so It pickup the right paths without explicitly typing them ?
The text was updated successfully, but these errors were encountered:
At the moment this isn't possible. Perhaps it's worth adding a $targetName replacement to targetTemplates much like multi platform targets have a $platform replacement string
I have like 10 framework representing features which have this folder structure :
Features/FeatureX/Sources
Features/FeatureX/Tests
Features/FeatureX/SupportingFiles/info.plist
Features/FeatureX/SupportingFiles/testsinfo.plist
I'd like to define a template able to generate the framework target and it's test target. Right now I'm overriding the paths when I import the target. Is there a way to use the target name as a var inside the template so It pickup the right paths without explicitly typing them ?
The text was updated successfully, but these errors were encountered: