Skip to content

Connect your iMessage account on a jailbroken iOS device to the Matrix chat network

License

Notifications You must be signed in to change notification settings

michaelnew/matrix-iosbridge-imessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

This is more proof-of-concept than a usable project at this point. If you're someone with experience developing jailbroken iOS apps your contributions would be very welcome!

Installing

This project hasn't yet been packaged for easy installation. Coming soon!

Development

buidling dependencies
Dependencies are checked in to git, so you shouldn't have to build them. But if you do need to update/build new ones, they can be built with:

  • Xcode 9.2 (swift 4.0.3), which can be downloaded from here
  • macOS Mojave (Xcode 9.2 doesn't run on Catalina)
  • cocoapods rome

Add any new framweorks to the Podfile. For example:

target 'caesar' do
  pod 'NewFramwork', '~> 4.0.0'
end

and then pod install.

Once built, move them from the Rome directory into matrix_bridge/layout/Library/Framworks.
Code sign them with ldid:
brew install ldid
ldid -S NewFramework.framework/NewFramwork

They will also need to be copied into $THEOS/lib/ on whatever device you're compiling the project with, as well as added to the matrixbridge_EXTRA_FRAMEWORKS line of the makefile.

Other Stuff

feature roadmap

to do list

About

Connect your iMessage account on a jailbroken iOS device to the Matrix chat network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published