Make the iPhone app iPhone-only
Set TARGETED_DEVICE_FAMILY to 1 for the iOS target — it was universal (1,2) but isn't an iPad experience, which forced an iPad screenshot requirement at submission. The Apple Watch app is a separate target (family 4) and is unaffected. Removes the iPad screenshot set from the listing metadata. Claude-Session: https://claude.ai/code/session_018gg69MaUetDNzWzBXisfMV
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ targets:
|
||||
IPHONEOS_DEPLOYMENT_TARGET: "26.0"
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
|
||||
TARGETED_DEVICE_FAMILY: "1,2"
|
||||
TARGETED_DEVICE_FAMILY: "1"
|
||||
DEVELOPMENT_ASSET_PATHS: "\"Workouts/Preview Content\""
|
||||
|
||||
# ---- watchOS app (no iCloud; syncs through the phone via WatchConnectivity) -
|
||||
|
||||
Reference in New Issue
Block a user