How to localize InfoPlist custom variables which were read from .xcconfig file?

45 views Asked by At

I want to localize urls which i was defined in .xcconfig file. I'm trying to localize it inside InfoPlist.strings, but don't reach success... Localization for app name works, and environment variables (URLS) was readed successfully.

/* Bundle name */

"CFBundleName" = "GetFetch";
"TWO_URL" = "$(ERROR_URL)";
"GET_LIST_URL" = "$(ERROR_URL)";
GET_LIST_URL = https:/$()/[email protected]/get
ERROR_URL = https:/$()/804fe7d@—-4ead—419a-97c0-cc76a33615e5.mock.pstmn.io/
TWO_URL = https:/$()/[email protected]/product

Someone have solutions for that?

0

There are 0 answers