Skip to content

Commit cd98d15

Browse files
committed
Update bundle and product names in Xcode project
Align product names consistently across targets. Prepare for App Store submission by ensuring clear and concise naming. Remove legacy references to "Elephant House" and use product name variables where appropriate.
1 parent 47285bf commit cd98d15

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@
410410
GENERATE_INFOPLIST_FILE = YES;
411411
INFOPLIST_FILE = "CF Cache Status Extension/Info.plist";
412412
INFOPLIST_KEY_CFBundleDisplayName = "Cache Status Extension";
413+
INFOPLIST_KEY_CFBundleName = "Cache Status";
413414
INFOPLIST_KEY_NSHumanReadableCopyright = "";
414415
LD_RUNPATH_SEARCH_PATHS = (
415416
"$(inherited)",
@@ -423,7 +424,7 @@
423424
SafariServices,
424425
);
425426
PRODUCT_BUNDLE_IDENTIFIER = "com.cfcachestatus.CF-Cache-Status.Extension";
426-
PRODUCT_NAME = "$(TARGET_NAME)";
427+
PRODUCT_NAME = "Cache Status Extension";
427428
SKIP_INSTALL = YES;
428429
STRING_CATALOG_GENERATE_SYMBOLS = YES;
429430
SWIFT_APPROACHABLE_CONCURRENCY = YES;
@@ -445,6 +446,7 @@
445446
GENERATE_INFOPLIST_FILE = YES;
446447
INFOPLIST_FILE = "CF Cache Status Extension/Info.plist";
447448
INFOPLIST_KEY_CFBundleDisplayName = "Cache Status Extension";
449+
INFOPLIST_KEY_CFBundleName = "Cache Status";
448450
INFOPLIST_KEY_NSHumanReadableCopyright = "";
449451
LD_RUNPATH_SEARCH_PATHS = (
450452
"$(inherited)",
@@ -458,7 +460,7 @@
458460
SafariServices,
459461
);
460462
PRODUCT_BUNDLE_IDENTIFIER = "com.cfcachestatus.CF-Cache-Status.Extension";
461-
PRODUCT_NAME = "$(TARGET_NAME)";
463+
PRODUCT_NAME = "Cache Status Extension";
462464
SKIP_INSTALL = YES;
463465
STRING_CATALOG_GENERATE_SYMBOLS = YES;
464466
SWIFT_APPROACHABLE_CONCURRENCY = YES;
@@ -484,7 +486,7 @@
484486
GENERATE_INFOPLIST_FILE = YES;
485487
INFOPLIST_FILE = "CF Cache Status/Info.plist";
486488
INFOPLIST_KEY_CFBundleDisplayName = "Cache Status";
487-
INFOPLIST_KEY_CFBundleName = "Elephant House";
489+
INFOPLIST_KEY_CFBundleName = "$(PRODUCT_NAME)";
488490
INFOPLIST_KEY_NSHumanReadableCopyright = "";
489491
LD_RUNPATH_SEARCH_PATHS = (
490492
"$(inherited)",
@@ -523,7 +525,7 @@
523525
GENERATE_INFOPLIST_FILE = YES;
524526
INFOPLIST_FILE = "CF Cache Status/Info.plist";
525527
INFOPLIST_KEY_CFBundleDisplayName = "Cache Status";
526-
INFOPLIST_KEY_CFBundleName = "Elephant House";
528+
INFOPLIST_KEY_CFBundleName = "$(PRODUCT_NAME)";
527529
INFOPLIST_KEY_NSHumanReadableCopyright = "";
528530
LD_RUNPATH_SEARCH_PATHS = (
529531
"$(inherited)",

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212
- App renamed from "CF Cache Status" to "Cache Status"
13-
- Safari now shows "Cache Status by Elephant House" instead of "by CF Cache Status"
1413

1514
## [v0.0.7] - 2026-01-05
1615

0 commit comments

Comments
 (0)