diff --git a/Tips.storekit b/Tips.storekit new file mode 100644 index 0000000..c14b726 --- /dev/null +++ b/Tips.storekit @@ -0,0 +1,61 @@ +{ + "identifier" : "B00KST4X-T1PS", + "nonConsumableProducts" : [], + "nonRenewingSubscriptionProducts" : [], + "products" : [ + { + "displayPrice" : "0.99", + "familySharable" : false, + "internalID" : "D1A2B3C4-0001-0001-0001-000000000001", + "localizations" : [ + { + "description" : "Support the developer with a small tip", + "displayName" : "Page", + "locale" : "en_US" + } + ], + "productID" : "donatepage", + "referenceName" : "Page", + "type" : "consumable" + }, + { + "displayPrice" : "4.99", + "familySharable" : false, + "internalID" : "D1A2B3C4-0002-0002-0002-000000000002", + "localizations" : [ + { + "description" : "Support the developer with a generous tip", + "displayName" : "Book", + "locale" : "en_US" + } + ], + "productID" : "donatebook", + "referenceName" : "Book", + "type" : "consumable" + }, + { + "displayPrice" : "49.99", + "familySharable" : false, + "internalID" : "D1A2B3C4-0003-0003-0003-000000000003", + "localizations" : [ + { + "description" : "Support the developer with a very generous tip", + "displayName" : "Encyclopedia", + "locale" : "en_US" + } + ], + "productID" : "donateencyclopaedia", + "referenceName" : "Encyclopedia", + "type" : "consumable" + } + ], + "settings" : { + "_enableUserPurchaseTracking" : true + }, + "subscriptionGroups" : [], + "version" : { + "major" : 3, + "minor" : 0, + "patch" : 0 + } +} diff --git a/bookstax.xcodeproj/project.pbxproj b/bookstax.xcodeproj/project.pbxproj index 6f990e5..8973262 100644 --- a/bookstax.xcodeproj/project.pbxproj +++ b/bookstax.xcodeproj/project.pbxproj @@ -6,8 +6,14 @@ objectVersion = 77; objects = { +/* Begin PBXBuildFile section */ + 26A7DB402F8A8FD80065C26D /* Tips.storekit in Resources */ = {isa = PBXBuildFile; fileRef = 26A7DB3F2F8A8FD80065C26D /* Tips.storekit */; }; +/* End PBXBuildFile section */ + /* Begin PBXFileReference section */ 261299D62F6C686D00EC1C97 /* bookstax.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bookstax.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 26A7DB3F2F8A8FD80065C26D /* Tips.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = Tips.storekit; sourceTree = ""; }; + 26A7DB412F8A930C0065C26D /* Tips.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = Tips.storekit; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ @@ -32,8 +38,10 @@ 261299CD2F6C686D00EC1C97 = { isa = PBXGroup; children = ( + 26A7DB412F8A930C0065C26D /* Tips.storekit */, 261299D82F6C686D00EC1C97 /* bookstax */, 261299D72F6C686D00EC1C97 /* Products */, + 26A7DB3F2F8A8FD80065C26D /* Tips.storekit */, ); sourceTree = ""; }; @@ -111,6 +119,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 26A7DB402F8A8FD80065C26D /* Tips.storekit in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/bookstax.xcodeproj/xcshareddata/xcschemes/bookstax.xcscheme b/bookstax.xcodeproj/xcshareddata/xcschemes/bookstax.xcscheme index 93e2aaf..c22d48e 100644 --- a/bookstax.xcodeproj/xcshareddata/xcschemes/bookstax.xcscheme +++ b/bookstax.xcodeproj/xcshareddata/xcschemes/bookstax.xcscheme @@ -51,6 +51,9 @@ ReferencedContainer = "container:bookstax.xcodeproj"> + +