diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..e951451 --- /dev/null +++ b/.github/pull_request_template.md @@ -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. > + diff --git a/Artifacts/target/aarch64-apple-ios-macabi/release/libmobilecoin.a b/Artifacts/target/aarch64-apple-ios-macabi/release/libmobilecoin.a index 6098e21..616fc20 100644 Binary files a/Artifacts/target/aarch64-apple-ios-macabi/release/libmobilecoin.a and b/Artifacts/target/aarch64-apple-ios-macabi/release/libmobilecoin.a differ diff --git a/Artifacts/target/aarch64-apple-ios-sim/release/libmobilecoin.a b/Artifacts/target/aarch64-apple-ios-sim/release/libmobilecoin.a index 123c49a..4165c9f 100644 Binary files a/Artifacts/target/aarch64-apple-ios-sim/release/libmobilecoin.a and b/Artifacts/target/aarch64-apple-ios-sim/release/libmobilecoin.a differ diff --git a/Artifacts/target/aarch64-apple-ios/release/libmobilecoin.a b/Artifacts/target/aarch64-apple-ios/release/libmobilecoin.a index 12c542e..ff10afe 100644 Binary files a/Artifacts/target/aarch64-apple-ios/release/libmobilecoin.a and b/Artifacts/target/aarch64-apple-ios/release/libmobilecoin.a differ diff --git a/Artifacts/target/x86_64-apple-ios-macabi/release/libmobilecoin.a b/Artifacts/target/x86_64-apple-ios-macabi/release/libmobilecoin.a index 4fbed09..657c7be 100644 Binary files a/Artifacts/target/x86_64-apple-ios-macabi/release/libmobilecoin.a and b/Artifacts/target/x86_64-apple-ios-macabi/release/libmobilecoin.a differ diff --git a/Artifacts/target/x86_64-apple-ios/release/libmobilecoin.a b/Artifacts/target/x86_64-apple-ios/release/libmobilecoin.a index f784ae1..368465f 100644 Binary files a/Artifacts/target/x86_64-apple-ios/release/libmobilecoin.a and b/Artifacts/target/x86_64-apple-ios/release/libmobilecoin.a differ diff --git a/LibMobileCoin.podspec b/LibMobileCoin.podspec index b5f2507..aa5d25a 100644 --- a/LibMobileCoin.podspec +++ b/LibMobileCoin.podspec @@ -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" diff --git a/Makefile b/Makefile index 0b2c102..a92b63a 100644 --- a/Makefile +++ b/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)" diff --git a/Vendor/mobilecoin b/Vendor/mobilecoin index 20473ea..6a3bedd 160000 --- a/Vendor/mobilecoin +++ b/Vendor/mobilecoin @@ -1 +1 @@ -Subproject commit 20473eafbcb698ce12e3ac43168bb1b0333093f4 +Subproject commit 6a3bedd371143af72160bdb6bd424097c3ceb3dc