mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 09:49:46 +00:00
Add DEV badge on iCloud settings for debug builds
Shows an orange "DEV" capsule next to the iCloud row in Settings and a development environment notice at the top of iCloud settings, helping distinguish CloudKit dev environment from production during development.
This commit is contained in:
@@ -1810,6 +1810,36 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.icloud.dev.badge" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "DEV"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.icloud.dev.footer" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Using CloudKit development environment. Data is separate from production."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.icloud.dev.title" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Development Environment"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"discovery.empty.description" : {
|
||||
"comment" : "Description when no network shares are found",
|
||||
"localizations" : {
|
||||
|
||||
Reference in New Issue
Block a user