Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ let project = Project(
"CFBundleVersion": "$(CURRENT_PROJECT_VERSION)",
"UILaunchStoryboardName": "LaunchScreen",
"ITSAppUsesNonExemptEncryption": false,
"UISupportedInterfaceOrientations": ["UIInterfaceOrientationPortrait"],
"NSMicrophoneUsageDescription": "아기의 울음소리를 분석하기 위해 마이크 권한이 필요합니다.",
"UIBackgroundModes": ["remote-notification"],
"CFBundleURLTypes": [
Expand Down
Loading