Update Vendor/mobilecoin submodule hash, fix make call, PR template (#5)
* Use official release-1.2.0 commit hash * fix makefile call * add pr template * increment pre * re-make static libraries from release-1.2.0
This commit is contained in:
parent
7e274b2d76
commit
6bf5d0d182
15
.github/pull_request_template.md
vendored
Normal file
15
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
Soundtrack of this PR: [link to song that really fits the mood of this PR]()
|
||||
|
||||
### Motivation
|
||||
|
||||
< The motivation for the changes in this PR. "Currently we...", "This is needed because..." >
|
||||
|
||||
### In this PR
|
||||
* < Additions, removals, fixes, features >
|
||||
|
||||
< Ticket status, e.g. "fixes #issue number" >
|
||||
|
||||
### Future Work
|
||||
* < Out of scope non-goals for this PR >
|
||||
* < These should be links to tickets. If the tickets do not exist, make them. >
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,7 +3,7 @@ Pod::Spec.new do |s|
|
||||
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|
||||
|
||||
s.name = "LibMobileCoin"
|
||||
s.version = "1.2.0-pre2"
|
||||
s.version = "1.2.0-pre4"
|
||||
s.summary = "A library for communicating with MobileCoin network"
|
||||
|
||||
s.author = "MobileCoin"
|
||||
|
||||
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ unexport CARGO_PROFILE
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
cd "$(LIBMOBILECOIN_LIB_DIR)" && $(MAKE) ios
|
||||
cd "$(LIBMOBILECOIN_LIB_DIR)" && $(MAKE)
|
||||
rm -r "$(ARTIFACTS_DIR)" 2>/dev/null || true
|
||||
mkdir -p "$(ARTIFACTS_DIR)"
|
||||
|
||||
|
||||
2
Vendor/mobilecoin
vendored
2
Vendor/mobilecoin
vendored
@ -1 +1 @@
|
||||
Subproject commit 20473eafbcb698ce12e3ac43168bb1b0333093f4
|
||||
Subproject commit 6a3bedd371143af72160bdb6bd424097c3ceb3dc
|
||||
Loading…
Reference in New Issue
Block a user