Skip to content

Commit 90c3e49

Browse files
committed
Update app name to "Cache Status" and branding to "Elephant House"
- Renamed app bundle and display names - Updated project configuration and schemes - Updated changelog with new branding information
1 parent 1ecf322 commit 90c3e49

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CF Cache Status/CF Cache Status.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@
484484
GENERATE_INFOPLIST_FILE = YES;
485485
INFOPLIST_FILE = "CF Cache Status/Info.plist";
486486
INFOPLIST_KEY_CFBundleDisplayName = "Cache Status";
487+
INFOPLIST_KEY_CFBundleName = "Elephant House";
487488
INFOPLIST_KEY_NSHumanReadableCopyright = "";
488489
LD_RUNPATH_SEARCH_PATHS = (
489490
"$(inherited)",
@@ -495,7 +496,7 @@
495496
SafariServices,
496497
);
497498
PRODUCT_BUNDLE_IDENTIFIER = "com.cfcachestatus.CF-Cache-Status";
498-
PRODUCT_NAME = "$(TARGET_NAME)";
499+
PRODUCT_NAME = "Cache Status";
499500
REGISTER_APP_GROUPS = YES;
500501
STRING_CATALOG_GENERATE_SYMBOLS = YES;
501502
SWIFT_APPROACHABLE_CONCURRENCY = YES;
@@ -522,6 +523,7 @@
522523
GENERATE_INFOPLIST_FILE = YES;
523524
INFOPLIST_FILE = "CF Cache Status/Info.plist";
524525
INFOPLIST_KEY_CFBundleDisplayName = "Cache Status";
526+
INFOPLIST_KEY_CFBundleName = "Elephant House";
525527
INFOPLIST_KEY_NSHumanReadableCopyright = "";
526528
LD_RUNPATH_SEARCH_PATHS = (
527529
"$(inherited)",
@@ -533,7 +535,7 @@
533535
SafariServices,
534536
);
535537
PRODUCT_BUNDLE_IDENTIFIER = "com.cfcachestatus.CF-Cache-Status";
536-
PRODUCT_NAME = "$(TARGET_NAME)";
538+
PRODUCT_NAME = "Cache Status";
537539
REGISTER_APP_GROUPS = YES;
538540
STRING_CATALOG_GENERATE_SYMBOLS = YES;
539541
SWIFT_APPROACHABLE_CONCURRENCY = YES;

CF Cache Status/CF Cache Status.xcodeproj/xcshareddata/xcschemes/CF Cache Status.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<BuildableReference
1717
BuildableIdentifier = "primary"
1818
BlueprintIdentifier = "5B8F9F082F07E4C50092E4D0"
19-
BuildableName = "CF Cache Status.app"
19+
BuildableName = "Cache Status.app"
2020
BlueprintName = "CF Cache Status"
2121
ReferencedContainer = "container:CF Cache Status.xcodeproj">
2222
</BuildableReference>
@@ -45,7 +45,7 @@
4545
<BuildableReference
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "5B8F9F082F07E4C50092E4D0"
48-
BuildableName = "CF Cache Status.app"
48+
BuildableName = "Cache Status.app"
4949
BlueprintName = "CF Cache Status"
5050
ReferencedContainer = "container:CF Cache Status.xcodeproj">
5151
</BuildableReference>
@@ -62,7 +62,7 @@
6262
<BuildableReference
6363
BuildableIdentifier = "primary"
6464
BlueprintIdentifier = "5B8F9F082F07E4C50092E4D0"
65-
BuildableName = "CF Cache Status.app"
65+
BuildableName = "Cache Status.app"
6666
BlueprintName = "CF Cache Status"
6767
ReferencedContainer = "container:CF Cache Status.xcodeproj">
6868
</BuildableReference>

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [Unreleased]
6+
7+
### Added
8+
- Privacy Policy document (PRIVACY.md)
9+
10+
### Changed
11+
- App renamed from "CF Cache Status" to "Cache Status"
12+
- Safari now shows "Cache Status by Elephant House" instead of "by CF Cache Status"
13+
514
## [v0.0.7] - 2026-01-05
615

716
### Added

0 commit comments

Comments
 (0)