mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-20 16:52:16 +00:00
test?
This commit is contained in:
parent
a0fb8ab0e4
commit
861cac921f
5 changed files with 9 additions and 21 deletions
|
|
@ -1,34 +1,24 @@
|
||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"filename" : "lightmode.png",
|
|
||||||
"idiom" : "universal",
|
|
||||||
"platform" : "ios",
|
|
||||||
"size" : "1024x1024"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"appearances" : [
|
|
||||||
{
|
|
||||||
"appearance" : "luminosity",
|
|
||||||
"value" : "dark"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"filename" : "darkmode.png",
|
"filename" : "darkmode.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"platform" : "ios",
|
"platform" : "ios",
|
||||||
"size" : "1024x1024"
|
"size" : "1024x1024"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"appearances" : [
|
"filename" : "lightmode.png",
|
||||||
{
|
"idiom" : "universal",
|
||||||
"appearance" : "luminosity",
|
"platform" : "ios",
|
||||||
"value" : "tinted"
|
"size" : "1024x1024",
|
||||||
}
|
"unassigned" : true
|
||||||
],
|
},
|
||||||
|
{
|
||||||
"filename" : "tinting.png",
|
"filename" : "tinting.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"platform" : "ios",
|
"platform" : "ios",
|
||||||
"size" : "1024x1024"
|
"size" : "1024x1024",
|
||||||
|
"unassigned" : true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
|
|
@ -797,7 +797,6 @@
|
||||||
133D7C792D2BE2520075467E /* Debug */ = {
|
133D7C792D2BE2520075467E /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_ENTITLEMENTS = Sora/Sora.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Sora/Sora.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
|
|
@ -839,7 +838,6 @@
|
||||||
133D7C7A2D2BE2520075467E /* Release */ = {
|
133D7C7A2D2BE2520075467E /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_ENTITLEMENTS = Sora/Sora.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Sora/Sora.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue