mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
- Updated iOS bundle identifier from sh.vibetunnel.vibetunnel-mobile to sh.vibetunnel.ios - Removed duplicate entry in logging configuration profile - Updated documentation to reflect the simplified bundle ID structure
12 lines
348 B
Text
12 lines
348 B
Text
// VibeTunnel Version Configuration
|
|
// This file contains the version and build number for the app
|
|
|
|
MARKETING_VERSION = 1.0.0-beta.7
|
|
CURRENT_PROJECT_VERSION = 160
|
|
|
|
// Domain and GitHub configuration
|
|
APP_DOMAIN = vibetunnel.sh
|
|
GITHUB_URL = https://github.com/amantus-ai/vibetunnel
|
|
|
|
// Bundle identifier
|
|
PRODUCT_BUNDLE_IDENTIFIER = sh.vibetunnel.ios
|