dansiegel / dansiegel/Mobile.BuildTools

Environment variables are not replaced in resulting Info.plist

Open
#287 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
224
Forks
28
PR merge metrics
No merged PRs in 30d

Description

# Description
Environment variables are not replaced in Info.plist
I bet it is related to #284

## Reproduction Steps

1. Create new Xamarin.Forms app
2. Install Mobile.BuildTools (leave default buildtools.json)
3. Define

` "environment": {
"defaults": {
"AppId": "com.something.not.working" }
},`

4. Set to Debug, Simulator
5. Build

## Expected Behavior

Variable $AppId$ is replaced with "com.something.not.working" in "\obj\iPhoneSimulator\Debug\mbt" folder

## Actual Behavior

Variable is not replaced

## Environment

- OS: [Windows 10|
- IDE: [VS2019|
- BuildTools Version: [2.x.x]
- IDE Version: [16.11.3]
- Build Target Framework: [netstandard2.0|Xamarin.iOS|

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.