Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from tiki/release/1.0.9
Browse files Browse the repository at this point in the history
fix: dependencies in iOS xcframeworks
  • Loading branch information
ricardobrg authored Apr 27, 2023
2 parents 644161e + a695b30 commit 92c9fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
run: |
perl -i -p0e 's/ integration_test:\n sdk: flutter//s' pubspec.yaml
perl -i -p0e 's/ path_provider: \^2\.0\.14//s' pubspec.yaml
perl -i -p0e 's/ sqlite3_flutter_libs: \^0\.5\.13//s' pubspec.yaml
perl -i -p0e 's/ uuid: \^3\.0\.7//s' pubspec.yaml
cat pubspec.yaml
- name: 'Flutter pub get'
Expand Down Expand Up @@ -150,6 +152,7 @@ jobs:
run: |
perl -i -p0e 's/ integration_test:\n sdk: flutter//s' pubspec.yaml
perl -i -p0e 's/ path_provider: \^2\.0\.14//s' pubspec.yaml
perl -i -p0e 's/ uuid: \^3\.0\.7//s' pubspec.yaml
cat pubspec.yaml
- name: 'Flutter Pub Get'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tiki_sdk_platform_channel
description: A package for adding TIKI's decentralized infrastructure to native libraries through Flutter Platform Channels
version: 1.0.8
version: 1.0.9
homepage: https://mytiki.com
documentation: https://docs.mytiki.com/docs
repository: https://github.com/tiki/tiki-sdk-platform-channel
Expand Down

0 comments on commit 92c9fb7

Please sign in to comment.