Skip to content

Commit

Permalink
Merge pull request #814 from YumNumm/feature/kmoni-shake-detection
Browse files Browse the repository at this point in the history
揺れ検知の実装 Part 1
  • Loading branch information
YumNumm authored Sep 5, 2024
2 parents a0b49ba + 1fde882 commit 093c8cc
Show file tree
Hide file tree
Showing 241 changed files with 5,179 additions and 12,027 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
SPACESHIP_ONLY_ALLOW_INTERACTIVE_2FA: false
FASTLANE_USER: [email protected]
MATCH_USERNAME: [email protected]
MATCH_GIT_URL: [email protected]:YumNumm/EQMonitor_secret.git
MATCH_GIT_URL: [email protected]:YumNumm/apple_secrets.git
LANG: ja_JP.UTF-8

steps:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
MATCH_USERNAME: [email protected]
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD}}
MATCH_GIT_URL: [email protected]:YumNumm/EQMonitor_secret.git
MATCH_GIT_URL: [email protected]:YumNumm/apple_secrets.git
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{ secrets.FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}
LANG: ja_JP.UTF-8
run: bundle exec fastlane build
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ jobs:
working-directory: app/android
run: bundle exec fastlane upload



build-ios:
runs-on: macos-14
timeout-minutes: 60
Expand All @@ -121,7 +119,7 @@ jobs:
SPACESHIP_ONLY_ALLOW_INTERACTIVE_2FA: false
FASTLANE_USER: [email protected]
MATCH_USERNAME: [email protected]
MATCH_GIT_URL: [email protected]:YumNumm/EQMonitor_secret.git
MATCH_GIT_URL: [email protected]:YumNumm/apple_secrets.git
LANG: ja_JP.UTF-8

steps:
Expand Down Expand Up @@ -205,7 +203,7 @@ jobs:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
MATCH_USERNAME: [email protected]
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD}}
MATCH_GIT_URL: [email protected]:YumNumm/EQMonitor_secret.git
MATCH_GIT_URL: [email protected]:YumNumm/apple_secrets.git
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{ secrets.FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}
LANG: ja_JP.UTF-8
run: bundle exec fastlane build
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [<img src="https://github.com/YumNumm/YumNumm/raw/main/resources/img/google-play-badge.png" height="50">](https://play.google.com/store/apps/details?id=net.yumnumm.eqmonitor) | [<img src="https://github.com/YumNumm/YumNumm/raw/main/resources/img/appstore-badge.png" height="50">](https://apps.apple.com/ja/app/eqmonitor-%E5%9C%B0%E9%9C%87%E9%80%9F%E5%A0%B1/id6447546703) |

> [!WARNING]
> [利用規約 - Term of Service](https://github.com/EQMonitor/EQMonitor/blob/main/assets/docs/term_of_service.md)を必ずご確認の上ご利用ください。
> [!WARNING] > [利用規約 - Term of Service](https://github.com/EQMonitor/EQMonitor/blob/main/assets/docs/term_of_service.md)を必ずご確認の上ご利用ください。
![iPad1](https://github.com/YumNumm/EQMonitor/assets/73390859/4196623d-222e-4eac-991a-fee5a976be76)

Expand Down
Loading

0 comments on commit 093c8cc

Please sign in to comment.