From 7aee1c0300d23608ec51950a5647ed43a322b346 Mon Sep 17 00:00:00 2001 From: Sarthak Agrawal Date: Fri, 21 Aug 2026 02:32:45 +0530 Subject: [PATCH] Fix Kith iPhone-only TestFlight build --- PROJECT_STATUS.md | 12 +++++++++--- ios/Kith.xcodeproj/project.pbxproj | 4 ++-- ios/project.yml | 1 + 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/PROJECT_STATUS.md b/PROJECT_STATUS.md index 873f432..13a0282 100644 --- a/PROJECT_STATUS.md +++ b/PROJECT_STATUS.md @@ -1,6 +1,6 @@ # Kith — PROJECT STATUS -Last updated: 2026-08-17 +Last updated: 2026-08-21 ## Why / What @@ -32,6 +32,11 @@ reminders as a notification product, messaging, and a web client. ## Timeline +- 2026-08-21 — created the personal-team App Store Connect record as + `Kith by Significant Hobbies` (ID `6803666674`) and uploaded iPhone build + `1.0.0 (1)` for internal-only TestFlight; Apple accepted the package for + processing after the application target was corrected to emit only the + intended iPhone device family - 2026-08-17 — public landing live at kith.significanthobbies.com from the ios-landings factory - 2026-08-17 — added a public landing from the shared iOS template @@ -43,8 +48,9 @@ reminders as a notification product, messaging, and a web client. ## Products -- Native iPhone app `com.significanthobbies.kith` (local binary, not in the - App Store yet) +- Native iPhone app `com.significanthobbies.kith`; build `1.0.0 (1)` is + accepted for internal-only TestFlight processing on personal team + `8F7LXHTJZR`, but is not yet confirmed ready for testers - Public landing at https://kith.significanthobbies.com (ios-landings, Cloudflare Pages project `kith`) diff --git a/ios/Kith.xcodeproj/project.pbxproj b/ios/Kith.xcodeproj/project.pbxproj index d77b540..a075d5f 100644 --- a/ios/Kith.xcodeproj/project.pbxproj +++ b/ios/Kith.xcodeproj/project.pbxproj @@ -541,7 +541,7 @@ PRODUCT_NAME = Kith; SDKROOT = iphoneos; SUPPORTS_MACCATALYST = NO; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Debug; }; @@ -600,7 +600,7 @@ PRODUCT_NAME = Kith; SDKROOT = iphoneos; SUPPORTS_MACCATALYST = NO; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Release; }; diff --git a/ios/project.yml b/ios/project.yml index e587df4..3a13f5a 100644 --- a/ios/project.yml +++ b/ios/project.yml @@ -58,6 +58,7 @@ targets: base: PRODUCT_BUNDLE_IDENTIFIER: com.significanthobbies.kith PRODUCT_NAME: Kith + TARGETED_DEVICE_FAMILY: "1" CODE_SIGN_ENTITLEMENTS: Sources/Kith/Kith.entitlements ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon SUPPORTS_MACCATALYST: NO