Rename Xcode project to honeyDue and fix all bundle IDs
- Rename iosApp.xcodeproj → honeyDue.xcodeproj - Rename Casera schemes → HoneyDue, HoneyDueExtension, HoneyDueUITests - Split bundle IDs per-config: Debug=com.tt.honeyDue.dev, Release=com.tt.honeyDue - Split app groups per-config: Debug=group.com.tt.honeyDue.dev, Release=group.com.tt.honeyDue - Fix com.t-t. typo → com.tt. in test bundle IDs - Add APP_GROUP_IDENTIFIER build setting with variable substitution in entitlements - Replace all hardcoded app group strings in Swift with Info.plist runtime reads - Remove stale PRODUCT_BUNDLE_IDENTIFIER from Config.xcconfig - Update test plan container references Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
37
iosApp/HoneyDueUITests.xctestplan
Normal file
37
iosApp/HoneyDueUITests.xctestplan
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"configurations" : [
|
||||
{
|
||||
"id" : "F0DABEBB-1E5F-4A1A-BFDC-5AAA8635B8BA",
|
||||
"name" : "Test Scheme Action",
|
||||
"options" : {
|
||||
|
||||
}
|
||||
}
|
||||
],
|
||||
"defaultOptions" : {
|
||||
"performanceAntipatternCheckerEnabled" : true,
|
||||
"targetForVariableExpansion" : {
|
||||
"containerPath" : "container:honeyDue.xcodeproj",
|
||||
"identifier" : "D4ADB376A7A4CFB73469E173",
|
||||
"name" : "HoneyDue"
|
||||
}
|
||||
},
|
||||
"testTargets" : [
|
||||
{
|
||||
"parallelizable" : true,
|
||||
"target" : {
|
||||
"containerPath" : "container:honeyDue.xcodeproj",
|
||||
"identifier" : "1C685CD12EC5539000A9669B",
|
||||
"name" : "HoneyDueTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:honeyDue.xcodeproj",
|
||||
"identifier" : "1CBF1BEC2ECD9768001BF56C",
|
||||
"name" : "HoneyDueUITests"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 1
|
||||
}
|
||||
Reference in New Issue
Block a user