Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Last active January 8, 2018 15:53
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 jfversluis/41cbdbd38513be8f3e8b366570f2da54 to your computer and use it in GitHub Desktop.
Save jfversluis/41cbdbd38513be8f3e8b366570f2da54 to your computer and use it in GitHub Desktop.
The iOS project file
<ItemGroup>
<None Include="app.config" />
<None Include="Info.plist" Condition=" '$(Configuration)' == 'Debug' " />
<None Include="Info-Production.plist" Condition=" '$(Configuration)' == 'Release' ">
<LogicalName>Info.plist</LogicalName>
</None>
<None Include="Entitlements.plist" />
<None Include="packages.config" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment