mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 05:45:18 +00:00
* Fix iOS BLE mesh authentication bypass chain in BLEService - Bind sender IDs to BLE connection UUIDs for peripherals and centrals to prevent spoofing - Enforce explicit RSR request/response validation and remove legacy TTL==0 RSR path - Remove TTL==0 unconditional acceptance for messages and file transfers - Ensure gossip sync caching only occurs after a packet is accepted - Preserve self‑sync TTL==0 dedup exception without weakening authentication * fix: toctou in boundPeerID identified by codex * fix: Remove unused variable and bump version to 1.5.1 - Remove unused messageType variable (compiler warning fix) - Bump marketing version to 1.5.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: jack <212554440+jackjackbits@users.noreply.github.com> Co-authored-by: jack <jackjackbits@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
MARKETING_VERSION = 1.5.1
|
|
CURRENT_PROJECT_VERSION = 1
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.0
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0
|
|
SWIFT_VERSION = 5.0
|
|
|
|
DEVELOPMENT_TEAM = L3N5LHJD5Y
|
|
CODE_SIGN_STYLE = Automatic
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = chat.bitchat
|