|
31 | 31 | A10000000000000000000710 /* MenuIconManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000711 /* MenuIconManager.swift */; }; |
32 | 32 | A10000000000000000000720 /* FileCreator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000721 /* FileCreator.swift */; }; |
33 | 33 | A65100FA5752180F6B4730FB /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 529E8C462C2C9F3A67CF1C58 /* Sparkle */; }; |
| 34 | + A10000000000000000000093 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000090 /* InfoPlist.strings */; }; |
34 | 35 | /* End PBXBuildFile section */ |
35 | 36 |
|
36 | 37 | /* Begin PBXContainerItemProxy section */ |
|
86 | 87 | A10000000000000000000701 /* SettingsMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsMonitor.swift; sourceTree = "<group>"; }; |
87 | 88 | A10000000000000000000711 /* MenuIconManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuIconManager.swift; sourceTree = "<group>"; }; |
88 | 89 | A10000000000000000000721 /* FileCreator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileCreator.swift; sourceTree = "<group>"; }; |
| 90 | + A10000000000000000000091 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 91 | + A10000000000000000000092 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; |
89 | 92 | /* End PBXFileReference section */ |
90 | 93 |
|
91 | 94 | /* Begin PBXFrameworksBuildPhase section */ |
|
136 | 139 | A10000000000000000000025 /* Assets.xcassets */, |
137 | 140 | A10000000000000000000015 /* Info.plist */, |
138 | 141 | A10000000000000000000016 /* BetterMenu.entitlements */, |
| 142 | + A10000000000000000000090 /* InfoPlist.strings */, |
139 | 143 | ); |
140 | 144 | path = BetterMenu; |
141 | 145 | sourceTree = "<group>"; |
|
167 | 171 | }; |
168 | 172 | /* End PBXGroup section */ |
169 | 173 |
|
| 174 | +/* Begin PBXVariantGroup section */ |
| 175 | + A10000000000000000000090 /* InfoPlist.strings */ = { |
| 176 | + isa = PBXVariantGroup; |
| 177 | + children = ( |
| 178 | + A10000000000000000000091 /* en */, |
| 179 | + A10000000000000000000092 /* zh-Hans */, |
| 180 | + ); |
| 181 | + name = InfoPlist.strings; |
| 182 | + sourceTree = "<group>"; |
| 183 | + }; |
| 184 | +/* End PBXVariantGroup section */ |
| 185 | + |
170 | 186 | /* Begin PBXNativeTarget section */ |
171 | 187 | A10000000000000000000031 /* BetterMenu */ = { |
172 | 188 | isa = PBXNativeTarget; |
|
234 | 250 | knownRegions = ( |
235 | 251 | en, |
236 | 252 | Base, |
| 253 | + "zh-Hans", |
237 | 254 | ); |
238 | 255 | mainGroup = A10000000000000000000021; |
239 | 256 | packageReferences = ( |
|
255 | 272 | buildActionMask = 2147483647; |
256 | 273 | files = ( |
257 | 274 | A10000000000000000000005 /* Assets.xcassets in Resources */, |
| 275 | + A10000000000000000000093 /* InfoPlist.strings in Resources */, |
258 | 276 | ); |
259 | 277 | runOnlyForDeploymentPostprocessing = 0; |
260 | 278 | }; |
|
0 commit comments