Assigning Environment Variable for iOS #19415
Answered
by
jeromelaban
Mike-E-angelo
asked this question in
Q&A
-
This is a follow-up to this thread: A viable answer was found for Android, now I need the same magic for iOS. Is this possible? At first glace there doesn't appear to be an equivalent environment file in the iOS platform folder. Thank you for any assistance you can provide. 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Feb 4, 2025
Replies: 1 comment 1 reply
-
There's no really good documentation from the .NET SDK for this, but you can set it by replicating this line: You can repeat the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mike-E-angelo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no really good documentation from the .NET SDK for this, but you can set it by replicating this line:
uno/src/Uno.Sdk/targets/xamarin-ios-maccatalyst-workarounds.targets
Line 6 in 3c3c6be
You can repeat the
--setenv
for each variable you want to add.