From 9cbfed925665fa8c28a1f81cfdfdd180a4e58943 Mon Sep 17 00:00:00 2001 From: urlotus Date: Fri, 22 Sep 2023 14:53:06 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=82=AC=EC=A7=84=20=EA=B6=8C=ED=95=9C?= =?UTF-8?q?=20=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95=20&=20=EB=8B=A4?= =?UTF-8?q?=EA=B5=AD=EC=96=B4=20=EC=A7=80=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Runner.xcodeproj/project.pbxproj | 22 ++++++++++++++++++++++ ios/Runner/Info.plist | 10 +++++----- ios/Runner/en.lproj/InfoPlist.strings | 11 +++++++++++ ios/Runner/ko.lproj/InfoPlist.strings | 10 ++++++++++ ios/Runner/ko.lproj/LaunchScreen.strings | 1 + ios/Runner/ko.lproj/Main.strings | 1 + 6 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 ios/Runner/en.lproj/InfoPlist.strings create mode 100644 ios/Runner/ko.lproj/InfoPlist.strings create mode 100644 ios/Runner/ko.lproj/LaunchScreen.strings create mode 100644 ios/Runner/ko.lproj/Main.strings diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 62d8f40..2f7a81c 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -8,6 +8,7 @@ /* Begin PBXBuildFile section */ 022A3EC42A4D9ABC004DECC8 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 022A3EC32A4D9ABC004DECC8 /* GoogleService-Info.plist */; }; + 02ED9B542ABD5AF10058F20D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 02ED9B562ABD5AF10058F20D /* InfoPlist.strings */; }; 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; @@ -34,6 +35,10 @@ /* Begin PBXFileReference section */ 020909242AAA177B000C9FE8 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = ""; }; 022A3EC32A4D9ABC004DECC8 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; + 02ED9B552ABD5AF10058F20D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 02ED9B5A2ABD5E710058F20D /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Main.strings; sourceTree = ""; }; + 02ED9B5B2ABD5E710058F20D /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/LaunchScreen.strings; sourceTree = ""; }; + 02ED9B5C2ABD5E8D0058F20D /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = ""; }; 068731F663255F76D1FE167D /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; @@ -124,6 +129,7 @@ 97C146FD1CF9000F007C117D /* Assets.xcassets */, 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, 97C147021CF9000F007C117D /* Info.plist */, + 02ED9B562ABD5AF10058F20D /* InfoPlist.strings */, 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, @@ -179,6 +185,7 @@ knownRegions = ( en, Base, + ko, ); mainGroup = 97C146E51CF9000F007C117D; productRefGroup = 97C146EF1CF9000F007C117D /* Products */; @@ -196,6 +203,7 @@ buildActionMask = 2147483647; files = ( 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, + 02ED9B542ABD5AF10058F20D /* InfoPlist.strings in Resources */, 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, 022A3EC42A4D9ABC004DECC8 /* GoogleService-Info.plist in Resources */, 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, @@ -291,10 +299,20 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ + 02ED9B562ABD5AF10058F20D /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 02ED9B552ABD5AF10058F20D /* en */, + 02ED9B5C2ABD5E8D0058F20D /* ko */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; 97C146FA1CF9000F007C117D /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 97C146FB1CF9000F007C117D /* Base */, + 02ED9B5A2ABD5E710058F20D /* ko */, ); name = Main.storyboard; sourceTree = ""; @@ -303,6 +321,7 @@ isa = PBXVariantGroup; children = ( 97C147001CF9000F007C117D /* Base */, + 02ED9B5B2ABD5E710058F20D /* ko */, ); name = LaunchScreen.storyboard; sourceTree = ""; @@ -314,6 +333,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -397,6 +417,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -452,6 +473,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 6f788b4..6465da5 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -7,9 +7,9 @@ CADisableMinimumFrameDurationOnPhone NSBonjourServices - - _dartobservatory._tcp - + + _dartobservatory._tcp + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName @@ -44,11 +44,11 @@ LSRequiresIPhoneOS NSCameraUsageDescription - Used to demonstrate image picker plugin + NSCameraUsageDescription NSMicrophoneUsageDescription Used to capture audio for image picker plugin NSPhotoLibraryUsageDescription - Used to demonstrate image picker plugin + NSPhotoLibraryUsageDescription UIApplicationSupportsIndirectInputEvents UIBackgroundModes diff --git a/ios/Runner/en.lproj/InfoPlist.strings b/ios/Runner/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..fc75ef5 --- /dev/null +++ b/ios/Runner/en.lproj/InfoPlist.strings @@ -0,0 +1,11 @@ +/* + InfoPlist.strings + Runner + + Created by 윤정하 on 2023/09/22. + +*/ + +NSPhotoLibraryUsageDescription = "Allow \"FriendShip\" to access your photos to set as my profile image and to share photos."; + +NSCameraUsageDescription = "Allow \"FriendShip\" to access your camera to take a photo to set as my profile image."; diff --git a/ios/Runner/ko.lproj/InfoPlist.strings b/ios/Runner/ko.lproj/InfoPlist.strings new file mode 100644 index 0000000..7ad7cc0 --- /dev/null +++ b/ios/Runner/ko.lproj/InfoPlist.strings @@ -0,0 +1,10 @@ +/* + InfoPlist.strings + Runner + + Created by 윤정하 on 2023/09/22. + +*/ +NSPhotoLibraryUsageDescription = "\"FriendShip\"이 프로필 사진 첨부 및 수정, 게시글 사진 첨부 및 수정을 위해 사진 라이브러리에 접근하도록 허용합니다. "; + +NSCameraUsageDescription = "\"FriendShip\"이 프로필 사진 첨부 및 수정을 위해 카메라에 접근하도록 허용합니다. "; diff --git a/ios/Runner/ko.lproj/LaunchScreen.strings b/ios/Runner/ko.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/ios/Runner/ko.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/ios/Runner/ko.lproj/Main.strings b/ios/Runner/ko.lproj/Main.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/ios/Runner/ko.lproj/Main.strings @@ -0,0 +1 @@ +