Kodukaityou (小遣い帳) is an iOS application for managing your budget and expenses. The project is written in Swift and uses CocoaPods to manage its dependencies. The app now detects the device language and shows alerts in English when running on an English device.
- Xcode 15 or later
- CocoaPods 1.11 or later
- iOS 17.0 or later (tested on iOS 17)
-
Install CocoaPods if it is not installed:
sudo gem install cocoapods
-
Install the dependencies (add
--repo-updateif you see pod errors):pod install # or `pod install --repo-update` -
Open the generated
KOZUKAITYOU.xcworkspacein Xcode:open KOZUKAITYOU.xcworkspace
-
Select a device running iOS 17 or later and build the project.
The repository already includes a GoogleService-Info.plist file for Firebase configuration. If you wish to use your own Firebase project, replace this file with one generated from the Firebase console.
- Expense input screens with Realm database storage
- Charts for visualizing spending
- Support for Firebase Analytics and FirebaseUI authentication
- UI utilities such as IQKeyboardManager and SVProgressHUD
- Automatic English mode when the device language is set to English
This project is provided as-is without warranty. See individual CocoaPods for their respective licenses.