Signal (previously TextSecure) on Android can be used on dual-sim or multi-sim smartphones, albeit with some limitations regarding use of the additional sim cards.
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
[tool.poetry] | |
name = "req2flatpak" | |
version = "0.1.0" | |
description = "Generates a flatpak build manifest to install python packages defined in requirements.txt files." | |
authors = ["johannesjh <[email protected]>"] | |
license = "MIT" | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
# HOW TO BUILD CRRCSIM 0.9.12 ON MAC OS 10.9 | |
# ...compiling CRRCSim into an OSX application using MacPorts for dependencies | |
# CREDITS: | |
# Instructions heavily inspired by: | |
# http://blog.mywarwithentropy.com/2012/03/how-to-compile-crrcsim-v0912-for-mac.html | |
# PREREQUISITES |