Skip to content

Commit ad862d2

Browse files
committed
Build flutter_chia_rust_utils-v0.0.59+3
1 parent 1a64718 commit ad862d2

File tree

9 files changed

+17
-10
lines changed

9 files changed

+17
-10
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ android/app/src/main/jniLibs/
3535
android/src/main/jniLibs/
3636
**.a
3737
**.dylib
38-
ios/Frameworks/**
39-
macos/Frameworks/**
38+
ios/Frameworks/**.xcframework
39+
ios/Frameworks/**.zip
40+
41+
macos/Frameworks/**.zip
42+
macos/Frameworks/**.xcframework
4043
windows/**.dll
4144
android/**.tar.gz
4245
windows/**.tar.gz

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## 0.0.59+2
3+
4+
* remove big files
5+
26
## 0.0.59+1
37

48
* implement Create Cat program

android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+1") # generated; do not edit
1+
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+3") # generated; do not edit
22

33
# Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here
44
# to download the Android binaries into src/main/jniLibs/ and does not build anything.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ packages:
156156
path: ".."
157157
relative: true
158158
source: path
159-
version: "0.0.59+1"
159+
version: "0.0.59+3"
160160
flutter_lints:
161161
dependency: "direct dev"
162162
description:

ios/flutter_chia_rust_utils.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
release_tag_name = 'flutter_chia_rust_utils-v0.0.59+1' # generated; do not edit
1+
release_tag_name = 'flutter_chia_rust_utils-v0.0.59+3' # generated; do not edit
22
#
33
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
44
# Run `pod lib lint flutter_chia_rust_utils.podspec` to validate before publishing.
@@ -34,7 +34,7 @@ A new Flutter plugin project.
3434
s.platform = :ios, '9.0'
3535
s.static_framework = true
3636
s.vendored_frameworks = "Frameworks/#{framework_name}"
37-
s.pod_target_xcconfig = { 'STRIP_STYLE' => 'non-global' } # ... 'OTHER_LDFLAGS' => '-lObjC'
37+
s.pod_target_xcconfig = { 'STRIP_STYLE' => 'non-global' }
3838

3939
# Flutter.framework does not contain a i386 slice.
4040
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386 arm64' }

linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+1") # generated; do not edit
1+
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+3") # generated; do not edit
22
# installed. You should not increase this version, as doing so will cause
33
# the plugin to fail to compile for some customers of the plugin.
44
cmake_minimum_required(VERSION 3.10)

macos/flutter_chia_rust_utils.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
release_tag_name = 'flutter_chia_rust_utils-v0.0.59+1' # generated; do not edit
1+
release_tag_name = 'flutter_chia_rust_utils-v0.0.59+3' # generated; do not edit
22
#
33
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
44
# Run `pod lib lint flutter_chia_rust_utils.podspec` to validate before publishing.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_chia_rust_utils
22
description: Chia Rust utils library for use in Flutter, allow use CLVM, BLS and more libraries in your Chia Blockchain projects
3-
version: 0.0.59+1
3+
version: 0.0.59+3
44
homepage: https://github.com/MarvinQuevedo/flutter_chia_rust_utils
55

66
environment:

windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+1") # generated; do not edit
1+
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+3") # generated; do not edit
22
# The Flutter tooling requires that developers have a version of Visual Studio
33
# installed that includes CMake 3.14 or later. You should not increase this
44
# version, as doing so will cause the plugin to fail to compile for some

0 commit comments

Comments
 (0)