-
Install XcodeGen:
brew install xcodegen
-
Generate Xcode project:
xcodegen generate
-
Open the project:
open WaniKani.xcodeproj
- WaniKani-WebView: WebView-based prototype with userscript injection
- WaniKani-Native: Fully native SwiftUI implementation
- WaniKani-Hybrid: Mixed native + WebView approach
Select the scheme from Xcode's scheme selector to test each prototype.
WaniKani/- iOS app source codeWaniKaniCore/- Shared framework (networking, models, persistence)WaniKaniTests/- Unit testsWaniKaniUITests/- UI testsdocs/- DocumentationScripts/- Build and automation scripts