Skip to content

Commit

Permalink
Fix Mac M1 build (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Apr 25, 2022
1 parent 520e016 commit 936b0e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fixes

- Fix build on Mac M1 ([#262](https://github.com/getsentry/sentry-cordova/pull/262))
- Support for running with cordova-android 10 ([#246](https://github.com/getsentry/sentry-cordova/pull/246))

## v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build:
cd src/ios; carthage update
cd src/ios; carthage update --use-xcframeworks; carthage build --use-xcframeworks --no-use-binaries
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<!-- We don't have a resource-file here since this adds it to Xcode project -->

<framework src="src/ios/Carthage/Build/iOS/Sentry.framework" custom="true" embed="true" />
<framework src="src/ios/Carthage/Build/Sentry.xcframework" custom="true" embed="true" />
</platform>

<!-- browser -->
Expand Down

0 comments on commit 936b0e4

Please sign in to comment.