Skip to content

Commit

Permalink
Include necessary files for macOS and iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Jul 5, 2024
1 parent f42e8d0 commit b88e68e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
5 changes: 4 additions & 1 deletion coinlib_flutter/darwin/Classes/coinlib_flutter.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Relative import to be able to reuse the C sources.
// See the comment in ../{projectName}}.podspec for more information.
#include "../build/secp256k1/src/secp256k1.c"
#include "../build/secp256k1/src/precompute_ecmult_gen.c"
#include "../build/secp256k1/src/precomputed_ecmult_gen.c"
#include "../build/secp256k1/src/precomputed_ecmult.c"
#include "../build/secp256k1/src/modules/extrakeys/main_impl.h"
#include "../build/secp256k1/src/modules/schnorrsig/main_impl.h"
#include "../build/secp256k1/src/modules/ecdh/main_impl.h"
#include "../build/secp256k1/src/modules/recovery/main_impl.h"
2 changes: 1 addition & 1 deletion coinlib_flutter/darwin/coinlib_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git checkout e3a885d42a7800c1ccebad94ad1e2b82c4df5c65
Pod::Spec.new do |s|
s.name = 'coinlib_flutter'
s.module_name = 'secp256k1'
s.version = '0.3.2'
s.version = '0.5.0'
s.summary = 'Cryptographic primitives from the secp256k1 library'
s.description = <<-DESC
The secp256k1 library bundled into the flutter plugin via cocoapods.
Expand Down
6 changes: 3 additions & 3 deletions coinlib_flutter/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- coinlib_flutter (0.3.2):
- coinlib_flutter (0.5.0):
- Flutter
- FlutterMacOS
- FlutterMacOS (1.0.0)
Expand All @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral

SPEC CHECKSUMS:
coinlib_flutter: 6abec900d67762a6e7ccfd567a3cd3ae00bbee35
coinlib_flutter: 9275e8255ef67d3da33beb6e117d09ced4f46eb5
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.12.0
COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
7 changes: 3 additions & 4 deletions coinlib_flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ packages:
coinlib_flutter:
dependency: "direct main"
description:
name: coinlib_flutter
sha256: "9fa710c148aebe90cfa01c3e7f2e79f3e21233494880244afd83da4cce3fc57e"
url: "https://pub.dev"
source: hosted
path: ".."
relative: true
source: path
version: "2.1.0-rc.1"
collection:
dependency: transitive
Expand Down

0 comments on commit b88e68e

Please sign in to comment.