Created
August 10, 2022 11:21
-
-
Save jessejiang0214/e3db31b830f7c9f91abc2a70746851d2 to your computer and use it in GitHub Desktop.
Xamarin iOS project based on config change plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<None Include="Info.plist" Condition="'$(Configuration)' != 'Release' " /> | |
<None Include="InfoTest.plist" Condition="'$(Configuration)' == 'Release'"> | |
<LogicalName>Info.plist</LogicalName> | |
</None> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment