Skip to content

Commit

Permalink
Disable bitcode (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichop authored Sep 28, 2022
1 parent 3e8d87f commit b806141
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [0.5.1](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (2022-09-24)
## [x.y.z](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (yyyy-mm-dd)

- Disable bitcode. [#54](https://github.com/sushichop/Puppy/pull/54)

## [0.5.1](https://github.com/sushichop/Puppy/releases/tag/0.5.1) (2022-09-24)

- Use macro for debugging. [#50](https://github.com/sushichop/Puppy/pull/50)
- Move `Hashable` to `Loggerable`. [#51](https://github.com/sushichop/Puppy/pull/51)
Expand Down
4 changes: 0 additions & 4 deletions Configurations/Framework.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ MACH_O_TYPE = mh_dylib

APPLICATION_EXTENSION_API_ONLY = YES

ENABLE_BITCODE = YES
BITCODE_GENERATION_MODE = bitcode
OTHER_CFLAGS = -fembed-bitcode

//SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) PUPPY_DEBUG
4 changes: 0 additions & 4 deletions Configurations/StaticFramework.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ MACH_O_TYPE = staticlib
MODULEMAP_FILE = $(SRCROOT)/Sources/$(PRODUCT_NAME)/$(PRODUCT_NAME).modulemap

APPLICATION_EXTENSION_API_ONLY = YES

ENABLE_BITCODE = YES
BITCODE_GENERATION_MODE = bitcode
OTHER_CFLAGS = -fembed-bitcode

0 comments on commit b806141

Please sign in to comment.