Skip to content

fix-feat(ios): 딥타임 앱 차단 기능을 위한 Family Controls 권한 추가#239

Open
thdudgus wants to merge 1 commit intomainfrom
fix/deeptime_popup
Open

fix-feat(ios): 딥타임 앱 차단 기능을 위한 Family Controls 권한 추가#239
thdudgus wants to merge 1 commit intomainfrom
fix/deeptime_popup

Conversation

@thdudgus
Copy link
Copy Markdown
Contributor

Fixes #238

변경사항

  • iOS Family Controls (Screen Time API) Capability 설정 추가
  • Runner.entitlements에 family-controls 권한 반영
  • 불필요한 merchant-api-control 권한 제거
  • 실제 기기에서 권한 요청 팝업이 노출되지 않던 이슈(Error 4099) 해결

- iOS Family Controls (Screen Time API) Capability 설정 추가
- Runner.entitlements에 family-controls 권한 반영
- 불필요한 merchant-api-control 권한 제거
- 실제 기기에서 권한 요청 팝업이 노출되지 않던 이슈(Error 4099) 해결
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 Pull Request는 iOS 앱 차단 기능을 구현하기 위해 필요한 Family Controls 권한을 추가하고 관련 설정을 업데이트합니다. 이를 통해 앱이 iOS의 Screen Time API를 활용하여 특정 앱 사용을 제어할 수 있는 기반을 마련하며, 권한 요청 관련 기존 문제를 해결하여 기능의 안정적인 작동을 보장합니다.

Highlights

  • iOS Family Controls 권한 추가: iOS Family Controls (Screen Time API) 기능을 위한 권한이 추가되었습니다.
  • Runner.entitlements 업데이트: Runner.entitlements 파일에 family-controls 권한이 반영되었습니다.
  • MinimumOSVersion 제거: AppFrameworkInfo.plist에서 불필요한 MinimumOSVersion 설정이 제거되었습니다.
  • 권한 요청 팝업 이슈 해결: 실제 기기에서 권한 요청 팝업이 노출되지 않던 Error 4099 이슈가 해결되었습니다.
  • 종속성 업데이트: 여러 iOS Pod 및 Flutter 패키지의 종속성 체크섬과 버전이 업데이트되었으며, Dart SDK 최소 버전 요구사항이 업데이트되었습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이 PR은 딥타임 앱 차단 기능을 위해 iOS의 Family Controls 권한을 추가하는 변경사항을 담고 있습니다. Runner.entitlements 파일에 com.apple.developer.family-controls 권한을 추가하고, 관련하여 AppFrameworkInfo.plist에서 불필요한 MinimumOSVersion 설정을 제거하였습니다. 또한, Xcode 빌드 경고를 해결하기 위한 프로젝트 파일 수정과 의존성 업데이트가 포함되어 있습니다. 전반적으로 변경 사항들은 PR의 목적에 부합하며 올바르게 적용된 것으로 보입니다. 특별히 수정이 필요한 부분은 발견되지 않았습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: 딥타임 잠금 기능 관련 앱스토어 심사 리젝

1 participant