mirror of https://github.com/ppy/SDL3-CS.git
Merge pull request #182 from frenzibyte/ios-codesign
Specify default codesign key for iOS test project
This commit is contained in:
commit
5a7b49ca74
|
|
@ -8,6 +8,7 @@
|
||||||
<ImplicitUsings>true</ImplicitUsings>
|
<ImplicitUsings>true</ImplicitUsings>
|
||||||
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
|
<CodesignKey>iPhone Developer</CodesignKey>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue