summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-20 15:47:24 -0500
committerChristian Cleberg <[email protected]>2026-07-20 15:52:38 -0500
commitd9bd61cc745b3f1d6ff481fd300abf3216d07d48 (patch)
treeaf9b3a0293988524b9c2e09b05b9392a60779571
parentaeb671a8152c51c710f82d07cddc8f50c49f39d2 (diff)
downloaddomain-dig-d9bd61cc745b3f1d6ff481fd300abf3216d07d48.tar.gz
domain-dig-d9bd61cc745b3f1d6ff481fd300abf3216d07d48.tar.bz2
domain-dig-d9bd61cc745b3f1d6ff481fd300abf3216d07d48.zip
chore: rename StoreKit configuration to SyncedProducts.storekit
DomainDig.storekit sat beside the DomainDig/ source folder, and Xcode treated the two as conflicting when creating the synced configuration — the resulting confirmation dialog offered to replace the folder. Naming the file SyncedProducts.storekit removes the collision entirely and matches the convention Xcode uses for synced configurations elsewhere. Updates the project file reference and the scheme's StoreKitConfigurationFileReference to match.
-rw-r--r--DomainDig.xcodeproj/project.pbxproj4
-rw-r--r--DomainDig.xcodeproj/xcshareddata/xcschemes/DomainDig.xcscheme2
-rw-r--r--SyncedProducts.storekit (renamed from DomainDig.storekit)0
3 files changed, 3 insertions, 3 deletions
diff --git a/DomainDig.xcodeproj/project.pbxproj b/DomainDig.xcodeproj/project.pbxproj
index 6d8ce00..6c41159 100644
--- a/DomainDig.xcodeproj/project.pbxproj
+++ b/DomainDig.xcodeproj/project.pbxproj
@@ -51,7 +51,7 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
- 8B6472EF300EBFA30018E10A /* DomainDig.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = DomainDig.storekit; sourceTree = "<group>"; };
+ 8B6472EF300EBFA30018E10A /* SyncedProducts.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = SyncedProducts.storekit; sourceTree = "<group>"; };
8B7800692F6090E300933221 /* DomainDig.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DomainDig.app; sourceTree = BUILT_PRODUCTS_DIR; };
8BBFEF032F9874AE00E8E144 /* DomainInspectionService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomainInspectionService.swift; sourceTree = "<group>"; };
8BBFEF042F9874AE00E8E144 /* DomainReportBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomainReportBuilder.swift; sourceTree = "<group>"; };
@@ -150,7 +150,7 @@
8B7800602F6090E300933221 = {
isa = PBXGroup;
children = (
- 8B6472EF300EBFA30018E10A /* DomainDig.storekit */,
+ 8B6472EF300EBFA30018E10A /* SyncedProducts.storekit */,
8B78006B2F6090E300933221 /* DomainDig */,
8BDA0001000000000000000D /* Shared */,
8BDA0001000000000000000E /* DomainDigWidget */,
diff --git a/DomainDig.xcodeproj/xcshareddata/xcschemes/DomainDig.xcscheme b/DomainDig.xcodeproj/xcshareddata/xcschemes/DomainDig.xcscheme
index c6b73a4..8f733d7 100644
--- a/DomainDig.xcodeproj/xcshareddata/xcschemes/DomainDig.xcscheme
+++ b/DomainDig.xcodeproj/xcshareddata/xcschemes/DomainDig.xcscheme
@@ -58,7 +58,7 @@
</CommandLineArgument>
</CommandLineArguments>
<StoreKitConfigurationFileReference
- identifier = "../../DomainDig.storekit">
+ identifier = "../../SyncedProducts.storekit">
</StoreKitConfigurationFileReference>
</LaunchAction>
<ProfileAction
diff --git a/DomainDig.storekit b/SyncedProducts.storekit
index 0bef2ae..0bef2ae 100644
--- a/DomainDig.storekit
+++ b/SyncedProducts.storekit