Rebrand from MyCrib to Casera
- Rename Kotlin package from com.example.mycrib to com.example.casera - Update Android app name, namespace, and application ID - Update iOS bundle identifiers and project settings - Rename iOS directories (MyCribTests -> CaseraTests, etc.) - Update deep link schemes from mycrib:// to casera:// - Update app group identifiers - Update subscription product IDs - Update all UI strings and branding 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
iosApp/CaseraTests/CaseraTests.swift
Normal file
16
iosApp/CaseraTests/CaseraTests.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// CaseraTests.swift
|
||||
// CaseraTests
|
||||
//
|
||||
// Created by Trey Tartt on 11/12/25.
|
||||
//
|
||||
|
||||
import Testing
|
||||
|
||||
struct CaseraTests {
|
||||
|
||||
@Test func example() async throws {
|
||||
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user