itsjunetime / smserver

An app to allow Jailbroken iPhones to send texts & attachments from their browser
GNU General Public License v3.0
157 stars 26 forks source link

Smserver automatically uninstalls libmserver and vice versa #125

Closed jasonhkaiser closed 3 years ago

jasonhkaiser commented 3 years ago

Whenever I try to install SMServer, it automatically uninstalls libsmserver and when I install libsmserver, it automatically uninstalls SMServer. I can’t have them on my device at the same time despite the dependency. It’s crazy! C5DE0AA5-B7A8-4E3B-935D-40E990A956C3 E1A102EE-F43A-400B-B4FD-5DA0F28BCE4F D9F9DD16-C8B0-406D-8D8B-03869397582E 47E47D9E-687A-4447-A3FC-93461DDFF82A

AdamDempsey commented 3 years ago

From the smserver 0.8.0 Release Notes:

"Built libsmserver into the .deb package so that it is no longer necessary as a dependency"

jasonhkaiser commented 3 years ago

Thank you


From: Adam Dempsey @.> Sent: Sunday, May 2, 2021 5:40:35 AM To: iandwelker/smserver @.> Cc: jasonhkaiser @.>; Author @.> Subject: Re: [iandwelker/smserver] Smserver automatically uninstalls libmserver and vice versa (#125)

From the smserver 0.8.0 Release Noteshttps://github.com/iandwelker/smserver/releases/tag/v0.8.0:

"Built libsmserver into the .deb package so that it is no longer necessary as a dependency"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/iandwelker/smserver/issues/125#issuecomment-830779979, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJYOHBVPKFAHKD4CP6NDSVLTLUMZHANCNFSM4363P7RQ.

itsjunetime commented 3 years ago

Yeah, sorry I realize that I should probably be more clear about this in the README. The .ipa requires libsmserver to be installed, since I can't package it within an ipa, but the deb has it built-in, so it removes all other installations of libsmserver to make sure there are no conflicts. I'll update the README to reflect that clarification.