Asks user to review permissions when installing/updating apps

When installing, all entitlements will be shown. When updating, only _added_ entitlements will be shown.
This commit is contained in:
Riley Testut
2023-12-07 17:15:08 -06:00
committed by Magesh K
parent d625b381d9
commit cf09843538
6 changed files with 558 additions and 71 deletions

View File

@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "display-p3",
"components" : {
"alpha" : "1.000",
"blue" : "74",
"green" : "55",
"red" : "0"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.518",
"green" : "0.502",
"red" : "0.004"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@@ -11,6 +11,24 @@
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "103",
"green" : "82",
"red" : "2"
}
},
"idiom" : "universal"
}
],
"info" : {

View File

@@ -5,9 +5,27 @@
"color-space" : "display-p3",
"components" : {
"alpha" : "1.000",
"blue" : "176",
"green" : "200",
"red" : "123"
"blue" : "159",
"green" : "180",
"red" : "111"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "132",
"green" : "128",
"red" : "1"
}
},
"idiom" : "universal"