[BuildInfo]: Added bundleInfo inspection to create version tag in Settings screen

This commit is contained in:
Magesh K
2025-01-22 01:47:21 +05:30
parent 13d924abf6
commit c6f843ebc3
9 changed files with 104 additions and 28 deletions

View File

@@ -15,6 +15,10 @@ ORG_IDENTIFIER = com.myuniquename
// we don't want to do this for release since those builds will most likely be installed via SideServer, which adds the team ID
BUNDLE_ID_SUFFIX = .$(DEVELOPMENT_TEAM)
// Comment this out to use default 'stable' channel defined in Build.xcconfig
// For local xcode or commandline builds we can use local channel for local build specific logic
BUILD_CHANNEL = local
// Set to YES if you have a valid paid Apple Developer account
DEVELOPER_ACCOUNT_PAID = NO