commit 6471011a803be639ac9ab37bba0ebc91283238c1 parent 2de0e221f55fdb5993bf6901898bd8f474eaff2e Author: Marc Stibane <marc@taler.net> Date: Thu, 15 Feb 2024 06:49:08 +0100 Plain App Icon Diffstat:
41 files changed, 21 insertions(+), 38 deletions(-)
diff --git a/TalerWallet.xcodeproj/project.pbxproj b/TalerWallet.xcodeproj/project.pbxproj @@ -1519,7 +1519,7 @@ D14AFD4824D232B500C51073 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon3; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; @@ -1560,7 +1560,7 @@ D14AFD4924D232B500C51073 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon3; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements"; diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/Contents.json b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -49,46 +49,55 @@ "size" : "60x60" }, { + "filename" : "ipadNotification20.png", "idiom" : "ipad", "scale" : "1x", "size" : "20x20" }, { + "filename" : "ipadNotification40.png", "idiom" : "ipad", "scale" : "2x", "size" : "20x20" }, { + "filename" : "ipadSettings29.png", "idiom" : "ipad", "scale" : "1x", "size" : "29x29" }, { + "filename" : "ipadSettings58.png", "idiom" : "ipad", "scale" : "2x", "size" : "29x29" }, { + "filename" : "ipadSpotlight40.png", "idiom" : "ipad", "scale" : "1x", "size" : "40x40" }, { + "filename" : "ipadSpotlight80.png", "idiom" : "ipad", "scale" : "2x", "size" : "40x40" }, { + "filename" : "ipad76.png", "idiom" : "ipad", "scale" : "1x", "size" : "76x76" }, { + "filename" : "ipad152.png", "idiom" : "ipad", "scale" : "2x", "size" : "76x76" }, { + "filename" : "ipadPro167.png", "idiom" : "ipad", "scale" : "2x", "size" : "83.5x83.5" @@ -100,51 +109,61 @@ "size" : "1024x1024" }, { + "filename" : "mac16.png", "idiom" : "mac", "scale" : "1x", "size" : "16x16" }, { + "filename" : "mac32.png", "idiom" : "mac", "scale" : "2x", "size" : "16x16" }, { + "filename" : "mac32.png", "idiom" : "mac", "scale" : "1x", "size" : "32x32" }, { + "filename" : "mac64.png", "idiom" : "mac", "scale" : "2x", "size" : "32x32" }, { + "filename" : "mac128.png", "idiom" : "mac", "scale" : "1x", "size" : "128x128" }, { + "filename" : "mac256.png", "idiom" : "mac", "scale" : "2x", "size" : "128x128" }, { + "filename" : "mac256.png", "idiom" : "mac", "scale" : "1x", "size" : "256x256" }, { + "filename" : "mac512.png", "idiom" : "mac", "scale" : "2x", "size" : "256x256" }, { + "filename" : "mac512.png", "idiom" : "mac", "scale" : "1x", "size" : "512x512" }, { + "filename" : "mac1024.png", "idiom" : "mac", "scale" : "2x", "size" : "512x512" diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/appstore1024.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/appstore1024.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipad152.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipad152.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipad76.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipad76.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadNotification20.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadNotification20.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadNotification40.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadNotification40.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadPro167.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadPro167.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadSettings29.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadSettings29.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadSettings58.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadSettings58.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadSpotlight40.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadSpotlight40.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadSpotlight80.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/ipadSpotlight80.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/iphone120.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/iphone120.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/iphone180.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/iphone180.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac1024.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac1024.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac128.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac128.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac16.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac16.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac256.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac256.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac32.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac32.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac512.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac512.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac64.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/mac64.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/notification40.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/notification40.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/notification60.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/notification60.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/settings58.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/settings58.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/settings87.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/settings87.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/spotlight120.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/spotlight120.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/spotlight80.png b/TalerWallet1/Assets.xcassets/AppIcon.appiconset/spotlight80.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/Contents.json b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/Contents.json diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/appstore1024.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/appstore1024.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/iphone120.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/iphone120.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/iphone180.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/iphone180.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/notification40.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/notification40.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/notification60.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/notification60.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/settings58.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/settings58.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/settings87.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/settings87.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/iphone120.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/spotlight120.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/AppIcon.appiconset/spotlight80.png b/TalerWallet1/Assets.xcassets/AppIcon1.appiconset/spotlight80.png Binary files differ. diff --git a/TalerWallet1/Assets.xcassets/Incoming.colorset/Contents.json b/TalerWallet1/Assets.xcassets/Incoming.colorset/Contents.json @@ -19,15 +19,6 @@ "value" : "dark" } ], - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "255", - "green" : "255", - "red" : "255" - } - }, "idiom" : "universal" } ], diff --git a/TalerWallet1/Assets.xcassets/Outgoing.colorset/Contents.json b/TalerWallet1/Assets.xcassets/Outgoing.colorset/Contents.json @@ -19,15 +19,6 @@ "value" : "dark" } ], - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "255", - "green" : "255", - "red" : "255" - } - }, "idiom" : "universal" } ], diff --git a/TalerWallet1/Assets.xcassets/PendingIncoming.colorset/Contents.json b/TalerWallet1/Assets.xcassets/PendingIncoming.colorset/Contents.json @@ -19,15 +19,6 @@ "value" : "dark" } ], - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "255", - "green" : "255", - "red" : "255" - } - }, "idiom" : "universal" } ], diff --git a/TalerWallet1/Assets.xcassets/PendingOutgoing.colorset/Contents.json b/TalerWallet1/Assets.xcassets/PendingOutgoing.colorset/Contents.json @@ -19,15 +19,6 @@ "value" : "dark" } ], - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "255", - "green" : "255", - "red" : "255" - } - }, "idiom" : "universal" } ],