Skip to content

Commit

Permalink
Remove dynamic from package definition (#129)
Browse files Browse the repository at this point in the history
- Updating type in package definition of `Flow` to default to `.static`
- Updating `CHANGELOG` to bump `Flow` version
  • Loading branch information
bartszczepaniak authored Sep 26, 2024
1 parent bbc4cab commit c3e69f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.12.1
- Remove `dynamic` type from `spm` builds

# 1.12.0
- Xcode 16.0 compatibility

Expand Down
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ let package = Package(
products: [
.library(
name: "Flow",
type: .dynamic,
targets: ["Flow"]),
],
targets: [
Expand Down

0 comments on commit c3e69f9

Please sign in to comment.