Skip to content

Commit

Permalink
Enable bitcode (#2307)
Browse files Browse the repository at this point in the history
Manually enabled bitcode
  • Loading branch information
brustolin authored Oct 20, 2022
1 parent 58f558d commit ae4f9dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Offline caching improvements (#2263)
- Report usage of stitchAsyncCode (#2281)

### Fixes

- Enable bitcode (#2307)

## 7.28.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion Sources/Configuration/Sentry.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SDKROOT__CARTHAGE_ = iphoneos
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchos watchsimulator appletvos appletvsimulator
TARGETED_DEVICE_FAMILY = 1,2,3,4
SKIP_INSTALL = YES

ENABLE_BITCODE = YES
DEFINES_MODULE = YES
DYLIB_COMPATIBILITY_VERSION = 1
DYLIB_CURRENT_VERSION = 1
Expand Down

0 comments on commit ae4f9dd

Please sign in to comment.