From 333f4ff9d753b7b00881e6ff542b1723a66ec0f7 Mon Sep 17 00:00:00 2001 From: osy <50960678+osy@users.noreply.github.com> Date: Sun, 25 Aug 2024 14:28:10 -0500 Subject: [PATCH] donation: remove subscriptions because of rule 3.1.2 --- Platform/iOS/Donation.storekit | 89 ++-------------------------------- 1 file changed, 3 insertions(+), 86 deletions(-) diff --git a/Platform/iOS/Donation.storekit b/Platform/iOS/Donation.storekit index c05231e8b..1daeb35ae 100644 --- a/Platform/iOS/Donation.storekit +++ b/Platform/iOS/Donation.storekit @@ -10,7 +10,7 @@ "internalID" : "4FFB8333", "localizations" : [ { - "description" : "The most basic building block.", + "description" : "A small one time donation.", "displayName" : "Transistor", "locale" : "en_US" } @@ -25,7 +25,7 @@ "internalID" : "B6BBB675", "localizations" : [ { - "description" : "Each one has a unique functionality.", + "description" : "A medium one time donation.", "displayName" : "Chip", "locale" : "en_US" } @@ -40,7 +40,7 @@ "internalID" : "FAEB2D3C", "localizations" : [ { - "description" : "Gets the work done.", + "description" : "A large one time donation.", "displayName" : "Computer", "locale" : "en_US" } @@ -103,90 +103,7 @@ ] }, "subscriptionGroups" : [ - { - "id" : "D96518D8", - "localizations" : [ - - ], - "name" : "Donation", - "subscriptions" : [ - { - "adHocOffers" : [ - - ], - "codeOffers" : [ - - ], - "displayPrice" : "0.99", - "familyShareable" : false, - "groupNumber" : 3, - "internalID" : "C7B7ED7B", - "introductoryOffer" : null, - "localizations" : [ - { - "description" : "Ones and zeros would be lonely without them.", - "displayName" : "Logic", - "locale" : "en_US" - } - ], - "productID" : "subscription.small", - "recurringSubscriptionPeriod" : "P1M", - "referenceName" : "Logic", - "subscriptionGroupID" : "D96518D8", - "type" : "RecurringSubscription" - }, - { - "adHocOffers" : [ - - ], - "codeOffers" : [ - - ], - "displayPrice" : "4.99", - "familyShareable" : false, - "groupNumber" : 2, - "internalID" : "A193204D", - "introductoryOffer" : null, - "localizations" : [ - { - "description" : "Converts inputs to outputs in a fancy way.", - "displayName" : "Function", - "locale" : "en_US" - } - ], - "productID" : "subscription.medium", - "recurringSubscriptionPeriod" : "P1M", - "referenceName" : "Function", - "subscriptionGroupID" : "D96518D8", - "type" : "RecurringSubscription" - }, - { - "adHocOffers" : [ - ], - "codeOffers" : [ - - ], - "displayPrice" : "9.99", - "familyShareable" : false, - "groupNumber" : 1, - "internalID" : "08CDD5EB", - "introductoryOffer" : null, - "localizations" : [ - { - "description" : "Maybe it was all a mistake.", - "displayName" : "Software", - "locale" : "en_US" - } - ], - "productID" : "subscription.large", - "recurringSubscriptionPeriod" : "P1M", - "referenceName" : "Software", - "subscriptionGroupID" : "D96518D8", - "type" : "RecurringSubscription" - } - ] - } ], "version" : { "major" : 3,