Drop onboarding pages 1–4, swap art for SF Symbols#64
Merged
Conversation
Onboarding now shows just the welcome screen (sparkles SF Symbol +
"Welcome to {Strings.appName}"); the four sample pages, the Onboarding
model, repository/protocol, view model, four imagesets, and all related
test doubles/tests are removed.
Replaced the logo image and hero image on the sign-up/sign-in screen
with Strings.appName text and the sparkles SF Symbol; deleted the
now-unused hero and Logo imagesets.
Introduced Strings.appName ("NativeAppTemplate Free") as the single
source of truth for the in-app product name; SettingsView and the
welcome string now read from it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replaces the previous Free-branded icon layers (free.svg, free_background.svg, icon.svg) with the new nativeapptemplate-icon-composer-foreground.svg foreground asset and refreshes icon.json (background color, blend mode, shadow kind, and translucency) to match the upstream NativeAppTemplate-iOS branding. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sets Strings.appName and CFBundleDisplayName to "Native App Template", matching the upstream NativeAppTemplate-iOS branding so the in-app welcome copy and home-screen label are consistent across both repos. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Onboardingmodel, repository/protocol, view model, four imagesets, and all related test doubles/tests are removedStrings.appNametext and the sparkles SF Symbol; deleted the now-unusedheroandLogoimagesetsStrings.appName("NativeAppTemplate Free") as the single source of truth for the in-app product name;SettingsViewand the welcome string now read from itTest plan
make lintpassesxcodebuild testpasses🤖 Generated with Claude Code