|
43 | 43 | BB8292D425BD59A200077D8C /* LocationSearchService.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8292D325BD59A200077D8C /* LocationSearchService.swift */; }; |
44 | 44 | BB85A2EC25DF5B6400532301 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BB85A2EB25DF5B6400532301 /* LaunchScreen.storyboard */; }; |
45 | 45 | BB85A30125DF67D300532301 /* ShareViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB85A30025DF67D300532301 /* ShareViewModel.swift */; }; |
| 46 | + BB85A3E125E0A3AC00532301 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BB85A3E325E0A3AC00532301 /* InfoPlist.strings */; }; |
46 | 47 | BBAC0F3125C696B900FB81D7 /* LocationPermission.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBAC0F3025C696B800FB81D7 /* LocationPermission.swift */; }; |
47 | 48 | BBB1EBF225AF3C2100F5EA37 /* StickyApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB1EBF125AF3C2100F5EA37 /* StickyApp.swift */; }; |
48 | 49 | BBB1EBF625AF3C2100F5EA37 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BBB1EBF525AF3C2100F5EA37 /* Assets.xcassets */; }; |
|
152 | 153 | BB8292D325BD59A200077D8C /* LocationSearchService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationSearchService.swift; sourceTree = "<group>"; }; |
153 | 154 | BB85A2EB25DF5B6400532301 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
154 | 155 | BB85A30025DF67D300532301 /* ShareViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewModel.swift; sourceTree = "<group>"; }; |
| 156 | + BB85A3D525E0A31400532301 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 157 | + BB85A3E225E0A3AC00532301 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 158 | + BB85A3E725E0A3AD00532301 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
155 | 159 | BBAC0F3025C696B800FB81D7 /* LocationPermission.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationPermission.swift; sourceTree = "<group>"; }; |
156 | 160 | BBB1EBEE25AF3C2100F5EA37 /* Sticky.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sticky.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
157 | 161 | BBB1EBF125AF3C2100F5EA37 /* StickyApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StickyApp.swift; sourceTree = "<group>"; }; |
|
499 | 503 | EB63F51B25B8257C00151A05 /* Colors.xcassets */, |
500 | 504 | BBB1EC5B25B079F700F5EA37 /* Localizable.strings */, |
501 | 505 | BBB1EBFA25AF3C2100F5EA37 /* Info.plist */, |
| 506 | + BB85A3E325E0A3AC00532301 /* InfoPlist.strings */, |
502 | 507 | BBB1EC6625B07B0A00F5EA37 /* String+localize.swift */, |
503 | 508 | BBB1EC4A25B077E500F5EA37 /* Color.swift */, |
504 | 509 | BBB1EBF725AF3C2100F5EA37 /* Preview Content */, |
|
758 | 763 | buildActionMask = 2147483647; |
759 | 764 | files = ( |
760 | 765 | BBB1EC5925B079F700F5EA37 /* Localizable.strings in Resources */, |
| 766 | + BB85A3E125E0A3AC00532301 /* InfoPlist.strings in Resources */, |
761 | 767 | EB63F51C25B8257C00151A05 /* Colors.xcassets in Resources */, |
762 | 768 | BB05AB7E25C6EE2400E34717 /* Modak.ttf in Resources */, |
763 | 769 | BBB1EBF925AF3C2100F5EA37 /* Preview Assets.xcassets in Resources */, |
|
945 | 951 | /* End PBXTargetDependency section */ |
946 | 952 |
|
947 | 953 | /* Begin PBXVariantGroup section */ |
| 954 | + BB85A3E325E0A3AC00532301 /* InfoPlist.strings */ = { |
| 955 | + isa = PBXVariantGroup; |
| 956 | + children = ( |
| 957 | + BB85A3E225E0A3AC00532301 /* en */, |
| 958 | + BB85A3E725E0A3AD00532301 /* ko */, |
| 959 | + ); |
| 960 | + name = InfoPlist.strings; |
| 961 | + sourceTree = "<group>"; |
| 962 | + }; |
948 | 963 | BBB1EC5B25B079F700F5EA37 /* Localizable.strings */ = { |
949 | 964 | isa = PBXVariantGroup; |
950 | 965 | children = ( |
951 | 966 | BBB1EC5F25B07A2B00F5EA37 /* ko */, |
| 967 | + BB85A3D525E0A31400532301 /* en */, |
952 | 968 | ); |
953 | 969 | name = Localizable.strings; |
954 | 970 | sourceTree = "<group>"; |
|
0 commit comments