tinyphone/tinyphone-osx
2025-02-13 15:14:40 +05:30
..
src Fix macOS builds 2025-02-13 15:14:40 +05:30
tinyphone macOS CI : Build App + dmg (#49) 2022-03-18 21:31:46 +05:30
Tinyphone.xcodeproj Embed libcrypto3, libssl3 libraries 2025-02-13 15:14:40 +05:30
vendor Fix macOS builds 2025-02-13 15:14:40 +05:30
.gitignore macOS CI : Build App + dmg (#49) 2022-03-18 21:31:46 +05:30
package.sh Prepare DMG output 2020-11-20 23:46:21 +05:30
Podfile Add support for g729 on MacOS (#74) 2023-03-02 12:34:39 +05:30
Podfile.lock Add support for g729 on MacOS (#74) 2023-03-02 12:34:39 +05:30
README.md macOS CI : Build App + dmg (#49) 2022-03-18 21:31:46 +05:30
release-spec.json macOS CI : Build App + dmg (#49) 2022-03-18 21:31:46 +05:30

Building for macOS

#install dependencies
brew install autoconf automake libtool opencore-amr cryptopp

#build dependencies

#boost
cd tinyphone-osx/vendor/boost
./boost.sh -macos --boost-version 1.68.0

#statsd
cd tinyphone/lib/statsd-cpp/build-osx
cmake ..
make

#lets install the pods
pod install

#now open the `Tinyphone.xcworkspace` file and compile!