File tree Expand file tree Collapse file tree
MAUI.Native.Embedded.nuget/build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <XcodeProjects >
2828 <Scheme Condition =" '%(XcodeProjects.Scheme)' == ''" >%(XcodeProjects.Filename)</Scheme >
2929 <Configuration Condition =" '%(XcodeProjects.Configuration)' == ''" >$(Configuration)</Configuration >
30- <XcodeParams Condition =" '%(XcodeProjects.NoSigning)' == 'true'" >$(XcodeParams) CODE_SIGN_IDENTITY=”” CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO</XcodeParams >
30+ <XcodeParams Condition =" '%(XcodeProjects.NoSigning)' == 'true'" >$(XcodeParams) CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO</XcodeParams >
3131 <UniqueId Condition =" '%(XcodeProjects.UniqueId)' == ''" >$([System.Guid]::NewGuid())</UniqueId >
3232 </XcodeProjects >
3333
7070 </ItemGroup >
7171
7272 <Exec
73- Condition =" '$(SkipXcodeProjects )' != 'true'"
73+ Condition =" '$(SkipXcodeBuild )' != 'true'"
7474 Outputs =" %(XcodeProjects.ArchivePath)"
7575 Command =" xcrun xcodebuild archive \
7676 -project '%(XcodeProjects.FullPath)' \
You can’t perform that action at this time.
0 commit comments