Skip to content

Commit b411f53

Browse files
authored
Merge pull request #50 from opendocument-app/feature/localization
Add missing .xcodeproj
2 parents 5c4bb81 + 69fcded commit b411f53

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

OpenDocumentReader.xcodeproj/project.pbxproj

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
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 */; };
1112
AC384BCD23B4FFA700C7BF47 /* ContentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC384BC923B4FFA700C7BF47 /* ContentViewController.swift */; };
1213
AC384BCE23B4FFA700C7BF47 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC384BCA23B4FFA700C7BF47 /* Constants.swift */; };
1314
AC384BCF23B4FFA700C7BF47 /* PageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC384BCB23B4FFA700C7BF47 /* PageViewController.swift */; };
@@ -239,9 +240,25 @@
239240

240241
/* Begin PBXFileReference section */
241242
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>"; };
242258
AC384BC923B4FFA700C7BF47 /* ContentViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentViewController.swift; sourceTree = "<group>"; };
243259
AC384BCA23B4FFA700C7BF47 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
244260
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>"; };
245262
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>"; };
246263
E2064DDF22CFA1BA006441F8 /* iAd.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = iAd.framework; path = System/Library/Frameworks/iAd.framework; sourceTree = SDKROOT; };
247264
E21C596324308C3E0076C37C /* Project.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Project.xcodeproj; path = build/Project.xcodeproj; sourceTree = "<group>"; };
@@ -374,6 +391,7 @@
374391
E2C008FC220F1D570097C594 /* CoreWrapper.h */,
375392
E29E4076225A4672002C06E6 /* GoogleService-Info.plist */,
376393
E2D0B3D8226D945400534FCC /* StoreReviewHelper.swift */,
394+
AC125F182435311A008AD515 /* Localizable.strings */,
377395
);
378396
path = OpenDocumentReader;
379397
sourceTree = "<group>";
@@ -435,6 +453,21 @@
435453
knownRegions = (
436454
en,
437455
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,
438471
);
439472
mainGroup = E2F7ED46220B54D600D63515;
440473
productRefGroup = E2F7ED50220B54D600D63515 /* Products */;
@@ -582,6 +615,7 @@
582615
isa = PBXResourcesBuildPhase;
583616
buildActionMask = 2147483647;
584617
files = (
618+
AC125F162435311A008AD515 /* Localizable.strings in Resources */,
585619
E2F7ED61220B54D700D63515 /* LaunchScreen.storyboard in Resources */,
586620
E22EB71C226B66B300053B86 /* Main.storyboard in Resources */,
587621
E29E4077225A4672002C06E6 /* GoogleService-Info.plist in Resources */,
@@ -731,6 +765,29 @@
731765
/* End PBXTargetDependency section */
732766

733767
/* 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+
};
734791
E2F7ED5F220B54D700D63515 /* LaunchScreen.storyboard */ = {
735792
isa = PBXVariantGroup;
736793
children = (
@@ -746,6 +803,7 @@
746803
isa = XCBuildConfiguration;
747804
buildSettings = {
748805
ALWAYS_SEARCH_USER_PATHS = NO;
806+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
749807
CLANG_ANALYZER_NONNULL = YES;
750808
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
751809
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -809,6 +867,7 @@
809867
isa = XCBuildConfiguration;
810868
buildSettings = {
811869
ALWAYS_SEARCH_USER_PATHS = NO;
870+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
812871
CLANG_ANALYZER_NONNULL = YES;
813872
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
814873
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";

0 commit comments

Comments
 (0)