Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessejiang0214/e3db31b830f7c9f91abc2a70746851d2 to your computer and use it in GitHub Desktop.
Save jessejiang0214/e3db31b830f7c9f91abc2a70746851d2 to your computer and use it in GitHub Desktop.
Xamarin iOS project based on config change plist
<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