From b1f09f33e61fc28d6fd44396791c8ede4328a906 Mon Sep 17 00:00:00 2001 From: ryoya ito <30540303+ry-itto@users.noreply.github.com> Date: Sat, 6 Sep 2025 00:28:03 +0900 Subject: [PATCH 1/4] fix isloading --- app-ios/Core/Sources/Presentation/ContributorProvider.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-ios/Core/Sources/Presentation/ContributorProvider.swift b/app-ios/Core/Sources/Presentation/ContributorProvider.swift index a74decd33..d6a0a663c 100644 --- a/app-ios/Core/Sources/Presentation/ContributorProvider.swift +++ b/app-ios/Core/Sources/Presentation/ContributorProvider.swift @@ -17,10 +17,9 @@ public final class ContributorProvider { public func loadContributors() async { isLoading = true - defer { isLoading = false } - for await contributorsList in contributorsUseCase.load() { contributors = contributorsList + isLoading = false } } } From 452c26f129d9799d2e8b14e0a248a9f0b5e7e532 Mon Sep 17 00:00:00 2001 From: ryoya ito <30540303+ry-itto@users.noreply.github.com> Date: Fri, 5 Sep 2025 22:21:58 +0900 Subject: [PATCH 2/4] update appicon --- .../AppIcon.appiconset/Contents.json | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json b/app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json index 7a53451ac..335f01fe1 100644 --- a/app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -29,6 +29,80 @@ "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "filename" : "iOS App Icon-120.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "filename" : "iOS App Icon-180.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "iOS App Icon-152.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "filename" : "iOS App Icon-167.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" } ], "info" : { From ff79aa667f688ed63e0a0c2d0103023a7c39c818 Mon Sep 17 00:00:00 2001 From: ryoya ito <30540303+ry-itto@users.noreply.github.com> Date: Sat, 6 Sep 2025 12:07:49 +0900 Subject: [PATCH 3/4] add app-shared version --- app-shared/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/app-shared/build.gradle.kts b/app-shared/build.gradle.kts index f48b1a2c8..ad02bd56e 100644 --- a/app-shared/build.gradle.kts +++ b/app-shared/build.gradle.kts @@ -18,6 +18,7 @@ plugins { id("droidkaigi.primitive.spotless") } +version = "1.0" compose.resources.nameOfResClass = "AppSharedRes" kotlin { From 75df2cb997af4938b8386c348190b05508068610 Mon Sep 17 00:00:00 2001 From: ryoya ito <30540303+ry-itto@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:25:58 +0900 Subject: [PATCH 4/4] fix appicon --- app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json b/app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json index 335f01fe1..b4b7d8b93 100644 --- a/app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/app-ios/App/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -61,13 +61,11 @@ "size" : "40x40" }, { - "filename" : "iOS App Icon-120.png", "idiom" : "iphone", "scale" : "2x", "size" : "60x60" }, { - "filename" : "iOS App Icon-180.png", "idiom" : "iphone", "scale" : "3x", "size" : "60x60" @@ -88,13 +86,11 @@ "size" : "40x40" }, { - "filename" : "iOS App Icon-152.png", "idiom" : "ipad", "scale" : "2x", "size" : "76x76" }, { - "filename" : "iOS App Icon-167.png", "idiom" : "ipad", "scale" : "2x", "size" : "83.5x83.5"