summaryrefslogtreecommitdiff
path: root/SyncedProducts.storekit
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-19 15:02:43 -0500
committerChristian Cleberg <[email protected]>2026-04-19 15:02:43 -0500
commit2199384f887cf5634f3fdcf651eeb9c2c7ed457a (patch)
tree20953cc3be5e628618c121ffdd77775f1fbbddee /SyncedProducts.storekit
parent7d5ca0607c091f76aa29cd6fa8c76cfeb1e02ac8 (diff)
downloadhutch-2199384f887cf5634f3fdcf651eeb9c2c7ed457a.tar.gz
hutch-2199384f887cf5634f3fdcf651eeb9c2c7ed457a.tar.bz2
hutch-2199384f887cf5634f3fdcf651eeb9c2c7ed457a.zip
fix: finish half-completed storekit implementation
Diffstat (limited to 'SyncedProducts.storekit')
-rw-r--r--SyncedProducts.storekit87
1 files changed, 87 insertions, 0 deletions
diff --git a/SyncedProducts.storekit b/SyncedProducts.storekit
new file mode 100644
index 0000000..6d8ae4c
--- /dev/null
+++ b/SyncedProducts.storekit
@@ -0,0 +1,87 @@
+{
+ "appPolicies" : {
+ "eula" : "",
+ "policies" : [
+ {
+ "locale" : "en_US",
+ "policyText" : "",
+ "policyURL" : ""
+ }
+ ]
+ },
+ "identifier" : "8055EC65",
+ "nonRenewingSubscriptions" : [
+
+ ],
+ "products" : [
+ {
+ "displayPrice" : "4.99",
+ "familyShareable" : false,
+ "internalID" : "6762209132",
+ "localizations" : [
+ {
+ "description" : "Large Tip",
+ "displayName" : "Large Tip",
+ "locale" : "en_US"
+ }
+ ],
+ "productID" : "net.cleberg.hutch.tip.large",
+ "referenceName" : "Large Tip",
+ "type" : "Consumable"
+ },
+ {
+ "displayPrice" : "2.99",
+ "familyShareable" : false,
+ "internalID" : "6762209073",
+ "localizations" : [
+ {
+ "description" : "Medium Tip",
+ "displayName" : "Medium Tip",
+ "locale" : "en_US"
+ }
+ ],
+ "productID" : "net.cleberg.hutch.tip.medium",
+ "referenceName" : "Medium Tip",
+ "type" : "Consumable"
+ },
+ {
+ "displayPrice" : "0.99",
+ "familyShareable" : false,
+ "internalID" : "6762209018",
+ "localizations" : [
+ {
+ "description" : "Small Tip",
+ "displayName" : "Small Tip",
+ "locale" : "en_US"
+ }
+ ],
+ "productID" : "net.cleberg.hutch.tip.small",
+ "referenceName" : "Small Tip",
+ "type" : "Consumable"
+ }
+ ],
+ "settings" : {
+ "_applicationInternalID" : "6760742299",
+ "_askToBuyEnabled" : false,
+ "_billingGracePeriodEnabled" : false,
+ "_billingIssuesEnabled" : false,
+ "_developerTeamID" : "ZCNAX3VL9D",
+ "_disableDialogs" : false,
+ "_failTransactionsEnabled" : false,
+ "_lastSynchronizedDate" : 798317262.14421904,
+ "_locale" : "en_US",
+ "_renewalBillingIssuesEnabled" : false,
+ "_storefront" : "USA",
+ "_storeKitErrors" : [
+
+ ],
+ "_timeRate" : 0
+ },
+ "subscriptionGroups" : [
+
+ ],
+ "version" : {
+ "major" : 5,
+ "minor" : 0
+ }
+}