Skip to content

Commit

Permalink
use fixed macOS framework (fixes #135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Dec 1, 2024
1 parent c6089d6 commit 97dd306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ scripts:
get:dart:
packageFilters:
flutter: false
exec: dart pub get
exec: dart pub upgrade

get:flutter:
packageFilters:
flutter: true
exec: flutter pub get
exec: flutter pub upgrade

upgrade:
steps:
Expand Down
5 changes: 5 additions & 0 deletions packages/sodium_libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.0+4] - 2024-12-01
### Fixed
- Fixed invalid framework anatomy for macOS framework (#135)

## [3.3.0+3] - 2024-11-26
### Changed
- Updated dependencies
Expand Down Expand Up @@ -327,6 +331,7 @@ the page
### Added
- Initial stable release

[3.3.0+4]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.3.0+3...sodium_libs-v3.3.0+4
[3.3.0+3]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.3.0+2...sodium_libs-v3.3.0+3
[3.3.0+2]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.3.0+1...sodium_libs-v3.3.0+2
[3.3.0+1]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.3.0...sodium_libs-v3.3.0+1
Expand Down
2 changes: 1 addition & 1 deletion packages/sodium_libs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sodium_libs
version: 3.3.0+3
version: 3.3.0+4
description: Flutter companion package to sodium that provides the low-level libsodium binaries for easy use.
homepage: https://github.com/Skycoder42/libsodium_dart_bindings

Expand Down

0 comments on commit 97dd306

Please sign in to comment.