Skip to content

Commit 898eb00

Browse files
committed
Gemini banana prompt: Create a modern mobile app icon for a coffee brewing timer app.
Style: Minimal, premium, iOS-style icon Simple geometric shapes Clean composition, no text Soft shadows and subtle depth (neumorphic or slightly elevated look) Centered object on a smooth gradient background Designed for 1024x1024 resolution Concept: A stylized chemex with a single droplet falling Integrated subtle timer element (thin circular progress ring around the dripper) Balanced proportions, strong silhouette, recognizable at small sizes Color palette: Warm coffee tones (deep brown, caramel, cream) Soft neutral or warm gradient background (beige to light brown OR dark espresso gradient) High contrast but not harsh Technical constraints: No text No small details that disappear at 60px Avoid realism; keep it flat-minimal with slight depth App Store ready Clean edges, vector-like sharpness Lighting: Soft top-left light source Gentle highlight and subtle shadow for depth Mood: Calm, precise, crafted, premium Codex Prompt: Remove unused screens and files, and update the launch screen so it matches the rest of the app’s design. You can find the new logo in the assets.
1 parent 84c81ca commit 898eb00

42 files changed

Lines changed: 44 additions & 1151 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

App/ChemexTimer/Application/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "Icon-App.png",
4+
"filename" : "Gemini_Generated_Image_hpg8mihpg8mihpg8.png",
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
1.23 MB
Loading
Binary file not shown.

App/ChemexTimer/Application/Resources/Assets.xcassets/AppIconOriginal.appiconset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "Icon-App.png",
4+
"filename" : "Gemini_Generated_Image_hpg8mihpg8mihpg8.png",
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
1.23 MB
Loading
Binary file not shown.

App/ChemexTimer/Common/DependencyInjection/StoreRegistration.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ import DependencyInjection
99
enum StoreRegistration {
1010
static func registerDependencies(in container: AsyncContainer) async {
1111
_ = await [
12-
container.register(type: HomeStore.self, in: .new) { _ in
13-
await HomeStore()
14-
},
15-
container.register(type: NumberRangeStore.self, in: .new) { _ in
16-
await NumberRangeStore()
17-
},
18-
container.register(type: ConfirmNumberStore.self) { _, numberRange in
19-
await ConfirmNumberStore(numberRange: numberRange)
20-
},
21-
container.register(type: ProfileStore.self, in: .new) { _ in
22-
await ProfileStore()
23-
},
2412
container.register(type: BrewSetupStore.self, in: .new) {
2513
await BrewSetupStore(
2614
repository: $0.resolve(type: (any ChemexBrewPersisting).self)

App/ChemexTimer/Scenes/HomeScene/Common/HomeViewData.swift

Lines changed: 0 additions & 11 deletions
This file was deleted.

App/ChemexTimer/Scenes/HomeScene/Common/HomeViewEvent.swift

Lines changed: 0 additions & 9 deletions
This file was deleted.

App/ChemexTimer/Scenes/HomeScene/Common/Store/HomeAction.swift

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)