File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Sentry.Bindings.Cocoa Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 <!-- Download the Cocoa SDK as pre-built .xcframework -->
6767 <Exec
6868 Condition =" !Exists('$(SentryCocoaFramework).zip')"
69- Command =" curl -L https://github.com/getsentry/sentry-cocoa/releases/download/$(SentryCocoaVersion)/Sentry-Dynamic-WithARM64e .xcframework.zip -o $(SentryCocoaFramework).zip" />
69+ Command =" curl -L https://github.com/getsentry/sentry-cocoa/releases/download/$(SentryCocoaVersion)/Sentry-Dynamic.xcframework.zip -o $(SentryCocoaFramework).zip" />
7070
7171 <Exec
7272 Condition =" Exists('$(SentryCocoaFramework).zip') and !Exists('$(SentryCocoaFramework)')"
73- Command =" unzip -o $(SentryCocoaFramework).zip -d $(SentryCocoaCache) && mv $(SentryCocoaCache)Sentry-Dynamic-WithARM64e .xcframework $(SentryCocoaFramework)" />
73+ Command =" unzip -o $(SentryCocoaFramework).zip -d $(SentryCocoaCache) && mv $(SentryCocoaCache)Sentry-Dynamic.xcframework $(SentryCocoaFramework)" />
7474
7575 <!-- Make a copy of the header files before we butcher these to suite objective sharpie -->
7676 <MakeDir Directories =" $(SentryCocoaFrameworkHeaders)" />
7777 <ItemGroup >
78- <FilesToCopy Include =" $(SentryCocoaFramework)\ios-arm64_arm64e \Sentry.framework\**\*" />
78+ <FilesToCopy Include =" $(SentryCocoaFramework)\ios-arm64 \Sentry.framework\**\*" />
7979 </ItemGroup >
8080 <Copy SourceFiles =" @(FilesToCopy)"
8181 DestinationFolder =" $(SentryCocoaFrameworkHeaders)%(RecursiveDir)"
You can’t perform that action at this time.
0 commit comments