Skip to content

Commit

Permalink
Paywalls: add Arabic to SimpleApp for testing (#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto authored Sep 1, 2023
1 parent 1cd0f9f commit 479d61a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
4FCA01FA2A3A1CBD00B262C0 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
4FDF111F2A7270F3004F3680 /* SamplePaywallsList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SamplePaywallsList.swift; sourceTree = "<group>"; };
4FDF11212A72714C004F3680 /* SamplePaywalls.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SamplePaywalls.swift; sourceTree = "<group>"; };
4FFD2A602AA154B4001F4B0C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -196,6 +197,7 @@
es,
de,
fr,
ar,
);
mainGroup = 4F6BED912A26A64200CD9322;
productRefGroup = 4F6BED9B2A26A64200CD9322 /* Products */;
Expand Down Expand Up @@ -246,6 +248,7 @@
4F4557E52A6FFE6D00160521 /* es */,
4F0B5EA02A97CD9300DB0FC9 /* de */,
4F0B5EA12A97CDAC00DB0FC9 /* fr */,
4FFD2A602AA154B4001F4B0C /* ar */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
10 changes: 10 additions & 0 deletions Tests/TestingApps/SimpleApp/SimpleApp/Products.storekit
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
"description" : "",
"displayName" : "Subscripción Mensual",
"locale" : "es_ES"
},
{
"description" : "اشتراك شهري",
"displayName" : "اشتراك شهري",
"locale" : "ar"
}
],
"productID" : "com.revenuecat.simpleapp.monthly",
Expand Down Expand Up @@ -122,6 +127,11 @@
"description" : "",
"displayName" : "Subscripción Anual",
"locale" : "es_ES"
},
{
"description" : "اشتراك سنوي",
"displayName" : "اشتراك سنوي",
"locale" : "ar"
}
],
"productID" : "com.revenuecat.simpleapp.yearly",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 479d61a

Please sign in to comment.