alarmee
A Kotlin/Compose Multiplatform library to schedule alarms, display local notifications, and handle push notifications on Android and iOS.
파일 탐색기
최종 버전 다운로드 (.zip)- settings.local.json
- buildRelease.yml
- checkVersionDependencies.yml
- notify.yml
- publish.yml
- publishAndroid.yml
- publishIosArm64.yml
- publishIosSimulatorArm64.yml
- publishJs.yml
- publishJvm.yml
- publishKmp.yml
- publishWasmJs.yml
- FUNDING.yml
- ContextExtensions.kt
- ContextInitializer.kt
- NotificationActionCallbackRegistry.kt
- AlarmeeNotificationChannel.kt
- NotificationChannelRegister.kt
- AlarmeeAndroidPlatformConfiguration.kt
- NotificationFactory.kt
- NotificationActionBroadcastReceiver.kt
- NotificationBroadcastReceiver.kt
- DefaultLocalNotificationService.android.kt
- LocalNotificationServiceExtensions.kt
- ic_notification.xml
- ic_notification.png
- ic_notification.png
- ic_notification.png
- ic_notification.png
- AndroidManifest.xml
- AlarmeePlatformConfiguration.kt
- Alarmee.kt
- NotificationAction.kt
- NotificationActionEvent.kt
- RepeatInterval.kt
- AlarmeeService.kt
- DefaultAlarmeeService.kt
- DefaultLocalNotificationService.kt
- LocalNotificationService.kt
- NotificationActionCallbackRegistry.kt
- AlarmeeIosPlatformConfiguration.kt
- DefaultLocalNotificationService.ios.kt
- LocalNotificationServiceExtensions.kt
- NotificationActionHelper.kt
- AlarmeePlatformConfigurationNonMobile.kt
- DefaultAlarmeeService.nonMobile.kt
- LocalNotificationService.nonMobile.kt
- alarmee.podspec
- build.gradle.kts
- consumer-rules.pro
- AlarmeeFirebaseMessagingService.kt
- DefaultAlarmeeService.android.kt
- DefaultPushNotificationService.android.kt
- AndroidManifest.xml
- DefaultPushNotificationService.kt
- MobileAlarmeeService.kt
- MobileDefaultAlarmeeService.kt
- PushNotificationService.kt
- PushNotificationServiceRegistry.kt
- DefaultAlarmeeService.ios.kt
- DefaultPushNotificationService.ios.kt
- .gitignore
- build.gradle.kts
- consumer-rules.pro
- ProjectConfiguration.kt
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- gradle-daemon-jvm.properties
- libs.versions.toml
- NotificationService.swift
- MainActivity.kt
- Platform.android.kt
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_stat_name.xml
- ic_stat_name.png
- ic_stat_name.png
- ic_stat_name.png
- ic_stat_name.png
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- hello.ogg
- colors.xml
- strings.xml
- themes.xml
- AndroidManifest.xml
- Color.kt
- Theme.kt
- Type.kt
- App.kt
- Platform.kt
- AlarmeeHelper.kt
- MainViewController.kt
- Platform.ios.kt
- google-services.json
- .gitignore
- build.gradle.kts
- proguard-rules.pro
- Info.plist
- NotificationService.swift
- Contents.json
- Contents.json
- Contents.json
- GoogleService-Info.plist
- notifications.wav
- Contents.json
- AppDelegate.swift
- ContentView.swift
- Info.plist
- iosApp.entitlements
- iosApp.swift
- Package.resolved
- contents.xcworkspacedata
- iosApp.xcscheme
- project.pbxproj
- .gitignore
- build.gradle.kts
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Tweener/alarmee
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd alarmee
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd alarmee-push
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
