|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 312A27FD21A753E600699668 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312A27FC21A753E600699668 /* Constants.swift */; }; |
10 | 11 | 31A79B15219B81660024DF7B /* Simulator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31A79B14219B81660024DF7B /* Simulator.swift */; }; |
| 12 | + 31C4BF3221A8AC56008B97A1 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 31C4BF3021A8AC56008B97A1 /* Localizable.strings */; }; |
11 | 13 | AF9D003A1D110E750065AFD0 /* Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF9D00391D110E750065AFD0 /* Helper.swift */; }; |
12 | 14 | B3054E181BF381CE00F433C2 /* FileInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3054E161BF381CE00F433C2 /* FileInfo.swift */; }; |
13 | 15 | B3054E1A1BF3958500F433C2 /* DirectoryWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3054E191BF3958500F433C2 /* DirectoryWatcher.swift */; }; |
|
38 | 40 | /* End PBXBuildFile section */ |
39 | 41 |
|
40 | 42 | /* Begin PBXFileReference section */ |
| 43 | + 312A27FC21A753E600699668 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
41 | 44 | 31A79B14219B81660024DF7B /* Simulator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Simulator.swift; sourceTree = "<group>"; }; |
| 45 | + 31C4BF3121A8AC56008B97A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 46 | + 31C4BF3421A8AC72008B97A1 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; }; |
42 | 47 | AF9D00391D110E750065AFD0 /* Helper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Helper.swift; sourceTree = "<group>"; }; |
43 | 48 | B3054E161BF381CE00F433C2 /* FileInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileInfo.swift; sourceTree = "<group>"; }; |
44 | 49 | B3054E191BF3958500F433C2 /* DirectoryWatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DirectoryWatcher.swift; sourceTree = "<group>"; }; |
|
81 | 86 | /* End PBXFrameworksBuildPhase section */ |
82 | 87 |
|
83 | 88 | /* Begin PBXGroup section */ |
| 89 | + 31C4BF2321A8AA3D008B97A1 /* AppDelegate */ = { |
| 90 | + isa = PBXGroup; |
| 91 | + children = ( |
| 92 | + B3A1E3221BF049690090EC58 /* AppDelegate.swift */, |
| 93 | + ); |
| 94 | + name = AppDelegate; |
| 95 | + sourceTree = "<group>"; |
| 96 | + }; |
| 97 | + 31C4BF2721A8AA52008B97A1 /* Supporting Files */ = { |
| 98 | + isa = PBXGroup; |
| 99 | + children = ( |
| 100 | + B3A1E3241BF049690090EC58 /* Assets.xcassets */, |
| 101 | + 31C4BF3021A8AC56008B97A1 /* Localizable.strings */, |
| 102 | + B3A1E3261BF049690090EC58 /* MainMenu.xib */, |
| 103 | + B3A1E3291BF049690090EC58 /* Info.plist */, |
| 104 | + ); |
| 105 | + name = "Supporting Files"; |
| 106 | + sourceTree = "<group>"; |
| 107 | + }; |
84 | 108 | B36856AC1CA41BA8009BE4CC /* Models */ = { |
85 | 109 | isa = PBXGroup; |
86 | 110 | children = ( |
|
117 | 141 | B39B2B601EBEF1A100CDD74C /* AppMenuItem.swift */, |
118 | 142 | B32480541EBEB705000633FC /* ActionMenu.swift */, |
119 | 143 | B39B2B621EBEFFB700CDD74C /* AppInfoView.swift */, |
| 144 | + 312A27FC21A753E600699668 /* Constants.swift */, |
120 | 145 | ); |
121 | 146 | name = UI; |
122 | 147 | sourceTree = "<group>"; |
|
153 | 178 | B3A1E3211BF049690090EC58 /* OpenSim */ = { |
154 | 179 | isa = PBXGroup; |
155 | 180 | children = ( |
156 | | - B3A1E3221BF049690090EC58 /* AppDelegate.swift */, |
| 181 | + 31C4BF2321A8AA3D008B97A1 /* AppDelegate */, |
157 | 182 | B36856AC1CA41BA8009BE4CC /* Models */, |
158 | 183 | B39B2B6D1EBF511200CDD74C /* Actions */, |
159 | 184 | B36856AD1CA41BCB009BE4CC /* Utilities */, |
160 | 185 | B36856AE1CA41BD4009BE4CC /* UI */, |
161 | | - B3A1E3241BF049690090EC58 /* Assets.xcassets */, |
162 | | - B3A1E3261BF049690090EC58 /* MainMenu.xib */, |
163 | | - B3A1E3291BF049690090EC58 /* Info.plist */, |
| 186 | + 31C4BF2721A8AA52008B97A1 /* Supporting Files */, |
164 | 187 | ); |
165 | 188 | path = OpenSim; |
166 | 189 | sourceTree = "<group>"; |
|
208 | 231 | knownRegions = ( |
209 | 232 | en, |
210 | 233 | Base, |
| 234 | + "pt-BR", |
211 | 235 | ); |
212 | 236 | mainGroup = B3A1E3161BF049690090EC58; |
213 | 237 | productRefGroup = B3A1E3201BF049690090EC58 /* Products */; |
|
225 | 249 | buildActionMask = 2147483647; |
226 | 250 | files = ( |
227 | 251 | B3A1E3251BF049690090EC58 /* Assets.xcassets in Resources */, |
| 252 | + 31C4BF3221A8AC56008B97A1 /* Localizable.strings in Resources */, |
228 | 253 | B3A1E3281BF049690090EC58 /* MainMenu.xib in Resources */, |
229 | 254 | ); |
230 | 255 | runOnlyForDeploymentPostprocessing = 0; |
|
256 | 281 | B39B2B671EBF0D0600CDD74C /* LaunchAtLoginHelper.swift in Sources */, |
257 | 282 | B39B2B631EBEFFB700CDD74C /* AppInfoView.swift in Sources */, |
258 | 283 | B3A1E3301BF05F980090EC58 /* DeviceManager.swift in Sources */, |
| 284 | + 312A27FD21A753E600699668 /* Constants.swift in Sources */, |
259 | 285 | B3A1E3231BF049690090EC58 /* AppDelegate.swift in Sources */, |
260 | 286 | B39B2B6F1EBF567F00CDD74C /* CopyToPasteboardAction.swift in Sources */, |
261 | 287 | B39B2B731EBF573C00CDD74C /* UninstallAction.swift in Sources */, |
|
268 | 294 | /* End PBXSourcesBuildPhase section */ |
269 | 295 |
|
270 | 296 | /* Begin PBXVariantGroup section */ |
| 297 | + 31C4BF3021A8AC56008B97A1 /* Localizable.strings */ = { |
| 298 | + isa = PBXVariantGroup; |
| 299 | + children = ( |
| 300 | + 31C4BF3121A8AC56008B97A1 /* Base */, |
| 301 | + 31C4BF3421A8AC72008B97A1 /* pt-BR */, |
| 302 | + ); |
| 303 | + name = Localizable.strings; |
| 304 | + sourceTree = "<group>"; |
| 305 | + }; |
271 | 306 | B3A1E3261BF049690090EC58 /* MainMenu.xib */ = { |
272 | 307 | isa = PBXVariantGroup; |
273 | 308 | children = ( |
|
283 | 318 | isa = XCBuildConfiguration; |
284 | 319 | buildSettings = { |
285 | 320 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 321 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
286 | 322 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
287 | 323 | CLANG_CXX_LIBRARY = "libc++"; |
288 | 324 | CLANG_ENABLE_MODULES = YES; |
|
338 | 374 | isa = XCBuildConfiguration; |
339 | 375 | buildSettings = { |
340 | 376 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 377 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
341 | 378 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
342 | 379 | CLANG_CXX_LIBRARY = "libc++"; |
343 | 380 | CLANG_ENABLE_MODULES = YES; |
|
0 commit comments