Skip to content

Commit afb84fc

Browse files
dadachiclaude
andcommitted
Bump version to 3.2.2
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d8cf1fd commit afb84fc

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.2] - 2026-05-04
11+
12+
### Changed
13+
- Slim onboarding to a single welcome screen using the `sparkles` SF Symbol
14+
- Replace logo and hero imagesets on sign-up/sign-in with `Strings.appName` text and `sparkles`
15+
- Introduce `Strings.appName` ("Native App Template") as the single source of truth for the in-app product name
16+
- Set `CFBundleDisplayName` to "Native App Template"
17+
- Refresh AppIcon to the upstream `nativeapptemplate-icon-composer-foreground` artwork
18+
19+
### Removed
20+
- `Onboarding` model, repository/protocol, view model, and related tests
21+
- Onboarding 1–4 imagesets, `hero` imageset, and `Logo` imageset
22+
1023
## [3.2.1] - 2026-05-02
1124

1225
### Changed

NativeAppTemplate.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@
11891189
CODE_SIGN_ENTITLEMENTS = "";
11901190
CODE_SIGN_IDENTITY = "Apple Development";
11911191
CODE_SIGN_STYLE = Automatic;
1192-
CURRENT_PROJECT_VERSION = 11;
1192+
CURRENT_PROJECT_VERSION = 12;
11931193
DEVELOPMENT_ASSET_PATHS = "\"NativeAppTemplate/Preview Content\"";
11941194
ENABLE_PREVIEWS = YES;
11951195
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -1201,7 +1201,7 @@
12011201
"$(inherited)",
12021202
"@executable_path/Frameworks",
12031203
);
1204-
MARKETING_VERSION = 3.2.1;
1204+
MARKETING_VERSION = 3.2.2;
12051205
PRODUCT_BUNDLE_IDENTIFIER = "com.nativeapptemplate.NativeAppTemplateFree.ios${SAMPLE_CODE_DISAMBIGUATOR}";
12061206
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "com.nativeapptemplate.NativeAppTemplateFree.ios${SAMPLE_CODE_DISAMBIGUATOR}";
12071207
PRODUCT_NAME = NativeAppTemplate;
@@ -1225,7 +1225,7 @@
12251225
CODE_SIGN_ENTITLEMENTS = "";
12261226
CODE_SIGN_IDENTITY = "Apple Development";
12271227
CODE_SIGN_STYLE = Automatic;
1228-
CURRENT_PROJECT_VERSION = 11;
1228+
CURRENT_PROJECT_VERSION = 12;
12291229
DEVELOPMENT_ASSET_PATHS = "\"NativeAppTemplate/Preview Content\"";
12301230
ENABLE_PREVIEWS = YES;
12311231
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -1237,7 +1237,7 @@
12371237
"$(inherited)",
12381238
"@executable_path/Frameworks",
12391239
);
1240-
MARKETING_VERSION = 3.2.1;
1240+
MARKETING_VERSION = 3.2.2;
12411241
PRODUCT_BUNDLE_IDENTIFIER = "com.nativeapptemplate.NativeAppTemplateFree.ios${SAMPLE_CODE_DISAMBIGUATOR}";
12421242
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "com.nativeapptemplate.NativeAppTemplateFree.ios${SAMPLE_CODE_DISAMBIGUATOR}";
12431243
PRODUCT_NAME = NativeAppTemplate;

0 commit comments

Comments
 (0)