diff options
Diffstat (limited to 'SyncedProducts.storekit')
| -rw-r--r-- | SyncedProducts.storekit | 87 |
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 + } +} |
