Fix build failures from rebrand: restore pbxproj exceptions, fix Kotlin casing, move missed source dirs

- Restore 6 missing PBXFileSystemSynchronizedBuildFileExceptionSet entries
  and exceptions arrays on 5 root groups (lost during sed rename)
- Rename extension WidgetIconView.swift to avoid stringsdata collision
  (original had different names: MyCribIconView vs CaseraIconView)
- Rename CaseraExtension.entitlements → HoneyDueExtension.entitlements
- Fix Kotlin object casing: honeyDueShareCodec → HoneyDueShareCodec,
  honeyDuePackageType → HoneyDuePackageType
- Move missed Kotlin source dirs (jsMain, webMain, androidMain/com/casera)
  to com/tt/honeyDue
- Rename remaining Casera widget files to HoneyDue
- Rename CaseraTests.swift → HoneyDueTests.swift

All 4 projects (Go API, iOS, Android, Web) now compile clean.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-03-07 06:58:56 -06:00
parent 1e2adf7660
commit d3b6b14e78
29 changed files with 83 additions and 341 deletions

View File

@@ -89,6 +89,13 @@
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
1C0789572EBC218D00392B46 /* Exceptions for "HoneyDue" folder in "HoneyDueExtension" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 1C07893C2EBC218B00392B46 /* HoneyDueExtension */;
};
1C77EDA12ECE784100A53003 /* Exceptions for "iosApp" folder in "HoneyDueUITests" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
@@ -96,6 +103,34 @@
);
target = 1CBF1BEC2ECD9768001BF56C /* HoneyDueUITests */;
};
1C77EDA22ECE797700A53003 /* Exceptions for "HoneyDueUITests" folder in "HoneyDueUITests" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
AccessibilityIdentifiers.swift,
);
target = 1CBF1BEC2ECD9768001BF56C /* HoneyDueUITests */;
};
1C81F27B2EE416EF000739EA /* Exceptions for "HoneyDueQLPreview" folder in "HoneyDueQLPreview" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 1C81F2682EE416EE000739EA /* HoneyDueQLPreview */;
};
1C81F28D2EE41BB6000739EA /* Exceptions for "HoneyDueQLThumbnail" folder in "HoneyDueQLThumbnail" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 1C81F27F2EE41BB6000739EA /* HoneyDueQLThumbnail */;
};
1C81F38A2EE5E430000739EA /* Exceptions for "HoneyDue" folder in "HoneyDue" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
WidgetIconView.swift,
);
target = D4ADB376A7A4CFB73469E173 /* HoneyDue */;
};
1C87A67A2EDCC3100081E450 /* Exceptions for "iosApp" folder in "HoneyDueExtension" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
@@ -106,6 +141,13 @@
);
target = 1C07893C2EBC218B00392B46 /* HoneyDueExtension */;
};
1CBF1C072ECD97AC001BF56C /* Exceptions for "HoneyDueTests" folder in "HoneyDueTests" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
HoneyDueTests.swift,
);
target = 1C685CD12EC5539000A9669B /* HoneyDueTests */;
};
84D9B4B86A80D013B8CBB951 /* Exceptions for "iosApp" folder in "HoneyDue" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
@@ -118,26 +160,42 @@
/* Begin PBXFileSystemSynchronizedRootGroup section */
1C0789432EBC218B00392B46 /* HoneyDue */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
1C81F38A2EE5E430000739EA /* Exceptions for "HoneyDue" folder in "HoneyDue" target */,
1C0789572EBC218D00392B46 /* Exceptions for "HoneyDue" folder in "HoneyDueExtension" target */,
);
path = HoneyDue;
sourceTree = "<group>";
};
1C685CD32EC5539000A9669B /* HoneyDueTests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
1CBF1C072ECD97AC001BF56C /* Exceptions for "HoneyDueTests" folder in "HoneyDueTests" target */,
);
path = HoneyDueTests;
sourceTree = "<group>";
};
1C81F26C2EE416EE000739EA /* HoneyDueQLPreview */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
1C81F27B2EE416EF000739EA /* Exceptions for "HoneyDueQLPreview" folder in "HoneyDueQLPreview" target */,
);
path = HoneyDueQLPreview;
sourceTree = "<group>";
};
1C81F2832EE41BB6000739EA /* HoneyDueQLThumbnail */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
1C81F28D2EE41BB6000739EA /* Exceptions for "HoneyDueQLThumbnail" folder in "HoneyDueQLThumbnail" target */,
);
path = HoneyDueQLThumbnail;
sourceTree = "<group>";
};
1CBF1BEE2ECD9768001BF56C /* HoneyDueUITests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
1C77EDA22ECE797700A53003 /* Exceptions for "HoneyDueUITests" folder in "HoneyDueUITests" target */,
);
path = HoneyDueUITests;
sourceTree = "<group>";
};