Setup - Contractor-x/bitchat GitHub Wiki
Official Recommendations for Setting Up BitChat
Option 1: Using XcodeGen (Recommended)
- Install XcodeGen if you haven't already:
brew install xcodegen
- Generate the Xcode project:
cd bitchat xcodegen generate
- Open the generated project:
open bitchat.xcodeproj
Option 2: Using Swift Package Manager
- Open the project in Xcode:
cd bitchat open Package.swift
- Select your target device and run.
Option 3: Manual Xcode Project Setup
- Open Xcode and create a new iOS or macOS App project.
- Copy all Swift files from the bitchat directory into your new project.
- Update your Info.plist with Bluetooth permissions.
- Set the deployment target to iOS 16.0 or macOS 13.0.