From 6cd2bb80c0898519a2e4c45734375e75554f8c41 Mon Sep 17 00:00:00 2001 From: hwangJi-dev Date: Sun, 29 Aug 2021 22:57:36 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[Fix]=20Info.plist=20=EC=97=B0=EB=9D=BD?= =?UTF-8?q?=EC=B2=98=20=EB=8F=99=EC=9D=98=EB=A9=98=ED=8A=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cherish-iOS/Cherish-iOS/Info.plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cherish-iOS/Cherish-iOS/Info.plist b/Cherish-iOS/Cherish-iOS/Info.plist index 6a4b351..e7c7d33 100644 --- a/Cherish-iOS/Cherish-iOS/Info.plist +++ b/Cherish-iOS/Cherish-iOS/Info.plist @@ -36,8 +36,10 @@ NSContactsUsageDescription - 다음 작업을 위해 Cherish가 사용자의 연락처에 접근하는 것을 허용합니다. -해당 데이터는 Cherish의 서버로 업로드 될 수 있으나, Cherish 이외의 용도로는 사용되지 않습니다. + +연락처 동기화를 통해 식물 등록을 위한 친구를 찾고 전화와 메시지를 보낼 수 있게 합니다. + +해당 데이터는 Cherish의 서버로 업로드될 수 있으나, 상기 외의 용도로는 사용되지 않습니다. UIAppFonts Roboto-Medium.ttf From d82a7d1c66a3de1536d5a3429574fe00042de008 Mon Sep 17 00:00:00 2001 From: hwangJi-dev Date: Sun, 29 Aug 2021 22:57:54 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[Chore]=20=EB=B9=8C=EB=93=9C=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=201.7(2)=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cherish-iOS/Cherish-iOS.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cherish-iOS/Cherish-iOS.xcodeproj/project.pbxproj b/Cherish-iOS/Cherish-iOS.xcodeproj/project.pbxproj index 0d45a6e..b1f6758 100644 --- a/Cherish-iOS/Cherish-iOS.xcodeproj/project.pbxproj +++ b/Cherish-iOS/Cherish-iOS.xcodeproj/project.pbxproj @@ -1575,7 +1575,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = "Cherish-iOS/Cherish-iOS.entitlements"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 2ZS26WP93H; INFOPLIST_FILE = "Cherish-iOS/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 14.3; @@ -1599,7 +1599,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = "Cherish-iOS/Cherish-iOS.entitlements"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 2ZS26WP93H; INFOPLIST_FILE = "Cherish-iOS/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 14.3;