mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
14 lines
No EOL
615 B
Text
14 lines
No EOL
615 B
Text
// Local Development Configuration Template
|
|
// Copy this file as Local.xcconfig and set your personal development team
|
|
// DO NOT commit Local.xcconfig to version control
|
|
|
|
// Set your personal development team ID here
|
|
// You can find your team ID in Xcode: Preferences > Accounts > Your Account > Team ID
|
|
// Or terminal (Look for Developer ID): security find-identity -v -p codesigning
|
|
DEVELOPMENT_TEAM = YOUR_TEAM_ID_HERE
|
|
|
|
// Code signing style (Automatic or Manual)
|
|
CODE_SIGN_STYLE = Automatic
|
|
|
|
// Optional: Override bundle identifier for local development
|
|
// PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.VibeTunnel |