|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 21E6C5303C9ED8A9A9317BEC /* Pods_OpenDocumentReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EF00F649A86477A6C27F07C0 /* Pods_OpenDocumentReader.framework */; }; |
| 11 | + AC125F162435311A008AD515 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = AC125F182435311A008AD515 /* Localizable.strings */; }; |
11 | 12 | AC384BCD23B4FFA700C7BF47 /* ContentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC384BC923B4FFA700C7BF47 /* ContentViewController.swift */; }; |
12 | 13 | AC384BCE23B4FFA700C7BF47 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC384BCA23B4FFA700C7BF47 /* Constants.swift */; }; |
13 | 14 | AC384BCF23B4FFA700C7BF47 /* PageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC384BCB23B4FFA700C7BF47 /* PageViewController.swift */; }; |
|
239 | 240 |
|
240 | 241 | /* Begin PBXFileReference section */ |
241 | 242 | 97704690541D85438FC2079C /* Pods-OpenDocumentReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenDocumentReader.release.xcconfig"; path = "Pods/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader.release.xcconfig"; sourceTree = "<group>"; }; |
| 243 | + AC125F172435311A008AD515 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 244 | + AC125F1924353135008AD515 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 245 | + AC125F1A24353140008AD515 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 246 | + AC2D94C12436848F00040B87 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 247 | + AC2D94C22436849900040B87 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; }; |
| 248 | + AC2D94C3243684B600040B87 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 249 | + AC2D94C4243684BF00040B87 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 250 | + AC2D94C5243684C700040B87 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 251 | + AC2D94C6243684DD00040B87 /* ga */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ga; path = ga.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 252 | + AC2D94C7243684E500040B87 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 253 | + AC2D94C8243684ED00040B87 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 254 | + AC2D94C9243684F700040B87 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 255 | + AC2D94CA2436854300040B87 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; }; |
| 256 | + AC2D94CC2436856600040B87 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 257 | + AC2D94CD2436857100040B87 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; }; |
242 | 258 | AC384BC923B4FFA700C7BF47 /* ContentViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentViewController.swift; sourceTree = "<group>"; }; |
243 | 259 | AC384BCA23B4FFA700C7BF47 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
244 | 260 | AC384BCB23B4FFA700C7BF47 /* PageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PageViewController.swift; sourceTree = "<group>"; }; |
| 261 | + AC73790F2438E52B00F9F3B5 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/Localizable.strings; sourceTree = "<group>"; }; |
245 | 262 | B3FCFC99F5757D71C0A3EB11 /* Pods-OpenDocumentReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenDocumentReader.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader.debug.xcconfig"; sourceTree = "<group>"; }; |
246 | 263 | E2064DDF22CFA1BA006441F8 /* iAd.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = iAd.framework; path = System/Library/Frameworks/iAd.framework; sourceTree = SDKROOT; }; |
247 | 264 | E21C596324308C3E0076C37C /* Project.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Project.xcodeproj; path = build/Project.xcodeproj; sourceTree = "<group>"; }; |
|
374 | 391 | E2C008FC220F1D570097C594 /* CoreWrapper.h */, |
375 | 392 | E29E4076225A4672002C06E6 /* GoogleService-Info.plist */, |
376 | 393 | E2D0B3D8226D945400534FCC /* StoreReviewHelper.swift */, |
| 394 | + AC125F182435311A008AD515 /* Localizable.strings */, |
377 | 395 | ); |
378 | 396 | path = OpenDocumentReader; |
379 | 397 | sourceTree = "<group>"; |
|
435 | 453 | knownRegions = ( |
436 | 454 | en, |
437 | 455 | Base, |
| 456 | + de, |
| 457 | + ru, |
| 458 | + ca, |
| 459 | + "zh-Hans", |
| 460 | + cs, |
| 461 | + da, |
| 462 | + fr, |
| 463 | + ga, |
| 464 | + it, |
| 465 | + ja, |
| 466 | + pl, |
| 467 | + "pt-BR", |
| 468 | + es, |
| 469 | + tr, |
| 470 | + sl, |
438 | 471 | ); |
439 | 472 | mainGroup = E2F7ED46220B54D600D63515; |
440 | 473 | productRefGroup = E2F7ED50220B54D600D63515 /* Products */; |
|
582 | 615 | isa = PBXResourcesBuildPhase; |
583 | 616 | buildActionMask = 2147483647; |
584 | 617 | files = ( |
| 618 | + AC125F162435311A008AD515 /* Localizable.strings in Resources */, |
585 | 619 | E2F7ED61220B54D700D63515 /* LaunchScreen.storyboard in Resources */, |
586 | 620 | E22EB71C226B66B300053B86 /* Main.storyboard in Resources */, |
587 | 621 | E29E4077225A4672002C06E6 /* GoogleService-Info.plist in Resources */, |
|
731 | 765 | /* End PBXTargetDependency section */ |
732 | 766 |
|
733 | 767 | /* Begin PBXVariantGroup section */ |
| 768 | + AC125F182435311A008AD515 /* Localizable.strings */ = { |
| 769 | + isa = PBXVariantGroup; |
| 770 | + children = ( |
| 771 | + AC125F172435311A008AD515 /* en */, |
| 772 | + AC125F1924353135008AD515 /* de */, |
| 773 | + AC125F1A24353140008AD515 /* ru */, |
| 774 | + AC2D94C12436848F00040B87 /* ca */, |
| 775 | + AC2D94C22436849900040B87 /* zh-Hans */, |
| 776 | + AC2D94C3243684B600040B87 /* cs */, |
| 777 | + AC2D94C4243684BF00040B87 /* da */, |
| 778 | + AC2D94C5243684C700040B87 /* fr */, |
| 779 | + AC2D94C6243684DD00040B87 /* ga */, |
| 780 | + AC2D94C7243684E500040B87 /* it */, |
| 781 | + AC2D94C8243684ED00040B87 /* ja */, |
| 782 | + AC2D94C9243684F700040B87 /* pl */, |
| 783 | + AC2D94CA2436854300040B87 /* pt-BR */, |
| 784 | + AC2D94CC2436856600040B87 /* es */, |
| 785 | + AC2D94CD2436857100040B87 /* tr */, |
| 786 | + AC73790F2438E52B00F9F3B5 /* sl */, |
| 787 | + ); |
| 788 | + name = Localizable.strings; |
| 789 | + sourceTree = "<group>"; |
| 790 | + }; |
734 | 791 | E2F7ED5F220B54D700D63515 /* LaunchScreen.storyboard */ = { |
735 | 792 | isa = PBXVariantGroup; |
736 | 793 | children = ( |
|
746 | 803 | isa = XCBuildConfiguration; |
747 | 804 | buildSettings = { |
748 | 805 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 806 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
749 | 807 | CLANG_ANALYZER_NONNULL = YES; |
750 | 808 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
751 | 809 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
|
809 | 867 | isa = XCBuildConfiguration; |
810 | 868 | buildSettings = { |
811 | 869 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 870 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
812 | 871 | CLANG_ANALYZER_NONNULL = YES; |
813 | 872 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
814 | 873 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
|
0 commit comments