Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions PROJECT_STATUS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kith — PROJECT STATUS

Last updated: 2026-08-17
Last updated: 2026-08-21

## Why / What

Expand Down Expand Up @@ -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
Expand All @@ -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`)

Expand Down
4 changes: 2 additions & 2 deletions ios/Kith.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
PRODUCT_NAME = Kith;
SDKROOT = iphoneos;
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
Expand Down Expand Up @@ -600,7 +600,7 @@
PRODUCT_NAME = Kith;
SDKROOT = iphoneos;
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand Down
1 change: 1 addition & 0 deletions ios/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading