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.iOS.Tasks.Windows/Xamarin.iOS.Common.After.targets
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ Copyright (C) 2011-2013 Xamarin. All rights reserved.
177
177
</CopyLongPaths>
178
178
</Target>
179
179
180
-
<TargetName="CopyDSYMFromMac"DependsOnTargets="_SayHello"Condition="'$(IsMacEnabled)' == 'true' And '$(IsAppExtension)' == 'false' And '$(ComputedPlatform)' == 'iPhone' And '$(CopyDSYM)' == 'true' And ('$(BuildIpa)' == 'true' Or '$(CopyAppBundle)' == 'true')"BeforeTargets="BeforeDisconnect">
180
+
<TargetName="CopyDSYMFromMac"DependsOnTargets="_SayHello;_DetectSdkLocations"Condition="'$(IsMacEnabled)' == 'true' And '$(IsAppExtension)' == 'false' And '$(ComputedPlatform)' == 'iPhone' And '$(CopyDSYM)' == 'true' And ('$(BuildIpa)' == 'true' Or '$(CopyAppBundle)' == 'true')"BeforeTargets="BeforeDisconnect">
181
181
<!--Copy watchOS Dsym folders from Mac-->
182
182
<MSBuildProjects="@(_WatchAppReferenceWithConfigurationExistent)"Targets="CopyDSYMFromMac"Properties="%(_WatchAppReferenceWithConfigurationExistent.SetConfiguration); %(_WatchAppReferenceWithConfigurationExistent.SetPlatform); BuildIpa=true"Condition="'$(IsWatchApp)' == 'false' And '@(_WatchAppReferenceWithConfigurationExistent)' != '' And '$(_BuildReferencedExtensionProjects)' != 'true'"></MSBuild>
183
183
<!--Look for all *.dsym folders int the output path of the main app -->
0 commit comments