You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msbuild/Xamarin.Shared/Xamarin.Shared.props
+3-5
Original file line number
Diff line number
Diff line change
@@ -143,14 +143,12 @@ Copyright (C) 2020 Microsoft. All rights reserved.
143
143
</PropertyGroup>
144
144
145
145
<!-- RequireCodeSigning -->
146
-
<!-- iOS/watchOS/tvOS is simple: device builds require code signing, simulator builds do not. This is a big lie, for some simulator builds need to be signed, but the _DetectCodeSigning task handles those cases.-->
146
+
<!-- iOS/watchOS/tvOS is simple: device builds require code signing, simulator builds technically don't even though some important features won't work unless the app is signed (launch screen won't show for instance)-->
147
147
<PropertyGroupCondition="'$(_PlatformName)' != 'macOS' And '$(_PlatformName)' != 'MacCatalyst'">
148
148
<!-- Make it possible to override the default logic by setting EnableCodeSigning -->
<!-- Device builds must be signed, and some features won't work in the simulator if the app isn't signed (launch screen for instance), so default to always sign -->
0 commit comments