|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + A37363472753EE92007E7867 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A373634A2753EE92007E7867 /* Localizable.strings */; }; |
| 11 | + A37363482753EE92007E7867 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A373634A2753EE92007E7867 /* Localizable.strings */; }; |
10 | 12 | A3E5F32B2732D710002686A9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E5F32A2732D710002686A9 /* AppDelegate.swift */; };
|
11 | 13 | A3E5F32D2732D710002686A9 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E5F32C2732D710002686A9 /* ViewController.swift */; };
|
12 | 14 | A3E5F32F2732D710002686A9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A3E5F32E2732D710002686A9 /* Assets.xcassets */; };
|
|
44 | 46 | /* End PBXCopyFilesBuildPhase section */
|
45 | 47 |
|
46 | 48 | /* Begin PBXFileReference section */
|
| 49 | + A37363422753EE2C007E7867 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = "<group>"; }; |
| 50 | + A37363432753EE40007E7867 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = "<group>"; }; |
| 51 | + A37363492753EE92007E7867 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 52 | + A373634B2753EE94007E7867 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 53 | + A373634C2753EE95007E7867 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 54 | + A373634D2753F009007E7867 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; }; |
47 | 55 | A3E5F3272732D710002686A9 /* empty-new-file.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "empty-new-file.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
48 | 56 | A3E5F32A2732D710002686A9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
49 | 57 | A3E5F32C2732D710002686A9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
80 | 88 | A3E5F31E2732D710002686A9 = {
|
81 | 89 | isa = PBXGroup;
|
82 | 90 | children = (
|
| 91 | + A373634A2753EE92007E7867 /* Localizable.strings */, |
83 | 92 | A3E5F33A2732D750002686A9 /* commons */,
|
84 | 93 | A3E5F3292732D710002686A9 /* empty-new-file */,
|
85 | 94 | A3FAD3682732F3470025311C /* empty-new-file-menu */,
|
|
194 | 203 | knownRegions = (
|
195 | 204 | en,
|
196 | 205 | Base,
|
| 206 | + ru, |
| 207 | + de, |
197 | 208 | );
|
198 | 209 | mainGroup = A3E5F31E2732D710002686A9;
|
199 | 210 | productRefGroup = A3E5F3282732D710002686A9 /* Products */;
|
|
212 | 223 | buildActionMask = 2147483647;
|
213 | 224 | files = (
|
214 | 225 | A3E5F32F2732D710002686A9 /* Assets.xcassets in Resources */,
|
| 226 | + A37363472753EE92007E7867 /* Localizable.strings in Resources */, |
215 | 227 | A3E5F3322732D710002686A9 /* Main.storyboard in Resources */,
|
216 | 228 | );
|
217 | 229 | runOnlyForDeploymentPostprocessing = 0;
|
|
220 | 232 | isa = PBXResourcesBuildPhase;
|
221 | 233 | buildActionMask = 2147483647;
|
222 | 234 | files = (
|
| 235 | + A37363482753EE92007E7867 /* Localizable.strings in Resources */, |
223 | 236 | );
|
224 | 237 | runOnlyForDeploymentPostprocessing = 0;
|
225 | 238 | };
|
|
258 | 271 | /* End PBXTargetDependency section */
|
259 | 272 |
|
260 | 273 | /* Begin PBXVariantGroup section */
|
| 274 | + A373634A2753EE92007E7867 /* Localizable.strings */ = { |
| 275 | + isa = PBXVariantGroup; |
| 276 | + children = ( |
| 277 | + A37363492753EE92007E7867 /* en */, |
| 278 | + A373634B2753EE94007E7867 /* ru */, |
| 279 | + A373634C2753EE95007E7867 /* de */, |
| 280 | + A373634D2753F009007E7867 /* Base */, |
| 281 | + ); |
| 282 | + name = Localizable.strings; |
| 283 | + sourceTree = "<group>"; |
| 284 | + }; |
261 | 285 | A3E5F3302732D710002686A9 /* Main.storyboard */ = {
|
262 | 286 | isa = PBXVariantGroup;
|
263 | 287 | children = (
|
264 | 288 | A3E5F3312732D710002686A9 /* Base */,
|
| 289 | + A37363422753EE2C007E7867 /* ru */, |
| 290 | + A37363432753EE40007E7867 /* de */, |
265 | 291 | );
|
266 | 292 | name = Main.storyboard;
|
267 | 293 | sourceTree = "<group>";
|
|
273 | 299 | isa = XCBuildConfiguration;
|
274 | 300 | buildSettings = {
|
275 | 301 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 302 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
276 | 303 | CLANG_ANALYZER_NONNULL = YES;
|
277 | 304 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
278 | 305 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
317 | 344 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
318 | 345 | GCC_WARN_UNUSED_FUNCTION = YES;
|
319 | 346 | GCC_WARN_UNUSED_VARIABLE = YES;
|
320 |
| - MACOSX_DEPLOYMENT_TARGET = 10.14; |
| 347 | + MACOSX_DEPLOYMENT_TARGET = 10.10; |
321 | 348 | MTL_ENABLE_DEBUG_INFO = YES;
|
322 | 349 | ONLY_ACTIVE_ARCH = YES;
|
323 | 350 | SDKROOT = macosx;
|
|
330 | 357 | isa = XCBuildConfiguration;
|
331 | 358 | buildSettings = {
|
332 | 359 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 360 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
333 | 361 | CLANG_ANALYZER_NONNULL = YES;
|
334 | 362 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
335 | 363 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
368 | 396 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
369 | 397 | GCC_WARN_UNUSED_FUNCTION = YES;
|
370 | 398 | GCC_WARN_UNUSED_VARIABLE = YES;
|
371 |
| - MACOSX_DEPLOYMENT_TARGET = 10.14; |
| 399 | + MACOSX_DEPLOYMENT_TARGET = 10.10; |
372 | 400 | MTL_ENABLE_DEBUG_INFO = NO;
|
373 | 401 | SDKROOT = macosx;
|
374 | 402 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
0 commit comments