Total rebrand across KMM project: - Kotlin package: com.example.casera -> com.tt.honeyDue (dirs + declarations) - Gradle: rootProject.name, namespace, applicationId - Android: manifest, strings.xml (all languages), widget resources - iOS: pbxproj bundle IDs, Info.plist, entitlements, xcconfig - iOS directories: Casera/ -> HoneyDue/, CaseraTests/ -> HoneyDueTests/, etc. - Swift source: all class/struct/enum renames - Deep links: casera:// -> honeydue://, .casera -> .honeydue - App icons replaced with honeyDue honeycomb icon - Domains: casera.treytartt.com -> honeyDue.treytartt.com - Bundle IDs: com.tt.casera -> com.tt.honeyDue - Database table names preserved Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
105 lines
3.7 KiB
XML
105 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
LastUpgradeVersion = "2610"
|
|
version = "1.7">
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES"
|
|
buildArchitectures = "Automatic">
|
|
</BuildAction>
|
|
<TestAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
<TestPlans>
|
|
<TestPlanReference
|
|
reference = "container:CaseraUITests.xctestplan"
|
|
default = "YES">
|
|
</TestPlanReference>
|
|
</TestPlans>
|
|
<Testables>
|
|
<TestableReference
|
|
skipped = "NO">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "1CBF1BEC2ECD9768001BF56C"
|
|
BuildableName = "HoneyDueUITests.xctest"
|
|
BlueprintName = "HoneyDueUITests"
|
|
ReferencedContainer = "container:iosApp.xcodeproj">
|
|
</BuildableReference>
|
|
<SkippedTests>
|
|
<Test
|
|
Identifier = "CaseraUITests">
|
|
</Test>
|
|
<Test
|
|
Identifier = "CaseraUITests/testExample()">
|
|
</Test>
|
|
<Test
|
|
Identifier = "CaseraUITests/testLaunchPerformance()">
|
|
</Test>
|
|
<Test
|
|
Identifier = "CaseraUITestsLaunchTests">
|
|
</Test>
|
|
<Test
|
|
Identifier = "CaseraUITestsLaunchTests/testLaunch()">
|
|
</Test>
|
|
<Test
|
|
Identifier = "SimpleLoginTest">
|
|
</Test>
|
|
<Test
|
|
Identifier = "SimpleLoginTest/testAppLaunchesAndShowsLoginScreen()">
|
|
</Test>
|
|
<Test
|
|
Identifier = "SimpleLoginTest/testCanTypeInLoginFields()">
|
|
</Test>
|
|
</SkippedTests>
|
|
</TestableReference>
|
|
</Testables>
|
|
</TestAction>
|
|
<LaunchAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
launchStyle = "0"
|
|
useCustomWorkingDirectory = "NO"
|
|
ignoresPersistentStateOnLaunch = "NO"
|
|
debugDocumentVersioning = "YES"
|
|
debugServiceExtension = "internal"
|
|
allowLocationSimulation = "YES">
|
|
<BuildableProductRunnable
|
|
runnableDebuggingMode = "0">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "D4ADB376A7A4CFB73469E173"
|
|
BuildableName = "honeyDue.app"
|
|
BlueprintName = "HoneyDue"
|
|
ReferencedContainer = "container:iosApp.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
buildConfiguration = "Release"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
debugDocumentVersioning = "YES">
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "D4ADB376A7A4CFB73469E173"
|
|
BuildableName = "honeyDue.app"
|
|
BlueprintName = "HoneyDue"
|
|
ReferencedContainer = "container:iosApp.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "Debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "Release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|