Skip to content

Commit 9dbdd32

Browse files
committed
Revert "Try Sentry-Dynamic-WithARM64e.xcframework"
This reverts commit ff9f7a9.
1 parent 6f427ee commit 9dbdd32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@
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) &amp;&amp; mv $(SentryCocoaCache)Sentry-Dynamic-WithARM64e.xcframework $(SentryCocoaFramework)" />
73+
Command="unzip -o $(SentryCocoaFramework).zip -d $(SentryCocoaCache) &amp;&amp; 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)"

0 commit comments

Comments
 (0)