mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
12 lines
415 B
Text
12 lines
415 B
Text
|
|
// Local Conveyor defaults — copy to defaults.conf and fill in your values.
|
||
|
|
// This file is checked in as a template; defaults.conf is gitignored.
|
||
|
|
conveyor.billing-email = "you@example.com"
|
||
|
|
|
||
|
|
// Uncomment for real code signing:
|
||
|
|
// app.signing-key = "<your-root-key>"
|
||
|
|
// app.mac.notarization {
|
||
|
|
// team-id = "YOUR_TEAM_ID"
|
||
|
|
// apple-id = "you@example.com"
|
||
|
|
// app-specific-password = ${env.APPLE_ASP}
|
||
|
|
// }
|