-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump the proto code * add should push entitlement * dump the protos one more time * update the protos again * feat: add to TextCodec & Composite * feat: add HKDF key derivation and HMAC signature generation * feat: add shouldPush parameter to MessageV2.encode() and prepareMessage() functions * feat: add shouldPush method to the remaining content codecs * fix: tests * fix: remove print statement in MessageTests.swift * fix: remove commented code * feat: set for all Content Types * fix: add decoded content in prepareMessage function * chore: remove unused dependencies * Replace xmtp-rust-swift with libxmtp-swift (#217) * rename module from XMTP to XMTPiOS * more renaming * remove xmtp-rust-swift references * Use new V2 client from libxmtp * building clean * remove PublishResponse * Use actual dep instead of local * Update XMTP.podspec Co-authored-by: Naomi Plasterer <[email protected]> * implement streaming and pagination * Update XMTP.podspec Co-authored-by: Cameron Voell <[email protected]> * disable file_length linter --------- Co-authored-by: Naomi Plasterer <[email protected]> Co-authored-by: Cameron Voell <[email protected]> * Update for latest uniffi (#219) * Fix example app (#220) * Access libxmtp-swift with static binaries (#225) * Access libxmtp-swift with static binaries * Update libxmtp ref * Updated reference to libxmtp-swift merge on main * Merge pre libxmtp into main (#223) * Add Key Material Function (#222) * add ket material field to ios * bump the podspec * Update podspec LibXMTP ref * Update libxmtp-swift refs * Update libxmtp-swift ref * Updated libxmtp-swift ref to tagged release * Update XMTP.podspec version --------- Co-authored-by: cameronvoell <[email protected]> * Update Package.resolved with new branch and revision * bring back the proto work * remove the xmtp folder * chore: refactor message encoding and decoding * chore: update libxmtp-swift to latest version * fix: refactor ConversationTests.swift * potential test * chore: update XMTP.podspec version to 0.7.9-alpha0 --------- Co-authored-by: kele-leanes <[email protected]> Co-authored-by: Pat Nakajima <[email protected]> Co-authored-by: Cameron Voell <[email protected]> Co-authored-by: Cameron Voell <[email protected]>
- Loading branch information
1 parent
c8e4027
commit c6a93cd
Showing
19 changed files
with
2,673 additions
and
1,777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.