Skip to content

Commit

Permalink
Merge pull request #8 from MOVACT/new-locales
Browse files Browse the repository at this point in the history
bump version, add new languages
  • Loading branch information
mxmtsk authored Aug 6, 2021
2 parents e4eadb8 + ab744de commit 394f424
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ios/ar.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
Tutorial: https://hackernoon.com/localize-an-application-name-in-react-native-c36c4b2be7c3
*/
"CFBundleDisplayName" = "VoteSwiper";
"CFBundleName" = "VoteSwiper";
"NSPhotoLibraryAddUsageDescription" = "To save your VoteSwiper result as image.";
6 changes: 6 additions & 0 deletions ios/fa.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
Tutorial: https://hackernoon.com/localize-an-application-name-in-react-native-c36c4b2be7c3
*/
"CFBundleDisplayName" = "VoteSwiper";
"CFBundleName" = "VoteSwiper";
"NSPhotoLibraryAddUsageDescription" = "To save your VoteSwiper result as image.";
6 changes: 6 additions & 0 deletions ios/ru.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
Tutorial: https://hackernoon.com/localize-an-application-name-in-react-native-c36c4b2be7c3
*/
"CFBundleDisplayName" = "VoteSwiper";
"CFBundleName" = "VoteSwiper";
"NSPhotoLibraryAddUsageDescription" = "To save your VoteSwiper result as image.";
6 changes: 6 additions & 0 deletions ios/tr.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
Tutorial: https://hackernoon.com/localize-an-application-name-in-react-native-c36c4b2be7c3
*/
"CFBundleDisplayName" = "VoteSwiper";
"CFBundleName" = "VoteSwiper";
"NSPhotoLibraryAddUsageDescription" = "To save your VoteSwiper result as image.";
20 changes: 16 additions & 4 deletions ios/voteswiper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
32A051032225DBD20050CB5E /* voteswiper-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "voteswiper-Bridging-Header.h"; sourceTree = "<group>"; };
32A051042225DBD30050CB5E /* test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = test.swift; sourceTree = "<group>"; };
32C3EA4525923D9B0085C376 /* OneSignalNotificationServiceExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OneSignalNotificationServiceExtension.entitlements; sourceTree = "<group>"; };
32DDB4B126BD6DBA00449724 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = "<group>"; };
32DDB4B226BD6DC300449724 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
32DDB4B326BD6DC800449724 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
32DDB4B426BD6DF800449724 /* fa */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fa; path = fa.lproj/InfoPlist.strings; sourceTree = "<group>"; };
32E16CC2223E8E3C00931DF4 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
32E16CC3223E8E4300931DF4 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/InfoPlist.strings; sourceTree = "<group>"; };
35B1A23B5A2A8D26B24848E0 /* Pods-voteswiper-voteswiperTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-voteswiper-voteswiperTests.release.xcconfig"; path = "Target Support Files/Pods-voteswiper-voteswiperTests/Pods-voteswiper-voteswiperTests.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -505,6 +509,10 @@
fr,
sv,
fi,
ar,
ru,
tr,
fa,
);
mainGroup = 83CBB9F61A601CBA00E9B192;
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
Expand Down Expand Up @@ -818,6 +826,10 @@
320A853522233C9000ECE289 /* fr */,
32E16CC2223E8E3C00931DF4 /* sv */,
32E16CC3223E8E4300931DF4 /* fi */,
32DDB4B126BD6DBA00449724 /* ar */,
32DDB4B226BD6DC300449724 /* ru */,
32DDB4B326BD6DC800449724 /* tr */,
32DDB4B426BD6DF800449724 /* fa */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -949,7 +961,7 @@
);
INFOPLIST_FILE = voteswiper/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.3.0;
MARKETING_VERSION = 3.4.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -989,7 +1001,7 @@
);
INFOPLIST_FILE = voteswiper/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.3.0;
MARKETING_VERSION = 3.4.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1248,7 +1260,7 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
MARKETING_VERSION = 3.3.0;
MARKETING_VERSION = 3.4.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = de.movact.wahlswiper.OneSignalNotificationServiceExtension;
Expand Down Expand Up @@ -1285,7 +1297,7 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
MARKETING_VERSION = 3.3.0;
MARKETING_VERSION = 3.4.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = de.movact.wahlswiper.OneSignalNotificationServiceExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 394f424

Please sign in to comment.