From 07b861a93c7e953602c395b94f99a3de8d349e97 Mon Sep 17 00:00:00 2001 From: Ren6 Date: Wed, 17 Apr 2024 18:38:32 +0700 Subject: [PATCH] renamed to Sources --- ApphudSDK.podspec | 4 +- Example/ApphudDemoSwift/Podfile.lock | 6 +- .../Local Podspecs/ApphudSDK.podspec.json | 11 +- Example/ApphudDemoSwift/Pods/Manifest.lock | 6 +- .../Pods/Pods.xcodeproj/project.pbxproj | 3018 +++++++++-------- .../ApphudSDK/ApphudSDK-Info.plist | 2 +- .../ApphudSDK/ApphudSDK.debug.xcconfig | 2 +- .../ApphudSDK/ApphudSDK.release.xcconfig | 2 +- ...ourceBundle-ApphudSDK-ApphudSDK-Info.plist | 24 + .../Pods-ApphudSDKDemo-frameworks.sh | 2 +- .../Pods-ApphudSDKDemo.debug.xcconfig | 2 +- .../Pods-ApphudSDKDemo.release.xcconfig | 2 +- .../Pods-ApphudSDKTests-frameworks.sh | 2 +- .../Pods-ApphudSDKTests.debug.xcconfig | 2 +- .../Pods-ApphudSDKTests.release.xcconfig | 2 +- Example/ApphudDemoSwiftUI/Podfile.lock | 6 +- .../Local Podspecs/ApphudSDK.podspec.json | 13 +- Example/ApphudDemoSwiftUI/Pods/Manifest.lock | 6 +- .../Pods/Pods.xcodeproj/project.pbxproj | 1894 +++++++++-- .../ApphudSDK/ApphudSDK-Info.plist | 4 +- .../ApphudSDK/ApphudSDK.debug.xcconfig | 3 +- .../ApphudSDK/ApphudSDK.release.xcconfig | 3 +- ...ourceBundle-ApphudSDK-ApphudSDK-Info.plist | 24 + .../Pods-ApphudDemoSwiftUI-Info.plist | 2 +- .../Pods-ApphudDemoSwiftUI-frameworks.sh | 4 +- .../Pods-ApphudDemoSwiftUI.debug.xcconfig | 2 +- .../Pods-ApphudDemoSwiftUI.release.xcconfig | 2 +- LICENSE | 4 +- Package.swift | 4 +- .../ApphudUI/ApphudNavigationController.swift | 0 .../ApphudUI/ApphudRulesManager.swift | 0 .../ApphudScreenController+Extensions.swift | 0 .../ApphudScreenController+Macros.swift | 0 .../ApphudUI/ApphudScreenController.swift | 0 .../Documentation.docc/Documentation.md | 0 .../Internal/ApphudAsyncStoreKit.swift | 0 .../Internal/ApphudDataActor.swift | 0 .../Internal/ApphudExtensions.swift | 0 .../Internal/ApphudHttpClient.swift | 0 .../Internal/ApphudInternal+Attribution.swift | 0 .../Internal/ApphudInternal+Currency.swift | 0 .../Internal/ApphudInternal+Eligibility.swift | 0 .../Internal/ApphudInternal+Fallback.swift | 0 .../Internal/ApphudInternal+Product.swift | 0 .../Internal/ApphudInternal+Purchase.swift | 0 .../Internal/ApphudInternal+UserUpdate.swift | 0 .../Internal/ApphudInternal.swift | 0 .../Internal/ApphudKeychain.swift | 0 .../Internal/ApphudLoggerService.swift | 0 .../Internal/ApphudProductsStorage.swift | 0 .../Internal/ApphudSafeSet.swift | 0 .../Internal/ApphudStoreKitWrapper.swift | 0 .../Internal/ApphudURLSession.swift | 0 .../Internal/ApphudUserProperty.swift | 0 {ApphudSDK => Sources}/PrivacyInfo.xcprivacy | 0 {ApphudSDK => Sources}/Public/Apphud.swift | 0 .../Public/ApphudAsyncPurchaseResult.swift | 0 .../Public/ApphudDelegate.swift | 0 .../Public/ApphudEnums.swift | 0 .../Public/ApphudError.swift | 0 .../Public/ApphudGroup.swift | 0 .../Public/ApphudNonRenewingPurchase.swift | 0 .../Public/ApphudPaywall.swift | 0 .../Public/ApphudPlacement.swift | 0 .../Public/ApphudProduct.swift | 0 .../Public/ApphudPurchaseResult.swift | 0 .../Public/ApphudReceipt.swift | 0 .../Public/ApphudRule.swift | 0 .../Public/ApphudScreen.swift | 0 .../Public/ApphudSubscription.swift | 0 .../Public/ApphudUIDelegate.swift | 0 .../Public/ApphudUser.swift | 0 .../Public/ApphudUserPropertyKey.swift | 0 .../Public/ApphudUtils.swift | 0 74 files changed, 3398 insertions(+), 1660 deletions(-) create mode 100644 Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist create mode 100644 Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist rename {ApphudSDK => Sources}/ApphudUI/ApphudNavigationController.swift (100%) rename {ApphudSDK => Sources}/ApphudUI/ApphudRulesManager.swift (100%) rename {ApphudSDK => Sources}/ApphudUI/ApphudScreenController+Extensions.swift (100%) rename {ApphudSDK => Sources}/ApphudUI/ApphudScreenController+Macros.swift (100%) rename {ApphudSDK => Sources}/ApphudUI/ApphudScreenController.swift (100%) rename {ApphudSDK => Sources}/Documentation.docc/Documentation.md (100%) rename {ApphudSDK => Sources}/Internal/ApphudAsyncStoreKit.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudDataActor.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudExtensions.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudHttpClient.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudInternal+Attribution.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudInternal+Currency.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudInternal+Eligibility.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudInternal+Fallback.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudInternal+Product.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudInternal+Purchase.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudInternal+UserUpdate.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudInternal.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudKeychain.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudLoggerService.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudProductsStorage.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudSafeSet.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudStoreKitWrapper.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudURLSession.swift (100%) rename {ApphudSDK => Sources}/Internal/ApphudUserProperty.swift (100%) rename {ApphudSDK => Sources}/PrivacyInfo.xcprivacy (100%) rename {ApphudSDK => Sources}/Public/Apphud.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudAsyncPurchaseResult.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudDelegate.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudEnums.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudError.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudGroup.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudNonRenewingPurchase.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudPaywall.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudPlacement.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudProduct.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudPurchaseResult.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudReceipt.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudRule.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudScreen.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudSubscription.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudUIDelegate.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudUser.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudUserPropertyKey.swift (100%) rename {ApphudSDK => Sources}/Public/ApphudUtils.swift (100%) diff --git a/ApphudSDK.podspec b/ApphudSDK.podspec index 19b228d7..3d52409f 100644 --- a/ApphudSDK.podspec +++ b/ApphudSDK.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '13.0' s.watchos.deployment_target = '6.2' s.swift_version = '5.0' - s.source_files = 'ApphudSDK/**/*.{swift,h,m}' - s.resource_bundles = {'ApphudSDK' => ['ApphudSDK/PrivacyInfo.xcprivacy']} + s.source_files = 'Sources/**/*.{swift,h,m}' + s.resource_bundles = {'ApphudSDK' => ['Sources/PrivacyInfo.xcprivacy']} end diff --git a/Example/ApphudDemoSwift/Podfile.lock b/Example/ApphudDemoSwift/Podfile.lock index 9a654167..f0a3093e 100644 --- a/Example/ApphudDemoSwift/Podfile.lock +++ b/Example/ApphudDemoSwift/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - ApphudSDK (3.1.0) + - ApphudSDK (3.3.0) DEPENDENCIES: - ApphudSDK (from `../../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../../" SPEC CHECKSUMS: - ApphudSDK: 37bf7c088dd98dc8edac54bf79f003d5d5cdf0fd + ApphudSDK: b6f5043ac996f43627626184a324f8bd5a108269 PODFILE CHECKSUM: aa34782827bdb35a5ec369ddc9b74f0ba69bd0ec -COCOAPODS: 1.12.1 +COCOAPODS: 1.15.2 diff --git a/Example/ApphudDemoSwift/Pods/Local Podspecs/ApphudSDK.podspec.json b/Example/ApphudDemoSwift/Pods/Local Podspecs/ApphudSDK.podspec.json index 053a694a..bdef439a 100644 --- a/Example/ApphudDemoSwift/Pods/Local Podspecs/ApphudSDK.podspec.json +++ b/Example/ApphudDemoSwift/Pods/Local Podspecs/ApphudSDK.podspec.json @@ -1,6 +1,6 @@ { "name": "ApphudSDK", - "version": "3.1.0", + "version": "3.3.0", "summary": "Track and control iOS auto-renewable subscriptions.", "description": "Track, control and analyze iOS auto-renewable subscriptions with Apphud.", "homepage": "https://github.com/apphud/ApphudSDK", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/apphud/ApphudSDK.git", - "tag": "3.1.0" + "tag": "3.3.0" }, "frameworks": "StoreKit", "platforms": { @@ -23,6 +23,11 @@ "watchos": "6.2" }, "swift_versions": "5.0", - "source_files": "ApphudSDK/**/*.{swift,h,m}", + "source_files": "Sources/**/*.{swift,h,m}", + "resource_bundles": { + "ApphudSDK": [ + "Sources/PrivacyInfo.xcprivacy" + ] + }, "swift_version": "5.0" } diff --git a/Example/ApphudDemoSwift/Pods/Manifest.lock b/Example/ApphudDemoSwift/Pods/Manifest.lock index 9a654167..f0a3093e 100644 --- a/Example/ApphudDemoSwift/Pods/Manifest.lock +++ b/Example/ApphudDemoSwift/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - ApphudSDK (3.1.0) + - ApphudSDK (3.3.0) DEPENDENCIES: - ApphudSDK (from `../../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../../" SPEC CHECKSUMS: - ApphudSDK: 37bf7c088dd98dc8edac54bf79f003d5d5cdf0fd + ApphudSDK: b6f5043ac996f43627626184a324f8bd5a108269 PODFILE CHECKSUM: aa34782827bdb35a5ec369ddc9b74f0ba69bd0ec -COCOAPODS: 1.12.1 +COCOAPODS: 1.15.2 diff --git a/Example/ApphudDemoSwift/Pods/Pods.xcodeproj/project.pbxproj b/Example/ApphudDemoSwift/Pods/Pods.xcodeproj/project.pbxproj index 22a8c4e2..9515f32c 100644 --- a/Example/ApphudDemoSwift/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/ApphudDemoSwift/Pods/Pods.xcodeproj/project.pbxproj @@ -7,682 +7,808 @@ objects = { /* Begin PBXBuildFile section */ - 043BB7838F94C3DF872B6DEC4B8AFE9E /* ApphudProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59CD9987CFB8DEA2C3616DAD845BEEBA /* ApphudProduct.swift */; }; - 0B371EFAC1B25EBA1C31CB20C7140CB7 /* ApphudDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0CB2658DDB6CC895B2C6CA91DFB9263 /* ApphudDelegate.swift */; }; - 0B8B80366EA23EA1D6B3DF42D6313099 /* ApphudReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 712693FB0C25DC7F48C3AC5D89960469 /* ApphudReceipt.swift */; }; + 046A86D2050AD3994C36F1CF0B1B171C /* ApphudURLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD9F88CFBF7329D968E43FA54B7480B3 /* ApphudURLSession.swift */; }; + 0B3CFC72CE3FEC846DB072C16F70B624 /* ApphudDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4B947E27033E30A482BF242046FE46 /* ApphudDelegate.swift */; }; 0BE938B0E9A5F15017DC2EE6F6BD4C24 /* Pods-ApphudSDKDemo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F4BB80CAC20083F1E2BB98CC6791893A /* Pods-ApphudSDKDemo-dummy.m */; }; - 0CAAF14FBE7E8B468F4BF8782755BF43 /* ApphudInternal+Attribution.swift in Sources */ = {isa = PBXBuildFile; fileRef = D18153169FA1EA8DE33B23800E939891 /* ApphudInternal+Attribution.swift */; }; - 0F8C4278F7AEE3AF65D0DF03639C83FC /* ApphudInternal+Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E06AC5FA70AC38E819A130C23C575CF /* ApphudInternal+Product.swift */; }; 0FAF66EA3305CC810D4505580C9A06F8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */; }; - 1492143AF40AF7BE63DF3273AE490365 /* ApphudInternal+UserUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6879F494A410F2A4FF2FDA69F3E1AE75 /* ApphudInternal+UserUpdate.swift */; }; - 1D69224ACB5B60342A6D12BE67D8035B /* ApphudHttpClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92370802E3E0A632E152B26408BEA741 /* ApphudHttpClient.swift */; }; - 203946A35123382848F41A28E6DF1388 /* ApphudInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9DE188BD1D8D7D448FE85AB254B4D6 /* ApphudInternal.swift */; }; - 266C2196AB0E2A643AD9FF12DC134EB6 /* ApphudAsyncStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60078909ED65EC65CDF2E280397A3566 /* ApphudAsyncStoreKit.swift */; }; - 2802A2C02B280A3D00F29C5C /* ApphudEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2802A2BF2B280A3C00F29C5C /* ApphudEnums.swift */; }; - 280919D72B0734BD0079FA86 /* ApphudURLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 280919D62B0734BD0079FA86 /* ApphudURLSession.swift */; }; - 283F8D4F2B4EB81600F86CD8 /* Documentation.docc in Sources */ = {isa = PBXBuildFile; fileRef = 283F8D4E2B4EB81600F86CD8 /* Documentation.docc */; }; - 2842B5B12BBEADFF00832651 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2842B5B02BBEADFF00832651 /* PrivacyInfo.xcprivacy */; }; - 2861BB152B175D1500B65779 /* ApphudPlacement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2861BB142B175D1500B65779 /* ApphudPlacement.swift */; }; - 2861BB172B175D2100B65779 /* ApphudSafeSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2861BB162B175D2100B65779 /* ApphudSafeSet.swift */; }; - 28714CBD2B3F21BF00899013 /* ApphudUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28714CBC2B3F21BF00899013 /* ApphudUser.swift */; }; - 28714CBF2B3F21CE00899013 /* ApphudDataActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28714CBE2B3F21CE00899013 /* ApphudDataActor.swift */; }; - 288AD5922AE21FDC008A9883 /* ApphudProductsStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 288AD5912AE21FDC008A9883 /* ApphudProductsStorage.swift */; }; - 28B081032B19DB8B0003E2E8 /* ApphudInternal+Currency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B081022B19DB8B0003E2E8 /* ApphudInternal+Currency.swift */; }; - 2C576FEBC6A7A1201CF910EF585433B8 /* ApphudSDK-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0260E6F5CCE995DE3CFF8FD457284F75 /* ApphudSDK-dummy.m */; }; - 2C5D2EE289288DB3F0CA065E6C6CB99C /* ApphudUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4850F4EE7A092B2F9F14ECF9D9604BA1 /* ApphudUtils.swift */; }; - 397E8220413828B74039C073633EFAC2 /* ApphudInternal+Purchase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D3DB3B1448AA61239EA3D934546620E /* ApphudInternal+Purchase.swift */; }; - 3BB5C86F6B8455D8FA79FFF02D48D6FE /* ApphudUserProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D0267164F6499D1E40535347AE90B2E /* ApphudUserProperty.swift */; }; - 431CD61285008B3D12B9C06782419D11 /* ApphudStoreKitWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD3B2006005BC8C665D7728A0445D5F4 /* ApphudStoreKitWrapper.swift */; }; - 4EB1C8FF57185ECDE7AF0E1F041C3594 /* ApphudScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 298E9C55AAB25C2A46116A9C48021316 /* ApphudScreen.swift */; }; - 4F9B86B04F1BC9529B6FAA3EB1430431 /* ApphudInternal+Fallback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15C3B715D70FB506A6307B51861955AA /* ApphudInternal+Fallback.swift */; }; + 152ECFD1D858E1AB2744C618392F0C94 /* ApphudGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1855E5D2ABAA135706B189C99B97DE60 /* ApphudGroup.swift */; }; + 253C5EE2AEFCF632DC239B2C478FEBA8 /* ApphudPurchaseResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208E38377C10DB7C11E23F08C3A78E54 /* ApphudPurchaseResult.swift */; }; + 2A5C411F70A16089C75108B07F682707 /* ApphudKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8367D42E0082E034E3CE1D5166C33736 /* ApphudKeychain.swift */; }; + 2D0CCBAF795A5CC359E4FF4A43AC10D4 /* ApphudAsyncStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34AD6AEBCA3234DAE8C1882E95928B72 /* ApphudAsyncStoreKit.swift */; }; + 2F48295B831EE2E97C0434306A958D1E /* ApphudAsyncPurchaseResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FEDACF6E7ACCC16F1E1BBF1A629A7E7 /* ApphudAsyncPurchaseResult.swift */; }; + 30128EEB7B2841BC994C36D692FA1E77 /* ApphudSDK-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 138E8EACEF9F3D8FD5A3AB6211BC333C /* ApphudSDK-dummy.m */; }; + 30B3AD43FD1A42DDC2BFF6610A8B1FF0 /* ApphudInternal+UserUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2C80F7B69B9BE65ED7FA4EBC1711DD7 /* ApphudInternal+UserUpdate.swift */; }; + 3C9ED8D12A60C9D7512FECDB79B21493 /* ApphudInternal+Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = C391E9E56E60FD44B122D3F696F4688A /* ApphudInternal+Product.swift */; }; + 4DC5BE134288FA3C3DA34CAFABA299E0 /* ApphudInternal+Eligibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3461D89CDD4B9AF4186D719B0C29760 /* ApphudInternal+Eligibility.swift */; }; + 4E1BFA44189017B094D215B49137D480 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */; }; + 4FA159C53F84E9E1746382F6E0ED1E23 /* ApphudUIDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E5BE080401F8FD900329D9CBD93F9DF /* ApphudUIDelegate.swift */; }; + 5209AC153CA609E8508090E973E846DA /* ApphudRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ACD25A4FBA3E05862B9614A8C257B58 /* ApphudRule.swift */; }; 55F4CB46E71FAE986C55B2FE2F277B24 /* Pods-ApphudSDKDemo-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CC768DE9A904523C08BAA01E63E52663 /* Pods-ApphudSDKDemo-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 571DFE4759ADB40226D3CA89B3911494 /* ApphudError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D59323C6EDCFCE0D802F8FC682DA692 /* ApphudError.swift */; }; - 6213DD5411080B028BA1D9E11260F29E /* ApphudInternal+Eligibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7831345633E5252FB3F9BF95AF884F28 /* ApphudInternal+Eligibility.swift */; }; - 621985717A5F5495ED56B4D328D0C68A /* ApphudLoggerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C70D1B4B2C95C19394C8F6D0041D88E /* ApphudLoggerService.swift */; }; - 63766874239360B5DC091C9AEA01EC92 /* ApphudAsyncPurchaseResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E35B226FA6E559758712B2FC4EF3817 /* ApphudAsyncPurchaseResult.swift */; }; - 63FD8EECAAEFE10B3F5CEE4E78800DA6 /* ApphudPaywall.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72EAB10A6A38A5D59CB7E48DAD4D813 /* ApphudPaywall.swift */; }; - 7151A62A632D35311BFC7DEFCFBF17D4 /* ApphudSDK-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 20E31E0E2DB76C1AD3480A77A5846E3B /* ApphudSDK-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 75A530E1D5D89A197603FB8E9FDD86FC /* ApphudNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A8DD69B9FE0F284843F64BAAB605B61 /* ApphudNavigationController.swift */; }; - 85A22DA6D06BBB5AAC6D8F65EF94B093 /* ApphudExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F754ABEAE6F0323A2DFA77913FFF623 /* ApphudExtensions.swift */; }; - 8A6F7C9FA4F476D50FF3109AC6DCFDEC /* ApphudKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CA58316D6AC3152218F8214393E60C4 /* ApphudKeychain.swift */; }; - 922945C7ABFB2C7D86EC1B7D47E3E1FB /* ApphudScreenController+Macros.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6B433AF171C1764787660BB8A27FA68 /* ApphudScreenController+Macros.swift */; }; - 98872B7DCBAEE6AE07B73D7F81A6251F /* Apphud.swift in Sources */ = {isa = PBXBuildFile; fileRef = 881D46F12E4BAC73C9BE655CFE0328BB /* Apphud.swift */; }; - 99E1A4B0DFD567082C2943F4EBF59F3F /* ApphudGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA87973FCE8959472473B9C816202F16 /* ApphudGroup.swift */; }; + 561FE77C4E26D1B778F6EBFF1BFA5B57 /* ApphudSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = F64E62A7DFB14BDF2FDA42A5664291AE /* ApphudSubscription.swift */; }; + 5EF3752B5173DEF03FCC5CCCD8D26257 /* ApphudProductsStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543DE553E805DD032C734A83E0ADF94A /* ApphudProductsStorage.swift */; }; + 606B25F5044E0F6C6644178707C93F68 /* ApphudPaywall.swift in Sources */ = {isa = PBXBuildFile; fileRef = A742E16D300A418A09CD9C2DD9312AA6 /* ApphudPaywall.swift */; }; + 630B47A3FC8EF1C87E67D63E5A246DA7 /* ApphudDataActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A20885A0724B1AC33A8FE8C9CA376944 /* ApphudDataActor.swift */; }; + 6929B9B8E0A8F04C8898A63975357B8C /* ApphudHttpClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1A05DD8BDAAEC486F2CACBC0D8B76BC /* ApphudHttpClient.swift */; }; + 6CC21C2976034269D29D96E9064F1CF9 /* ApphudUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8603B0B0C886AD0AF5012660DB2B0488 /* ApphudUtils.swift */; }; + 6E7EF4B013BCA5153C9EAC992BF6ECD6 /* ApphudPlacement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88EAE8747420ABB184D5A3CFB7193988 /* ApphudPlacement.swift */; }; + 72CAAB9257B4E4A29EA5BC0F50F445C8 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = CE5C7DE3614AB2111457780CEAA791EA /* PrivacyInfo.xcprivacy */; }; + 784E275840C4BAA967397AD056ABF15E /* ApphudNonRenewingPurchase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44867938484CB32EDDD849D8C2E4B0F8 /* ApphudNonRenewingPurchase.swift */; }; + 84FD9FA269B14ABCA0DEED391F8FAB6C /* ApphudInternal+Currency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 884E28629654739DD8EA3DA8BBC288B3 /* ApphudInternal+Currency.swift */; }; + 8F3C90B3E4D6893186EAAD166205CA3A /* ApphudSDK-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E86F5D71456E5782B9F0194FC805B2BD /* ApphudSDK-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93D170ADF7AC7CBEE78966BED1DECABF /* ApphudLoggerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06B04C43A31CC20F129B3F86F7141FE8 /* ApphudLoggerService.swift */; }; + 93E04AE4495F460A70020790DC698596 /* ApphudInternal+Attribution.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAF24543108801D03F235A41B824735 /* ApphudInternal+Attribution.swift */; }; + 945DB81774CE8892F1B653A51FAA35FF /* ApphudScreenController+Macros.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF8318D2356725F3AB3D7CF081567F16 /* ApphudScreenController+Macros.swift */; }; + 94AA2D589C9FF28F34A3F0DF48B0CBF5 /* ApphudRulesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1933F55A508B50863CD2C5C18E8E54C3 /* ApphudRulesManager.swift */; }; + 969A525D69A16CEED1931BB1844A1772 /* ApphudStoreKitWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5F00DAC207362F525DD6A8B6FBFB1F /* ApphudStoreKitWrapper.swift */; }; + 9C58A91D95B6471F786EE84F87C11752 /* ApphudSafeSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9804525463C8BEB788D0248E009B52C7 /* ApphudSafeSet.swift */; }; + 9C988FC2F62E161ED8BDA2E935216FF1 /* ApphudInternal+Fallback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28DE5768AE58CC69B5CED27C4B664AEA /* ApphudInternal+Fallback.swift */; }; 9EAC630579495C9D0E8EA30977D304A3 /* Pods-ApphudSDKTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50A029EF993BC038FF4C18705766A797 /* Pods-ApphudSDKTests-dummy.m */; }; - ABB5E0BCB8AED918C6994F3AFD6BE904 /* ApphudRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C73CA7EA2866FBC1D2F56311B8027B4 /* ApphudRule.swift */; }; - B3E40FA9D9C1500F4F4B15F98324C959 /* ApphudNonRenewingPurchase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B1D463714CB4C3E03BC6711543CA66 /* ApphudNonRenewingPurchase.swift */; }; - B7AF068188C2030951F2637129AD5EF2 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE38071E84A9951B95FEECBEA926D5C /* StoreKit.framework */; }; - BE4A5D25CF541E38F6040961B0772B7E /* ApphudPurchaseResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919CC347E62BD3C1196DB3E9A317B006 /* ApphudPurchaseResult.swift */; }; - C574D6E8575BD1D285DF805BAA756F71 /* ApphudUserPropertyKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77BD9F5B51D4B0EA8734BD021B4FFFB1 /* ApphudUserPropertyKey.swift */; }; - DB110454BCA3AF48EE723AE728B46AC6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */; }; + 9EC3F5B1BDBF8F1EB762C69D4592C264 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE38071E84A9951B95FEECBEA926D5C /* StoreKit.framework */; }; + 9F1A955AE9C242E38D0277BDF8D971E9 /* ApphudReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10CE4320E4DD7BF00E30AAD9C1168FFB /* ApphudReceipt.swift */; }; + A8980381868210D2F3B2A3747D99CD39 /* ApphudInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67003D6E7796F156D9C64CAC236DA909 /* ApphudInternal.swift */; }; + C07134DF171C2140F65688D1B9F319FE /* ApphudInternal+Purchase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 397EB9055E2ECBFC51A42E450FF811E6 /* ApphudInternal+Purchase.swift */; }; + D395B88D7CF5D0C315F5A18BB88613CB /* ApphudEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = 105ECB3299027CEAFC171ABE51456C37 /* ApphudEnums.swift */; }; + D4DF037EBC350E029BD737D3A31B8C39 /* ApphudUserPropertyKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DB17D732DCB250ED6E20B20194E6007 /* ApphudUserPropertyKey.swift */; }; + D91001AA1D90C222BA2C7902335CEC43 /* ApphudExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7106E801E51C211A05914D728387D92 /* ApphudExtensions.swift */; }; + D9D292E9066FCBBC5DA5A5C0CE7611E8 /* ApphudError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D37F4CECD008B991CCBB2E4E0FC2259 /* ApphudError.swift */; }; + E0CFCE116AFD98EA58A369F209A36F29 /* ApphudUserProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE9D8872B93D16FBAA550CAACF19B528 /* ApphudUserProperty.swift */; }; + E13F9E4783A165C0713BCD700384B5EC /* ApphudNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D14C27112C451E1ECC989168952AC257 /* ApphudNavigationController.swift */; }; + E140D1977C289029DFEE80F15DCAC25B /* ApphudScreenController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F64AF49FE9B3E47F5A8C329A99E91292 /* ApphudScreenController+Extensions.swift */; }; E23509DC3C1658E63972418C267BB146 /* Pods-ApphudSDKTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F387491F3CC9CE7CB7E1143B7495E4C /* Pods-ApphudSDKTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3517F7F75123EB47EFBACB2E62E5EBB /* ApphudRulesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 940302AABD93D9718D481548539C1BA2 /* ApphudRulesManager.swift */; }; - E6226F89C80AD52E752659F33AD3D77A /* ApphudSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3470F26B4D263B129DB3C48CE359259E /* ApphudSubscription.swift */; }; E66183CE36D12F709B9EE15A20A280C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */; }; - EFC5E9C083D4A734A4D6CCB86A1EFD08 /* ApphudScreenController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD237A9C4F541DF5B436BD846771E23 /* ApphudScreenController+Extensions.swift */; }; - F3E2B984C5AA81CCCF4993CF27A489E6 /* ApphudUIDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7E09FFEB9A2C6B33F0B4189B5998917 /* ApphudUIDelegate.swift */; }; - F6FEAD368C73ADCD16FB9A526C3DBA49 /* ApphudScreenController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34D6567FE29BBD0139F8F6CCB690E7EA /* ApphudScreenController.swift */; }; + EB8C8951C91A73DC322893F20E7A53DC /* ApphudScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB3ED690BC1D53359647BBE39AC50741 /* ApphudScreen.swift */; }; + EB9E162F7A44B0FA4737C008F953F205 /* ApphudScreenController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 905A39163EC3BA162541E144C212AC91 /* ApphudScreenController.swift */; }; + EE4710EBE32801216A77470EB5B7F024 /* ApphudSDK-ApphudSDK in Resources */ = {isa = PBXBuildFile; fileRef = FDC773E39B7E921785F22CF4DB1C31F5 /* ApphudSDK-ApphudSDK */; }; + F48C655AEAA893D6604C3FAB80F31F4C /* ApphudProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BC7AC0661E35478FFFF3AF8F2CF2DC7 /* ApphudProduct.swift */; }; + F5F5D64FD07071AAE782D96CED648C4F /* ApphudUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ECEE28B8B5EE535F50E072D326DA8B3 /* ApphudUser.swift */; }; + F7EF7EDD75D4F1BCE2F748F7E9390A71 /* Apphud.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F335E68C0498BEF06495378E746AD5B /* Apphud.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 4AAF48E9A8A74513CA8223327161C628 /* PBXContainerItemProxy */ = { + 01E88705211FFC1A2962F1D56322D0BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 343DC10EADFFDC93272E42B403A64D9F; remoteInfo = ApphudSDK; }; - F74BE5CED2B8467BDF637A278CA13591 /* PBXContainerItemProxy */ = { + 5445A891E898A1E43E55805158D838C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 343DC10EADFFDC93272E42B403A64D9F; remoteInfo = ApphudSDK; }; + F9D95C5A3361459063178A8F74412914 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 38EC234C697A4C00957FAF0E2787FD69; + remoteInfo = "ApphudSDK-ApphudSDK"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0118BA5A136F8751A2F75735A2FF8614 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/hash(into:).json"; sourceTree = ""; }; - 01302B9CE7DBBE1DE4E03BD954C472D6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchproducts()/index.html"; sourceTree = ""; }; - 01A402D5E05172938945DE9E30E9A9B9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 0260E6F5CCE995DE3CFF8FD457284F75 /* ApphudSDK-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ApphudSDK-dummy.m"; sourceTree = ""; }; - 0261BBBF85AA039A9737D460AEA38492 /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = products.json; path = docs/data/documentation/apphudsdk/apphud/products.json; sourceTree = ""; }; + 000D2797D87EA0321AA44750DCC41D42 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/init(rawvalue:).json"; sourceTree = ""; }; + 005BA7320424CA2C0346D1B8477EB767 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywalls()/index.html"; sourceTree = ""; }; + 0094B8DC438AAA58921D80843ACA44D6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/regular/index.html; sourceTree = ""; }; + 00B109284B915A8E48DCAEBBAA1D246A /* setuidelegate(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setuidelegate(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setuidelegate(_:).json"; sourceTree = ""; }; + 00DED05826DD29DD08B3E8C0337B6FFC /* apphudgroup.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudgroup.json; path = docs/data/documentation/apphudsdk/apphudgroup.json; sourceTree = ""; }; + 014C334C45BBFB2D2997D6136CCFD835 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/issandbox()/index.html"; sourceTree = ""; }; + 022EF51E031D28DEC5AF58BBCEC5A360 /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/rawrepresentable-implementations.json"; sourceTree = ""; }; 0264D1C26F4354EC5FA1600B3E6302FB /* Pods-ApphudSDKDemo */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-ApphudSDKDemo"; path = Pods_ApphudSDKDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 026928E5E102269ABE9DD9669FAFBB68 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudkeychain/index.html; sourceTree = ""; }; - 02C07B5E85F6A780A7329FF21ADF0059 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/description/index.html; sourceTree = ""; }; - 02D0FF0B8D597634D761AA456311F05D /* subscription.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = subscription.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/subscription.json; sourceTree = ""; }; - 02D8D0B5E3F364465ADF94FEA59ABF51 /* expiresdate.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = expiresdate.json; path = docs/data/documentation/apphudsdk/apphudsubscription/expiresdate.json; sourceTree = ""; }; - 03184291A9C9031CF80CEA20969CF613 /* apphudasyncpurchaseresult.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudasyncpurchaseresult.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult.json; sourceTree = ""; }; + 028EDB033C09869A1C9DC0812FEA920C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)-2ek16/index.html"; sourceTree = ""; }; + 02B233A367353549AF6EFA266AB8A75B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/home/index.html; sourceTree = ""; }; + 030ED1DA6EBE60AF4EBFF9FDFCB4ADA1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudkeychain/init/index.html; sourceTree = ""; }; + 031C7968296D12C5877D49BB396FC05B /* haspremiumaccess().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "haspremiumaccess().json"; path = "docs/data/documentation/apphudsdk/apphud/haspremiumaccess().json"; sourceTree = ""; }; 032766127ED5D8DF942639CD39B2C9A9 /* Pods-ApphudSDKTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ApphudSDKTests.release.xcconfig"; sourceTree = ""; }; - 037E30CBD9D75E60B3A40DE7BCFFF54F /* nonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = nonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/nonrenewingpurchase.json; sourceTree = ""; }; - 03B6E7740618EB6FCC789DF8878EA4CB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudgroup/init(from:)/index.html"; sourceTree = ""; }; - 050D75C4DAD1C7A9FB2074F2EE5B7D31 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/submitpushnotificationstoken(token:callback:)/index.html"; sourceTree = ""; }; - 05D8EF3FFA66D8FA2A10235146C69E6C /* fetchrawreceiptinfo(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "fetchrawreceiptinfo(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/fetchrawreceiptinfo(_:).json"; sourceTree = ""; }; - 063FF79AC162EC1517C25E933A0B1385 /* paywallshown(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "paywallshown(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallshown(_:).json"; sourceTree = ""; }; - 065BDC2E6C175806FCADA47A602735D6 /* email.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = email.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/email.json; sourceTree = ""; }; - 065D2FC512124951DC7EAEA217621D6D /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = init.json; path = docs/data/documentation/apphudsdk/apphudutils/init.json; sourceTree = ""; }; - 076454C96CA077C1DCF7E91C88D9A769 /* promo.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = promo.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/promo.json; sourceTree = ""; }; - 07B36C47BDB13206930F9B4567664733 /* highlight-js-python.c214ed92.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-python.c214ed92.js"; path = "docs/js/highlight-js-python.c214ed92.js"; sourceTree = ""; }; - 07D8AE66E023164FE86056C30D11886B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/success/index.html; sourceTree = ""; }; - 07DFD6BEE5823E9526556F4C2BA8DCCD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/optoutoftracking()/index.html"; sourceTree = ""; }; - 07F85F7FB533CFC5DC3551202A9ADC41 /* data.mdb */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = data.mdb; path = docs/index/data.mdb; sourceTree = ""; }; - 0820AE8384726AE02103EF5DBEC7CE59 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilitiesforintroductoryoffers(products:callback:)/index.html"; sourceTree = ""; }; - 08B3567E2833345162A50F6C754A3225 /* purchasepromo(_:discountid:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "purchasepromo(_:discountid:_:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchasepromo(_:discountid:_:).json"; sourceTree = ""; }; - 092F0C55CE75A5FA0A85ECCD765DF533 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywall(_:)/index.html"; sourceTree = ""; }; - 0A12D89C654BDB42C2897F660DCAA006 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/islocal/index.html; sourceTree = ""; }; - 0A17113B25F1CAFDADD4D5BF796798EB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/hasactivesubscription()/index.html"; sourceTree = ""; }; - 0AF319D7CAE8AEBE3E4DF01A1DDD40EE /* userdidload(rawpaywalls:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "userdidload(rawpaywalls:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/userdidload(rawpaywalls:).json"; sourceTree = ""; }; - 0BD749E8A1B2BFF3AF48019746EC925D /* settings.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = settings.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/settings.json; sourceTree = ""; }; - 0C73CA7EA2866FBC1D2F56311B8027B4 /* ApphudRule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudRule.swift; sourceTree = ""; }; - 0C75F866811A174C294B206EA3720181 /* apphuddidfailpurchase(product:offerid:errorcode:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphuddidfailpurchase(product:offerid:errorcode:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidfailpurchase(product:offerid:errorcode:screenname:).json"; sourceTree = ""; }; - 0CCFDF285BDDAB43FF2F3828B272C755 /* setadvertisingidentifier(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "setadvertisingidentifier(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setadvertisingidentifier(_:).json"; sourceTree = ""; }; - 0DC2E6DA7978D30EC4EEA6222BC95B00 /* canceledat.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = canceledat.json; path = docs/data/documentation/apphudsdk/apphudsubscription/canceledat.json; sourceTree = ""; }; + 0362E6B929B87675D98A77BB833028C9 /* highlight-js-cpp.eaddddbe.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-cpp.eaddddbe.js"; path = "docs/js/highlight-js-cpp.eaddddbe.js"; sourceTree = ""; }; + 03CA9FF12A6561BEBB7B4C54081E7CF9 /* highlight-js-custom-swift.5cda5c20.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-custom-swift.5cda5c20.js"; path = "docs/js/highlight-js-custom-swift.5cda5c20.js"; sourceTree = ""; }; + 03D45F3B2B4755D49C10A5588F05D8A5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/equatable-implementations/index.html"; sourceTree = ""; }; + 03DFA9D805504B1971EB052D6983E9AE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)-6z8g8/index.html"; sourceTree = ""; }; + 03F19199619D3FD92AC7D3C2BA2617DA /* placement(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placement(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/placement(_:).json"; sourceTree = ""; }; + 0406EEBCE39841C5467615617EC1DEB7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduser/index.html; sourceTree = ""; }; + 0471E93743CD0AA2DF1F53B0503B2863 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/error/index.html; sourceTree = ""; }; + 049BAAB624309EC278D8C1635F063AFA /* none.json */ = {isa = PBXFileReference; includeInIndex = 1; name = none.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/none.json; sourceTree = ""; }; + 04B3202FCED4E459023D654DE53AFE9E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/main/index.html; sourceTree = ""; }; + 04EBAF8B2FF788A0A87912262942766F /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/!=(_:_:).json"; sourceTree = ""; }; + 053EC5FA6048198C34BCEFD752578F92 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/banner/index.html; sourceTree = ""; }; + 056F0C1FF54332D7DE8778F36FCC9AB1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)-3dnhb/index.html"; sourceTree = ""; }; + 05ACE00ACCB6A446D3A8DB91F381893F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/hashvalue/index.html; sourceTree = ""; }; + 06427A1D4716AB8F173A59757E902C26 /* main.json */ = {isa = PBXFileReference; includeInIndex = 1; name = main.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/main.json; sourceTree = ""; }; + 066B6C796E7E0A7595BFA5598DE5D1DD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/thankandclose/index.html; sourceTree = ""; }; + 06B04C43A31CC20F129B3F86F7141FE8 /* ApphudLoggerService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudLoggerService.swift; sourceTree = ""; }; + 06B5666C0470691EBBE82B1C892E3DDD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/toolbar/index.html; sourceTree = ""; }; + 06DB90DE3E8509C2D43E79DEC65C1D8A /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = productid.json; path = docs/data/documentation/apphudsdk/apphudsubscription/productid.json; sourceTree = ""; }; + 07F6D8247DEF371D8C1CE6D996D43027 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/index.html; sourceTree = ""; }; + 0802C0D43E925B8A17F6F66E56506131 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/hash(into:)/index.html"; sourceTree = ""; }; + 085AAD4D1EA7A9E0C3486AB03FD0850C /* apphuduserpropertykey.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuduserpropertykey.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey.json; sourceTree = ""; }; + 089A68BF3D9EF7C28911A45D97B984E4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/domainurlstring/index.html; sourceTree = ""; }; + 08B60DDBC257A0C3CE884D58EDEA0DE5 /* hasactivesubscription().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hasactivesubscription().json"; path = "docs/data/documentation/apphudsdk/apphud/hasactivesubscription().json"; sourceTree = ""; }; + 08F51F2B74E8E2AB8A0CD4D2B84CE53A /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/rawrepresentable-implementations.json"; sourceTree = ""; }; + 09564906446F86D5C6E617A715EF7E6A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/closeonly/index.html; sourceTree = ""; }; + 097B79E1443960CF41CA4F4A8C7FDA6F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/hash(into:)/index.html"; sourceTree = ""; }; + 098C351F6EDFF49E6F1C462445E3564D /* ApphudSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ApphudSDK.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0A195EBB893495F77D5A5251477C8448 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/index.html; sourceTree = ""; }; + 0AC314387899A2CFF521BA2A2E7B9825 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/grantpromotional(dayscount:productid:permissiongroup:callback:)/index.html"; sourceTree = ""; }; + 0ACFEDFF31F8BA7744C85936CE9C0DEF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + 0BBDFDDE4D502D31682E8F718A9DF815 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacement/identifier/index.html; sourceTree = ""; }; + 0CD91A953ED47BC863B928A2235F65FF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/userdidload(user:)-4f87g/index.html"; sourceTree = ""; }; + 0CF2DB49BE218DCB15A192BA25C4A72F /* willpurchaseproductfrom(paywallidentifier:placementidentifier:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "willpurchaseproductfrom(paywallidentifier:placementidentifier:).json"; path = "docs/data/documentation/apphudsdk/apphud/willpurchaseproductfrom(paywallidentifier:placementidentifier:).json"; sourceTree = ""; }; + 0D4DE9D4200B19E93EAD99600C968DA2 /* highlight-js-json.471128d2.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-json.471128d2.js"; path = "docs/js/highlight-js-json.471128d2.js"; sourceTree = ""; }; 0DE38071E84A9951B95FEECBEA926D5C /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/StoreKit.framework; sourceTree = DEVELOPER_DIR; }; - 0E0DBB93C834703963F8890959955F90 /* submitpushnotificationstoken(token:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "submitpushnotificationstoken(token:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/submitpushnotificationstoken(token:callback:).json"; sourceTree = ""; }; - 0E901C8F4F3CC047B77FA45F5AA6F6B8 /* setdelegate(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "setdelegate(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setdelegate(_:).json"; sourceTree = ""; }; + 0DFFA5946C3ED1AF0FB093F888C3FD27 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/encode(to:)/index.html"; sourceTree = ""; }; + 0E2FA3A8B1B5DF2C03A56C95A55C5BFB /* highlight-js-custom-markdown.7cffc4b3.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-custom-markdown.7cffc4b3.js"; path = "docs/js/highlight-js-custom-markdown.7cffc4b3.js"; sourceTree = ""; }; + 0E5BE080401F8FD900329D9CBD93F9DF /* ApphudUIDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUIDelegate.swift; sourceTree = ""; }; + 0E790DFF5441EE618112CC3F30805EDC /* issandbox.json */ = {isa = PBXFileReference; includeInIndex = 1; name = issandbox.json; path = docs/data/documentation/apphudsdk/apphudsubscription/issandbox.json; sourceTree = ""; }; 0F387491F3CC9CE7CB7E1143B7495E4C /* Pods-ApphudSDKTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ApphudSDKTests-umbrella.h"; sourceTree = ""; }; - 0FAC9DE08BE704AB19387CA7A1AE5526 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallsdidloadcallback(_:)/index.html"; sourceTree = ""; }; - 0FD16E9FFE020C162BEB3BC0DA85D98A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsdkversionnumber/index.html; sourceTree = ""; }; - 10369DE6CFF06B06BA34BC4BF86859E7 /* rawjson.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = rawjson.json; path = docs/data/documentation/apphudsdk/apphudreceipt/rawjson.json; sourceTree = ""; }; - 10804AEE3013AADE5FF4729B44CB57C3 /* purchasewithoutvalidation(_:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "purchasewithoutvalidation(_:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchasewithoutvalidation(_:callback:).json"; sourceTree = ""; }; + 0F558264804FB16B1F6B441D3A0AF7F5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/placement(_:)/index.html"; sourceTree = ""; }; + 0FF45750D3661067A53439D23AE37272 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudreceipt/init(from:).json"; sourceTree = ""; }; + 105ECB3299027CEAFC171ABE51456C37 /* ApphudEnums.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudEnums.swift; sourceTree = ""; }; 10B6DBF75E7CA4DE982E2CE4AEE8BE11 /* Pods-ApphudSDKTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ApphudSDKTests-frameworks.sh"; sourceTree = ""; }; - 10B7A60BD51331D8624DC82B4F6F3BAF /* apphudproduct.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudproduct.json; path = docs/data/documentation/apphudsdk/apphudproduct.json; sourceTree = ""; }; - 10CA493F590B516F65D9BA12E9148EE6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/grace/index.html; sourceTree = ""; }; - 10F8BCFB1D830D4911F01AC34D77C3E4 /* none.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = none.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/none.json; sourceTree = ""; }; - 11310E33BEE17FBC385265EDD7E111D1 /* highlight-js-scss.62ee18da.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-scss.62ee18da.js"; path = "docs/js/highlight-js-scss.62ee18da.js"; sourceTree = ""; }; + 10C06F625403D5DED3EC21DCE38FF4CD /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudproduct/init(from:).json"; sourceTree = ""; }; + 10CE4320E4DD7BF00E30AAD9C1168FFB /* ApphudReceipt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudReceipt.swift; sourceTree = ""; }; + 11036E84A63F0FF4DDA7D7695D8D074E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/restorepurchases()/index.html"; sourceTree = ""; }; + 115E905C8CEF4C27CF15E8EAF42E623F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/pendingrule()/index.html"; sourceTree = ""; }; 116B608BECADE7354BEF4977EBA361C6 /* ApphudSDK */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ApphudSDK; path = ApphudSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 11B2D69E14387D5E360F269164B7E824 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/product()/index.html"; sourceTree = ""; }; - 1209D0362A74A90F2010072F6028D58F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/purchasedat/index.html; sourceTree = ""; }; - 124D08333EA9349DD7B8B142D05C0997 /* checkeligibilitiesforintroductoryoffers(products:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "checkeligibilitiesforintroductoryoffers(products:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilitiesforintroductoryoffers(products:callback:).json"; sourceTree = ""; }; + 1280E4E3B290B1A96A52437C5F51C56D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/userid()/index.html"; sourceTree = ""; }; + 12895E5704AB01952C518A845E9BA567 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/error/index.html; sourceTree = ""; }; + 12EB55713BBEFDF7318D10F5A5886B70 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/productid/index.html; sourceTree = ""; }; 1306D570FD13D34120C715DB2DE3DD62 /* Pods-ApphudSDKDemo-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ApphudSDKDemo-acknowledgements.plist"; sourceTree = ""; }; - 132B70C836E7E51A8C88C8FFFDC2838A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/equatable-implementations/index.html"; sourceTree = ""; }; + 1380B06D15490290D75287AEFF75F1F9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/handlepushnotification(apsinfo:)/index.html"; sourceTree = ""; }; + 138E8EACEF9F3D8FD5A3AB6211BC333C /* ApphudSDK-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ApphudSDK-dummy.m"; sourceTree = ""; }; 13973972C6F4843381E473BD9D3F0FDE /* Pods-ApphudSDKTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ApphudSDKTests.modulemap"; sourceTree = ""; }; - 14802E0137B5D2B70EBE05C0DE4A5428 /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudproduct/encode(to:).json"; sourceTree = ""; }; - 14B11001767BEB5A393D235FD2009248 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:callback:)-9oi/index.html"; sourceTree = ""; }; - 15C3B715D70FB506A6307B51861955AA /* ApphudInternal+Fallback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Fallback.swift"; sourceTree = ""; }; - 161AE2C23CF390D51DC649D475F485EE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudshouldshowscreen(screenname:)/index.html"; sourceTree = ""; }; - 1672918FFEDD35D437C5A2A58BC45917 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/enabledebuglogs()/index.html"; sourceTree = ""; }; - 16B4D5A8E0C9CE3B80DB5825CB98FFA3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/!=(_:_:)/index.html"; sourceTree = ""; }; - 1773A27DF6F471EF0BD5928E90A291D6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywalls()/index.html"; sourceTree = ""; }; - 17CC7EB6D4A51E3EEE15D7C7B68D8401 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/restorepurchases()/index.html"; sourceTree = ""; }; - 183F3D5DA54691DB287F33B3A38A1D6F /* apphudscreen.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudscreen.json; path = docs/data/documentation/apphudsdk/apphudscreen.json; sourceTree = ""; }; - 1892115165075477354B03430BB49F72 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/rawjson/index.html; sourceTree = ""; }; - 18C2ABF3720995F500FA5B4ADD96BAF8 /* isactive().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "isactive().json"; path = "docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/isactive().json"; sourceTree = ""; }; - 18CEE572040071A80424D8342C7CBF7F /* apphuddidselectsurveyanswer(question:answer:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphuddidselectsurveyanswer(question:answer:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidselectsurveyanswer(question:answer:screenname:).json"; sourceTree = ""; }; - 18FE1A0484CBBBDA8BB83D3B91E06D40 /* originalapplicationversion.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = originalapplicationversion.json; path = docs/data/documentation/apphudsdk/apphudreceipt/originalapplicationversion.json; sourceTree = ""; }; - 1933381BA5C91F4D7958C9502713D846 /* deviceid().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "deviceid().json"; path = "docs/data/documentation/apphudsdk/apphud/deviceid().json"; sourceTree = ""; }; - 1946404E6BF5A76908229E202E8137EC /* theme-settings.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "theme-settings.json"; path = "docs/theme-settings.json"; sourceTree = ""; }; - 195E7A3567BC19C68DC2EE1496EDB738 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/variationname/index.html; sourceTree = ""; }; - 196D28B7240F103967ABE2D6CA189FE6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/json/index.html; sourceTree = ""; }; - 1A21DE3492634F06228AC175407A6EB4 /* willpurchaseproductfrompaywall(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "willpurchaseproductfrompaywall(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/willpurchaseproductfrompaywall(_:).json"; sourceTree = ""; }; - 1B3FE243B27F8F50C9AC2F2B3D84788B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/paywallidentifier/index.html; sourceTree = ""; }; - 1C67B76626C91792B959CBD954638672 /* developer-og-twitter.jpg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.jpeg; name = "developer-og-twitter.jpg"; path = "docs/developer-og-twitter.jpg"; sourceTree = ""; }; - 1C70D1B4B2C95C19394C8F6D0041D88E /* ApphudLoggerService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudLoggerService.swift; sourceTree = ""; }; - 1C754DFE746BDAFFFFD8407A3BA416C8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/subscription()/index.html"; sourceTree = ""; }; - 1CE96D9EE773C6CCA250FBE0E6A010AF /* highlight-js-cpp.eaddddbe.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-cpp.eaddddbe.js"; path = "docs/js/highlight-js-cpp.eaddddbe.js"; sourceTree = ""; }; - 1CF62F3D072D943F966DB9354B2F0DD1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/banner/index.html; sourceTree = ""; }; - 1D723DBF1B1C52F35A91BAFF448192FC /* subscription().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "subscription().json"; path = "docs/data/documentation/apphudsdk/apphud/subscription().json"; sourceTree = ""; }; - 1E35B226FA6E559758712B2FC4EF3817 /* ApphudAsyncPurchaseResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudAsyncPurchaseResult.swift; sourceTree = ""; }; - 1E58AFBA72A175ACEFF627DCC58BFCF2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/restorepurchases(callback:)/index.html"; sourceTree = ""; }; - 1E714EFC4D17065013740E0437014FDC /* onboarding.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = onboarding.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/onboarding.json; sourceTree = ""; }; - 1EE55F23B2DF996CF5916FBC3861DD3A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/init(rawvalue:)/index.html"; sourceTree = ""; }; + 14D0724F29AA9EFE59BE9C36C34C07BE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/toolbar/index.html; sourceTree = ""; }; + 15A2D7CD82FB0552C3EAAB5E932B6937 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/hash(into:)/index.html"; sourceTree = ""; }; + 167EE4BEAC6425C008BF19641969467F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/trial/index.html; sourceTree = ""; }; + 16F6FE2BE8C9F053ADB33CF50C9A1ED8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/purchasedat/index.html; sourceTree = ""; }; + 1770ABD355AC8082778E6C259EB6B5AF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudrule/screen_name/index.html; sourceTree = ""; }; + 17B4D524E34FDF69BFD8777327CED64F /* identifier.json */ = {isa = PBXFileReference; includeInIndex = 1; name = identifier.json; path = docs/data/documentation/apphudsdk/apphudpaywall/identifier.json; sourceTree = ""; }; + 1855E5D2ABAA135706B189C99B97DE60 /* ApphudGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudGroup.swift; sourceTree = ""; }; + 18BEA5E4A7742338D6CA0215ECAD1A47 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudgroup/encode(to:)/index.html"; sourceTree = ""; }; + 18EC0E56BB7300058485B77A9DE461E1 /* restorepurchases().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "restorepurchases().json"; path = "docs/data/documentation/apphudsdk/apphud/restorepurchases().json"; sourceTree = ""; }; + 190AE54356D409B72822673F62396419 /* apphudsdk.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsdk.json; path = docs/data/documentation/apphudsdk.json; sourceTree = ""; }; + 1933F55A508B50863CD2C5C18E8E54C3 /* ApphudRulesManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudRulesManager.swift; sourceTree = ""; }; + 1956995D5E2FDF3DA0EA6CB0E98EB014 /* paywallsdidfullyload(paywalls:)-6z8g8.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallsdidfullyload(paywalls:)-6z8g8.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)-6z8g8.json"; sourceTree = ""; }; + 198DF6F489653133FCF5D26B1374312A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/success/index.html; sourceTree = ""; }; + 19C6C70A6D5E2F4E80BCAB183124F0DC /* index.038e887c.css */ = {isa = PBXFileReference; includeInIndex = 1; name = index.038e887c.css; path = docs/css/index.038e887c.css; sourceTree = ""; }; + 19F73758CB5CDE226DFED1C890387CF3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/hashvalue/index.html; sourceTree = ""; }; + 1A962445465D5FBD3CA604E339E624C5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/index.html; sourceTree = ""; }; + 1AB512869B9CF1F24E464D4E56D18686 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/pendingscreencontroller()/index.html"; sourceTree = ""; }; + 1ACD25A4FBA3E05862B9614A8C257B58 /* ApphudRule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudRule.swift; sourceTree = ""; }; + 1B097BC0884B434A9CFB6A3962E6361F /* success.json */ = {isa = PBXFileReference; includeInIndex = 1; name = success.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/success.json; sourceTree = ""; }; + 1BB8F6F902B76C8351212521284FE35C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/paywallidentifier/index.html; sourceTree = ""; }; + 1BC7AC0661E35478FFFF3AF8F2CF2DC7 /* ApphudProduct.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudProduct.swift; sourceTree = ""; }; + 1C0577FDDEA13669CBACCC7B80EBF07F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/canceledat/index.html; sourceTree = ""; }; + 1C28EF38C7A44E22079431AFA48D9DCD /* paywallshown(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallshown(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallshown(_:).json"; sourceTree = ""; }; + 1C41086D5BFA724C8A8CB9A12ECE7E48 /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = productid.json; path = docs/data/documentation/apphudsdk/apphudproduct/productid.json; sourceTree = ""; }; + 1C76D1CEE1A0089BBA3A621507BFA3B7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-3cisu/index.html"; sourceTree = ""; }; + 1C889C3636B73B044F37F4254DF78704 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchasepromo(_:discountid:_:)/index.html"; sourceTree = ""; }; + 1D42464B18A76C67C3446E9D80CBE1EB /* age.json */ = {isa = PBXFileReference; includeInIndex = 1; name = age.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/age.json; sourceTree = ""; }; + 1D76CACFC91E68C098D85A9844FFB2F9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/rawjson/index.html; sourceTree = ""; }; + 1DD293AB0776CAF1F39AB83399487130 /* apphudscreendismissaction(screenname:controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudscreendismissaction(screenname:controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreendismissaction(screenname:controller:).json"; sourceTree = ""; }; + 1DD6290E7D14BB03EAFF72C942053E06 /* description.json */ = {isa = PBXFileReference; includeInIndex = 1; name = description.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/description.json; sourceTree = ""; }; + 1F0A9EBDAA1FF01FA3BDE34591358F84 /* checkeligibilitiesforpromotionaloffers(products:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "checkeligibilitiesforpromotionaloffers(products:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilitiesforpromotionaloffers(products:callback:).json"; sourceTree = ""; }; + 1F7081601932B9572D3F7B3407F3E7E2 /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = name.json; path = docs/data/documentation/apphudsdk/apphudscreen/name.json; sourceTree = ""; }; 1F71A515319479054C45B3D8005FB2E2 /* Pods-ApphudSDKDemo-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ApphudSDKDemo-frameworks.sh"; sourceTree = ""; }; - 1FA98A8DD50D36ADBB9945A994636592 /* fetchproducts().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "fetchproducts().json"; path = "docs/data/documentation/apphudsdk/apphud/fetchproducts().json"; sourceTree = ""; }; - 1FC7C8FD39D670AD16453D3E3BAC62BD /* documentation-topic.3bca6578.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = "documentation-topic.3bca6578.css"; path = "docs/css/documentation-topic.3bca6578.css"; sourceTree = ""; }; - 1FE2825A7CD830FE9F358409E111B824 /* paywallsdidloadcallback(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "paywallsdidloadcallback(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallsdidloadcallback(_:).json"; sourceTree = ""; }; - 1FE39BFE74574B7D734F1F58F35F42B7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/hash(into:)/index.html"; sourceTree = ""; }; - 20D3749AB049BF1048F5D0102C83F31E /* highlight-js-perl.757d7b6f.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-perl.757d7b6f.js"; path = "docs/js/highlight-js-perl.757d7b6f.js"; sourceTree = ""; }; - 20E31E0E2DB76C1AD3480A77A5846E3B /* ApphudSDK-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ApphudSDK-umbrella.h"; sourceTree = ""; }; - 2177FAE57832651F5733A6B996BB162C /* startmanually(apikey:userid:deviceid:observermode:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "startmanually(apikey:userid:deviceid:observermode:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/startmanually(apikey:userid:deviceid:observermode:callback:).json"; sourceTree = ""; }; - 21A2FE2B7BD0A170A6DD86A9FDC3774C /* checkeligibilitiesforpromotionaloffers(products:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "checkeligibilitiesforpromotionaloffers(products:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilitiesforpromotionaloffers(products:callback:).json"; sourceTree = ""; }; - 21CB692F03772B8A5342D456AD5E3BE8 /* facebook.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = facebook.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/facebook.json; sourceTree = ""; }; - 23D573D40BEA63F9C39CF4455E8DD385 /* transaction.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = transaction.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/transaction.json; sourceTree = ""; }; - 23F5DA60B49A56934E2620A8BAB079EB /* purchase(_:callback:)-9oi.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "purchase(_:callback:)-9oi.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:callback:)-9oi.json"; sourceTree = ""; }; - 246527B803466BFF97FE9D2B96D89F4E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/domainurlstring/index.html; sourceTree = ""; }; - 246B6AE44F8185D18AF20797874A92E7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/promo/index.html; sourceTree = ""; }; - 2482273BDA46D7DAB89D658A8384D365 /* restorepurchases().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "restorepurchases().json"; path = "docs/data/documentation/apphudsdk/apphud/restorepurchases().json"; sourceTree = ""; }; - 24F0C9F90324CE97F8328C014C68A1DB /* rule_name.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = rule_name.json; path = docs/data/documentation/apphudsdk/apphudrule/rule_name.json; sourceTree = ""; }; - 2578414D1DD4855B900F94FC3B9C5C1F /* topic.6a1c7b7f.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = topic.6a1c7b7f.js; path = docs/js/topic.6a1c7b7f.js; sourceTree = ""; }; - 25C564C2CA5E78C29E39BBEFE76C0283 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/subscription/index.html; sourceTree = ""; }; - 270F745DB3D7D460505D987CAD7085D3 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/hashvalue.json; sourceTree = ""; }; - 274F57A4827351B8A115C98BC82DE0F3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/index.html; sourceTree = ""; }; - 276E8DA03E620625EA37E1CAF189D287 /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = init.json; path = docs/data/documentation/apphudsdk/apphudkeychain/init.json; sourceTree = ""; }; - 279CEB2EB0E6DF64D6C96223F4CC166B /* status.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = status.json; path = docs/data/documentation/apphudsdk/apphudsubscription/status.json; sourceTree = ""; }; - 2802A2BF2B280A3C00F29C5C /* ApphudEnums.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudEnums.swift; sourceTree = ""; }; - 280919D62B0734BD0079FA86 /* ApphudURLSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApphudURLSession.swift; sourceTree = ""; }; - 283F8D4E2B4EB81600F86CD8 /* Documentation.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; name = Documentation.docc; path = ../Documentation.docc; sourceTree = ""; }; - 2842B5B02BBEADFF00832651 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ApphudSDK/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 2861BB142B175D1500B65779 /* ApphudPlacement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudPlacement.swift; sourceTree = ""; }; - 2861BB162B175D2100B65779 /* ApphudSafeSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudSafeSet.swift; sourceTree = ""; }; - 28714CBC2B3F21BF00899013 /* ApphudUser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudUser.swift; sourceTree = ""; }; - 28714CBE2B3F21CE00899013 /* ApphudDataActor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudDataActor.swift; sourceTree = ""; }; - 288AD5912AE21FDC008A9883 /* ApphudProductsStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApphudProductsStorage.swift; sourceTree = ""; }; - 289CB33283303C37828CBF86581F6337 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/expired/index.html; sourceTree = ""; }; - 28B081022B19DB8B0003E2E8 /* ApphudInternal+Currency.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Currency.swift"; sourceTree = ""; }; - 28C0A3D4422CC2730F89BA771FA87424 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/issandbox/index.html; sourceTree = ""; }; - 28FF905ACBDFC9029B1C7B8BD86F398A /* apphudwillpurchase(product:offerid:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudwillpurchase(product:offerid:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudwillpurchase(product:offerid:screenname:).json"; sourceTree = ""; }; - 292DE3FBFF74F2E50CA07F6E56B18107 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/gender/index.html; sourceTree = ""; }; - 292FF046179B94D98D027F9307F5A2D6 /* fetchproducts(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "fetchproducts(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/fetchproducts(_:).json"; sourceTree = ""; }; - 295B0DACF191E6631885D87D30768DC2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudutils/enablealllogs()/index.html"; sourceTree = ""; }; - 298E9C55AAB25C2A46116A9C48021316 /* ApphudScreen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudScreen.swift; sourceTree = ""; }; - 29EED0AD2CD7786084E82DE6FE779E58 /* isactive().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "isactive().json"; path = "docs/data/documentation/apphudsdk/apphudsubscription/isactive().json"; sourceTree = ""; }; - 2A3211569D8565A33C339DE80D35E55F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/addattribution(data:from:identifer:callback:)/index.html"; sourceTree = ""; }; - 2AA5B3CA7285EDD084A1C7CC3E7BF473 /* userid().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "userid().json"; path = "docs/data/documentation/apphudsdk/apphud/userid().json"; sourceTree = ""; }; - 2AD090091CE159B0568674A83D2DB723 /* grantpromotional(dayscount:productid:permissiongroup:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "grantpromotional(dayscount:productid:permissiongroup:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/grantpromotional(dayscount:productid:permissiongroup:callback:).json"; sourceTree = ""; }; - 2B48839D891098C63002309320EB49A5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/content/index.html; sourceTree = ""; }; - 2B6221448E8D4FD20E4B0F1EE636BE1D /* content.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = content.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/content.json; sourceTree = ""; }; - 2C15398560A73F7B9148FE168C8A8682 /* json.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = json.json; path = docs/data/documentation/apphudsdk/apphudpaywall/json.json; sourceTree = ""; }; - 2C7C11A64746DFA47DCBE65C90EBE1E7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/islocal/index.html; sourceTree = ""; }; - 2D0267164F6499D1E40535347AE90B2E /* ApphudUserProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUserProperty.swift; sourceTree = ""; }; - 2D462510938382B5B0B8DF5985713ED4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/productid/index.html; sourceTree = ""; }; - 2E337142F2F228845AE231BFCF0F4DD8 /* apphudattributionproviderapplesearchads.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudattributionproviderapplesearchads.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/apphudattributionproviderapplesearchads.json; sourceTree = ""; }; - 2F1BE2BFC3BF80D728EB70A1445656E9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudutils/index.html; sourceTree = ""; }; - 2F2B618DD0044616256E1D7E190A4B1A /* paywallidentifier.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = paywallidentifier.json; path = docs/data/documentation/apphudsdk/apphudproduct/paywallidentifier.json; sourceTree = ""; }; - 2F938001A74820EC5CD480C7A51CFBEA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilityforintroductoryoffer(product:callback:)/index.html"; sourceTree = ""; }; - 2FF15E188365830EE92E6BB9DF0EC8C9 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/hashvalue.json; sourceTree = ""; }; - 303A1107EC1C129FE7336179207EC9EC /* navigator.index */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = navigator.index; path = docs/index/navigator.index; sourceTree = ""; }; - 316E89B6CB4EE07DDFACB6B367AFF1CB /* highlight-js-ruby.f889d392.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-ruby.f889d392.js"; path = "docs/js/highlight-js-ruby.f889d392.js"; sourceTree = ""; }; - 321EA8506C21697A93763E90D28DEAF7 /* setuidelegate(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "setuidelegate(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setuidelegate(_:).json"; sourceTree = ""; }; - 3301C025E7985B0FD8E446AE473E8871 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/phone/index.html; sourceTree = ""; }; - 3302302CD83B9211199BDD6478093B93 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphud/index.html; sourceTree = ""; }; - 336FD52771CCE309F780CAE4E4C75557 /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = productid.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/productid.json; sourceTree = ""; }; - 345E645A1FB6DCFFBEDE7EAC170253D9 /* migratepurchasesifneeded(callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "migratepurchasesifneeded(callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/migratepurchasesifneeded(callback:).json"; sourceTree = ""; }; - 3470F26B4D263B129DB3C48CE359259E /* ApphudSubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudSubscription.swift; sourceTree = ""; }; - 34712188000302F802CA13ABD3BB435D /* ApphudSDK.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ApphudSDK.modulemap; sourceTree = ""; }; - 34D6567FE29BBD0139F8F6CCB690E7EA /* ApphudScreenController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudScreenController.swift; sourceTree = ""; }; - 352D9440BBDD1417ACCC598E086D1AA5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/didfetchproductsnotification()/index.html"; sourceTree = ""; }; - 35429FCB6BD32F448542528064CB40D8 /* checkeligibilityforpromotionaloffer(product:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "checkeligibilityforpromotionaloffer(product:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilityforpromotionaloffer(product:callback:).json"; sourceTree = ""; }; - 35471EAF148A57B79E4A0610EEBDF249 /* islocal.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = islocal.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/islocal.json; sourceTree = ""; }; - 36A0614991E1960E92D35429E3FE85E0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/toolbar/index.html; sourceTree = ""; }; - 371837A7346D207B6B7A062431586FD9 /* regular.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = regular.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/regular.json; sourceTree = ""; }; - 37A038801A541032EFF6831C12C52240 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/index.html; sourceTree = ""; }; - 37CEC3CB37D18058023F87E0FFE26971 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/expiresdate/index.html; sourceTree = ""; }; - 37E65CBBAE389E5C317403F5C2FE6A73 /* apphudparentviewcontroller(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudparentviewcontroller(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudparentviewcontroller(controller:).json"; sourceTree = ""; }; - 3834243D1FCD838A17A8E4F1A91D08F3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudboolcallback/index.html; sourceTree = ""; }; - 393816B953767ED5D3BD5891FA80F9BF /* logout().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "logout().json"; path = "docs/data/documentation/apphudsdk/apphud/logout().json"; sourceTree = ""; }; - 39BF880C822F5F461A403968877D07BC /* ApphudSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ApphudSDK.release.xcconfig; sourceTree = ""; }; - 3AED0A97119387149D4312264890F09B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/name/index.html; sourceTree = ""; }; - 3B408806B254F8BC3699A0549E12D54D /* shared.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = shared.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/shared.json; sourceTree = ""; }; - 3B667C0AB35CE17FD5071F4823F750C6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = index.html; path = docs/index.html; sourceTree = ""; }; - 3BD17F6DD95763CACBD958C8A3B89910 /* appsflyer.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = appsflyer.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/appsflyer.json; sourceTree = ""; }; - 3C19644287F925BBF0523C39F37BECEF /* error.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = error.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/error.json; sourceTree = ""; }; - 3D53C5208030FE4119D91E8D21BAF12D /* product(productidentifier:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "product(productidentifier:).json"; path = "docs/data/documentation/apphudsdk/apphud/product(productidentifier:).json"; sourceTree = ""; }; - 3D59323C6EDCFCE0D802F8FC682DA692 /* ApphudError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudError.swift; sourceTree = ""; }; - 3D605F247FC62828E300A699E12F1585 /* isdefault.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = isdefault.json; path = docs/data/documentation/apphudsdk/apphudpaywall/isdefault.json; sourceTree = ""; }; - 3DB5B2B380E92EAE082A229705175F58 /* highlight-js-swift.84f3e88c.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-swift.84f3e88c.js"; path = "docs/js/highlight-js-swift.84f3e88c.js"; sourceTree = ""; }; - 3E1626952949EA2A66E1A1EBA2012CDA /* main.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = main.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/main.json; sourceTree = ""; }; - 3ECDA95AB8A51C3CEF02B01A495878F3 /* apphudshouldperformrule(rule:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudshouldperformrule(rule:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudshouldperformrule(rule:).json"; sourceTree = ""; }; - 3EF6B9F08FE3C9897DBADB8037749814 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/start(apikey:userid:observermode:callback:)/index.html"; sourceTree = ""; }; - 3EFE07E52A02CE1C6BF90E3D21D35062 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/hash(into:)/index.html"; sourceTree = ""; }; - 3F18EF2C89E6069251BBA0B9F56223EF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isinretrybilling/index.html; sourceTree = ""; }; - 3F65D150041D2701DEA3E125A022BA2D /* enabledebuglogs().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "enabledebuglogs().json"; path = "docs/data/documentation/apphudsdk/apphud/enabledebuglogs().json"; sourceTree = ""; }; - 3F88F51D0ED20633FE38F34A0E07ECA6 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/hash(into:).json"; sourceTree = ""; }; - 3F9F1F18CFB36267822D909E50EDF5A1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/refunded/index.html; sourceTree = ""; }; - 3FD727669417F1DA9471D1355B526ED6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreenpresentationstyle(controller:)/index.html"; sourceTree = ""; }; - 4055B64A243C19EFB34ED36ED9C6B2C2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/init(from:)/index.html"; sourceTree = ""; }; + 1FA47810C0DF69FA51F55C56F9418B42 /* highlight-js-llvm.6100b125.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-llvm.6100b125.js"; path = "docs/js/highlight-js-llvm.6100b125.js"; sourceTree = ""; }; + 1FC24322D11C574AC73BF604C56F6400 /* apphudnonrenewingpurchasesupdated(_:)-7sfe7.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudnonrenewingpurchasesupdated(_:)-7sfe7.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)-7sfe7.json"; sourceTree = ""; }; + 2000D39CCDFC61A5723259EFFC762BDF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/addattribution(data:from:identifer:callback:)/index.html"; sourceTree = ""; }; + 208E38377C10DB7C11E23F08C3A78E54 /* ApphudPurchaseResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPurchaseResult.swift; sourceTree = ""; }; + 20A821A13E036BFF8AECE2E1E9B15056 /* subscriptions.json */ = {isa = PBXFileReference; includeInIndex = 1; name = subscriptions.json; path = docs/data/documentation/apphudsdk/apphuduser/subscriptions.json; sourceTree = ""; }; + 219F23AC38676899C8001707B0240F3B /* apphudattributionproviderapplesearchads.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudattributionproviderapplesearchads.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/apphudattributionproviderapplesearchads.json; sourceTree = ""; }; + 22521646EEF9219458883E8C9973944A /* apphudnonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudnonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase.json; sourceTree = ""; }; + 22586537538A571356D85EFAA4BCA9FE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/product()/index.html"; sourceTree = ""; }; + 227C1FDAC27B25C2FC718A07F85643DC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/canceledat/index.html; sourceTree = ""; }; + 22811EA9744DBE8D4884997139D63C0B /* status_bar_color.json */ = {isa = PBXFileReference; includeInIndex = 1; name = status_bar_color.json; path = docs/data/documentation/apphudsdk/apphudscreen/status_bar_color.json; sourceTree = ""; }; + 22C0AF48A447734DADAE72E601E6BE64 /* apphudeligibilitycallback.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudeligibilitycallback.json; path = docs/data/documentation/apphudsdk/apphudeligibilitycallback.json; sourceTree = ""; }; + 23503443BDACDC4A7D9EFE1D6664673A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/storekit/skpaymentqueue/index.html; sourceTree = ""; }; + 23ABD04FB5178BABE4F12DDD05C8209E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacement/index.html; sourceTree = ""; }; + 23B0BBD681DECC57E2D7D6E0DCB28306 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isintroductoryactivated/index.html; sourceTree = ""; }; + 23FA3D2074698A86CBDB441B9C1681F4 /* purchasepromo(_:discountid:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchasepromo(_:discountid:_:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchasepromo(_:discountid:_:).json"; sourceTree = ""; }; + 2479683E73F83869AEFFE8E01A73075D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2485E6DCFE334271CAC234363FB9B2F6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/!=(_:_:)/index.html"; sourceTree = ""; }; + 24E2BB11CF33FAAC4D0CEDC9820D1238 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)-31k4/index.html"; sourceTree = ""; }; + 254DFE30408DED2B441DE31740119827 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + 26190D14664D07F015DCFDA3B13B1617 /* apphudutils.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudutils.json; path = docs/data/documentation/apphudsdk/apphudutils.json; sourceTree = ""; }; + 26757B4081214481CEF861D5C50C9810 /* fetchproducts().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "fetchproducts().json"; path = "docs/data/documentation/apphudsdk/apphud/fetchproducts().json"; sourceTree = ""; }; + 283DDC75FC04E82687AE098A1BE521E0 /* userdidload(user:)-4qpvb.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "userdidload(user:)-4qpvb.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/userdidload(user:)-4qpvb.json"; sourceTree = ""; }; + 287B48E6FDD26E83379CDD987348851B /* applicationversion.json */ = {isa = PBXFileReference; includeInIndex = 1; name = applicationversion.json; path = docs/data/documentation/apphudsdk/apphudreceipt/applicationversion.json; sourceTree = ""; }; + 28DE5768AE58CC69B5CED27C4B664AEA /* ApphudInternal+Fallback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Fallback.swift"; sourceTree = ""; }; + 29CF915F1892E9CCFCF9C529E8C7D5C6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/banner/index.html; sourceTree = ""; }; + 29E7949D2872B1B382D5617CCF68B144 /* no-image@2x.df2a0a50.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "no-image@2x.df2a0a50.png"; path = "docs/img/no-image@2x.df2a0a50.png"; sourceTree = ""; }; + 2A1B30F1B23FF4621DD74D27C997F665 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/nonrenewingpurchase/index.html; sourceTree = ""; }; + 2B4C5CF496D1773F14B0B47BD213DB4B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/placementsdidfullyload(placements:)-8b6v8/index.html"; sourceTree = ""; }; + 2B4C9F7EF607CB912177589CC355BCD2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/gender/index.html; sourceTree = ""; }; + 2C15A9FA1DCA2A187438ABE61609FDEA /* ApphudSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ApphudSDK.release.xcconfig; sourceTree = ""; }; + 2C2D17FA0856B7DD470C43B856AACCD2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/productid/index.html; sourceTree = ""; }; + 2D37F4CECD008B991CCBB2E4E0FC2259 /* ApphudError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudError.swift; sourceTree = ""; }; + 2D9E7A633077EAEFFFAD133E3EE1BDD6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/hashvalue/index.html; sourceTree = ""; }; + 2E76FEFF59E0335A1FA06A51448BD7D1 /* hasaccess.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hasaccess.json; path = docs/data/documentation/apphudsdk/apphudgroup/hasaccess.json; sourceTree = ""; }; + 2EF829531AC9F138E4AD26775A41780E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + 2F00E0C0A93CFC9C8EB846AF08FF7F27 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)-856ot/index.html"; sourceTree = ""; }; + 2F10EBB9F4B09F06CBB62130BE258F33 /* grantpromotional(dayscount:productid:permissiongroup:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "grantpromotional(dayscount:productid:permissiongroup:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/grantpromotional(dayscount:productid:permissiongroup:callback:).json"; sourceTree = ""; }; + 2F919BB016A3554AC1957CF939374B8E /* setuserproperty(key:value:setonce:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setuserproperty(key:value:setonce:).json"; path = "docs/data/documentation/apphudsdk/apphud/setuserproperty(key:value:setonce:).json"; sourceTree = ""; }; + 2FDC63FD67F6C9B035CCEEDA0094BF89 /* apphuddidobservepurchase(result:)-1ym71.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidobservepurchase(result:)-1ym71.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)-1ym71.json"; sourceTree = ""; }; + 314A7A17E91551CBED5E62744362B9D1 /* apphudscreenwilldismiss(screenname:error:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudscreenwilldismiss(screenname:error:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreenwilldismiss(screenname:error:).json"; sourceTree = ""; }; + 31ED7516F4D99BCEB9AC5B6BC467147C /* apphuddiddismissscreen(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddiddismissscreen(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddiddismissscreen(controller:).json"; sourceTree = ""; }; + 31FA54A37470176B6493D59584F446E1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:callback:)-6dhy3/index.html"; sourceTree = ""; }; + 32229E4470479397D40ADA61D703142C /* rawpaywalls().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawpaywalls().json"; path = "docs/data/documentation/apphudsdk/apphuduser/rawpaywalls().json"; sourceTree = ""; }; + 3245F13DCDF94E006077FBBA07955985 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/presentoffercoderedemptionsheet()/index.html"; sourceTree = ""; }; + 327D805B874195313FB9D74C650EFBED /* apphuddidselectsurveyanswer(question:answer:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidselectsurveyanswer(question:answer:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidselectsurveyanswer(question:answer:screenname:).json"; sourceTree = ""; }; + 33221E5E41D37F251EF266C15FB5890D /* highlight-js-markdown.90077643.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-markdown.90077643.js"; path = "docs/js/highlight-js-markdown.90077643.js"; sourceTree = ""; }; + 333E38B828EFED848FBB2E7B5C2898A1 /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; name = products.json; path = docs/data/documentation/apphudsdk/apphudpaywall/products.json; sourceTree = ""; }; + 3376618593B8EA6618A4A8BEE07568AC /* transaction.json */ = {isa = PBXFileReference; includeInIndex = 1; name = transaction.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/transaction.json; sourceTree = ""; }; + 33EBA5EFEB83A38652AA974C83FBE804 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/issandbox/index.html; sourceTree = ""; }; + 34AD6AEBCA3234DAE8C1882E95928B72 /* ApphudAsyncStoreKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudAsyncStoreKit.swift; sourceTree = ""; }; + 34D481DEF9742BE622623400205B110E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/productid/index.html; sourceTree = ""; }; + 351B58477938736E8BFD9CD877810927 /* issandbox().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "issandbox().json"; path = "docs/data/documentation/apphudsdk/apphud/issandbox().json"; sourceTree = ""; }; + 3586ACE86C0B3B8E770CDDB2FA96C477 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/index.html; sourceTree = ""; }; + 362D65CA6C4403E33EF4576865DC0921 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/equatable-implementations.json"; sourceTree = ""; }; + 363E3537A5D3CA6BB3669544232D2231 /* apphudasyncpurchaseresult.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudasyncpurchaseresult.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult.json; sourceTree = ""; }; + 3640F83C961510032769367015E5CCBF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/start(apikey:userid:observermode:callback:)/index.html"; sourceTree = ""; }; + 36571392BBFBB9918F74573895393DB9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywall/observableobject-implementations/index.html"; sourceTree = ""; }; + 3682CCA0F339904D8C430FB1E43150AF /* enabledebuglogs().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "enabledebuglogs().json"; path = "docs/data/documentation/apphudsdk/apphud/enabledebuglogs().json"; sourceTree = ""; }; + 375F08BBFB7DCE0B36706B8F9CCA4460 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddiddismissscreen(controller:)/index.html"; sourceTree = ""; }; + 378C92919162DFCA1031A1B582533558 /* ApphudSDK.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ApphudSDK.modulemap; sourceTree = ""; }; + 37CEC96A0FE240A565FF31C30BC32420 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallsdidloadcallback(_:)/index.html"; sourceTree = ""; }; + 38334C303317F78932D575AA22D83A4D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/submitpushnotificationstokenstring(string:callback:)/index.html"; sourceTree = ""; }; + 38B178018B94019C25E501BE90205837 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/appsflyer/index.html; sourceTree = ""; }; + 39522202DA02352866476F4745DD7C0B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)-3kcab/index.html"; sourceTree = ""; }; + 397EB9055E2ECBFC51A42E450FF811E6 /* ApphudInternal+Purchase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Purchase.swift"; sourceTree = ""; }; + 399BF254D5F84B2E455BB55029132CE2 /* deprecated-icon.015b4f17.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "deprecated-icon.015b4f17.svg"; path = "docs/img/deprecated-icon.015b4f17.svg"; sourceTree = ""; }; + 39E60AF0536BC7AC28536A0E10727F07 /* apphuddidobservepurchase(result:)-57k7y.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidobservepurchase(result:)-57k7y.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)-57k7y.json"; sourceTree = ""; }; + 3A0F6B9C22BC7C92CE62A4B164292755 /* apphudsdkversionstring.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsdkversionstring.json; path = docs/data/documentation/apphudsdk/apphudsdkversionstring.json; sourceTree = ""; }; + 3B48FAA5841D61E8A7E97BB0629F76D2 /* onboarding.json */ = {isa = PBXFileReference; includeInIndex = 1; name = onboarding.json; path = docs/data/documentation/apphudsdk/apphudplacementid/onboarding.json; sourceTree = ""; }; + 3B91616507E8D83ADC35BFFEDD77E193 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/deviceid()/index.html"; sourceTree = ""; }; + 3BBF14B40BDB1C0098CD73AE0A332115 /* settings.json */ = {isa = PBXFileReference; includeInIndex = 1; name = settings.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/settings.json; sourceTree = ""; }; + 3BF5829B9A36556BF3EC943F60C2E88D /* experimentname.json */ = {isa = PBXFileReference; includeInIndex = 1; name = experimentname.json; path = docs/data/documentation/apphudsdk/apphudpaywall/experimentname.json; sourceTree = ""; }; + 3C28443244D8BD40F25B5643777699AC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudshouldperformrule(rule:)/index.html"; sourceTree = ""; }; + 3C37ED601E3F8F067B1742E55B248957 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/hash(into:).json"; sourceTree = ""; }; + 3C4D5370A08575638D6EFE911CA65928 /* apphudsdkversionnumber.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsdkversionnumber.json; path = docs/data/documentation/apphudsdk/apphudsdkversionnumber.json; sourceTree = ""; }; + 3CEC2333F05FDEC7F38E24E1FC22D58F /* promo.json */ = {isa = PBXFileReference; includeInIndex = 1; name = promo.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/promo.json; sourceTree = ""; }; + 3D2FDE4AEC6237666E72024BC6680C58 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/originalapplicationversion/index.html; sourceTree = ""; }; + 3D984A5201D14C22885D48A310C15C86 /* subscription.json */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/subscription.json; sourceTree = ""; }; + 3FA09F279FCF4936FB6B8B90A721754D /* home.json */ = {isa = PBXFileReference; includeInIndex = 1; name = home.json; path = docs/data/documentation/apphudsdk/apphudplacementid/home.json; sourceTree = ""; }; + 3FF1FE0D13D563E3CD5A3AEA3CC361C8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudrule/rule_name/index.html; sourceTree = ""; }; + 4096EB00A7A23475842185A090B40044 /* rawplacements().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawplacements().json"; path = "docs/data/documentation/apphudsdk/apphud/rawplacements().json"; sourceTree = ""; }; 40D972835BCED5AFEFFD9530EBFE423B /* Pods-ApphudSDKDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ApphudSDKDemo.release.xcconfig"; sourceTree = ""; }; - 4295892582F32A1D8D4FB75A31A161AF /* highlight-js-shell.dd7f411f.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-shell.dd7f411f.js"; path = "docs/js/highlight-js-shell.dd7f411f.js"; sourceTree = ""; }; - 42A05D1A388526D52527D9A62F4A5E82 /* apphudshouldshowscreen(screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudshouldshowscreen(screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudshouldshowscreen(screenname:).json"; sourceTree = ""; }; - 42C147CB420FDDE8D6ED6224199017A2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/nonrenewingpurchase/index.html; sourceTree = ""; }; - 431B2A63F1F2566C1BA5B7FEACB523BC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/pendingrule()/index.html"; sourceTree = ""; }; - 448637BFFC9ECC1C8294AABDE71E41B9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/grantpromotional(dayscount:productid:permissiongroup:callback:)/index.html"; sourceTree = ""; }; - 45313912DB4EDA28858AE0FBE8925E3E /* apphudproductfor(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudproductfor(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/apphudproductfor(_:).json"; sourceTree = ""; }; - 45C1C6878E36D1BDFCF5052E73CA6189 /* apphudsubscription.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudsubscription.json; path = docs/data/documentation/apphudsdk/apphudsubscription.json; sourceTree = ""; }; - 462BDF5C39658F7569FBD7282E830596 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/products/index.html; sourceTree = ""; }; - 46F7BC71AE6016BCB32EC32EAD8AA5E4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/intro/index.html; sourceTree = ""; }; - 472E52467286F91830E07647911997C7 /* paywalls().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "paywalls().json"; path = "docs/data/documentation/apphudsdk/apphud/paywalls().json"; sourceTree = ""; }; - 47CBCB156E6917A915A8F1FDC106E5B8 /* highlight-js-java.8326d9d8.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-java.8326d9d8.js"; path = "docs/js/highlight-js-java.8326d9d8.js"; sourceTree = ""; }; - 47F19C744CD5EEB473200C15BCE888DB /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/init(rawvalue:).json"; sourceTree = ""; }; - 481BA2FE971A4C4F267AE43EBF007731 /* apphudscreendidappear(screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudscreendidappear(screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreendidappear(screenname:).json"; sourceTree = ""; }; - 4850F4EE7A092B2F9F14ECF9D9604BA1 /* ApphudUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUtils.swift; sourceTree = ""; }; - 48E7BF0BAE572B7293756A525C65097B /* apphuddidfetchstorekitproducts(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphuddidfetchstorekitproducts(_:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidfetchstorekitproducts(_:).json"; sourceTree = ""; }; - 48F38943A2DED0451DD88A371414DADD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/incrementuserproperty(key:by:)/index.html"; sourceTree = ""; }; - 4913E32B06593B730EA1A8D986AF5967 /* apphudhttpclient.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudhttpclient.json; path = docs/data/documentation/apphudsdk/apphudhttpclient.json; sourceTree = ""; }; - 494D5EA51FFEBDB7DA57C4B3AEE8C7E2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/hash(into:)/index.html"; sourceTree = ""; }; - 49A333074E1A35B9FF4DD08A69EEE6B8 /* age.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = age.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/age.json; sourceTree = ""; }; - 49B1D463714CB4C3E03BC6711543CA66 /* ApphudNonRenewingPurchase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudNonRenewingPurchase.swift; sourceTree = ""; }; - 4B03594C02227422486BD8B6C6740158 /* highlight-js-json.471128d2.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-json.471128d2.js"; path = "docs/js/highlight-js-json.471128d2.js"; sourceTree = ""; }; - 4BB05F68AF73F97D025D6C5B3204D48B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/applicationversion/index.html; sourceTree = ""; }; - 4BE1323ACB1DF33C100106B2B2612B52 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/startmanually(apikey:userid:deviceid:observermode:callback:)/index.html"; sourceTree = ""; }; - 4C8E69E701E442C5EE4BB432F2A1BEC7 /* apphudproductidentifiers().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudproductidentifiers().json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudproductidentifiers().json"; sourceTree = ""; }; - 4D89CA639D5B95E02E577406ACAB428B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudparentviewcontroller(controller:)/index.html"; sourceTree = ""; }; - 4DF3FCC2EB23A7B9E9BA56A6C74D71A4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchskproducts()/index.html"; sourceTree = ""; }; - 4F467627FEE49901B6378BA0D9B5D124 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywall/init(from:).json"; sourceTree = ""; }; - 4FDCE35710D77604A69F6AD57AF9BFDD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywall/init(from:)/index.html"; sourceTree = ""; }; - 5035FE3E53986404DF1C75FC5787C42E /* developer-og.jpg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.jpeg; name = "developer-og.jpg"; path = "docs/developer-og.jpg"; sourceTree = ""; }; + 4199C6CAA91EBB55EB405D5238C0267C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduser/init(from:)/index.html"; sourceTree = ""; }; + 41A7DA637C4B65B05821D6369499DB23 /* subscriptions().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "subscriptions().json"; path = "docs/data/documentation/apphudsdk/apphud/subscriptions().json"; sourceTree = ""; }; + 41F8D024D6658219B46447D6446AE038 /* skpaymentqueue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = skpaymentqueue.json; path = docs/data/documentation/apphudsdk/storekit/skpaymentqueue.json; sourceTree = ""; }; + 42637816BCF827BF0946B98A71F59B08 /* apphuddelegate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuddelegate.json; path = docs/data/documentation/apphudsdk/apphuddelegate.json; sourceTree = ""; }; + 427D15712888338B5701B19983D2FCB0 /* canceledat.json */ = {isa = PBXFileReference; includeInIndex = 1; name = canceledat.json; path = docs/data/documentation/apphudsdk/apphudsubscription/canceledat.json; sourceTree = ""; }; + 42DE11A01D13658807FE6AC49663E412 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudnonrenewingpurchase/isactive()/index.html"; sourceTree = ""; }; + 42F9331BF3A82C2F0F892B56425D7944 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/objectwillchange/index.html; sourceTree = ""; }; + 43221A937E32A7FF1087E5D9FE0ACAF9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = ""; }; + 4353F6D1F0E6CDF2A865033CE592B817 /* apphudshouldstartappstoredirectpurchase(_:)-2ek16.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudshouldstartappstoredirectpurchase(_:)-2ek16.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)-2ek16.json"; sourceTree = ""; }; + 43C4A0C619C311C312C5BE7AEAE7BD0E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)-1dyji/index.html"; sourceTree = ""; }; + 44867938484CB32EDDD849D8C2E4B0F8 /* ApphudNonRenewingPurchase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudNonRenewingPurchase.swift; sourceTree = ""; }; + 44C674C6B4979A20C4D937A5E8420E30 /* documentation-topic.57e91f8a.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic.57e91f8a.js"; path = "docs/js/documentation-topic.57e91f8a.js"; sourceTree = ""; }; + 45475D1B105478234C4F75198853D4AD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudutils/init/index.html; sourceTree = ""; }; + 4624E45529A7F8A753ECBD7B29E92CAC /* ApphudSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ApphudSDK.debug.xcconfig; sourceTree = ""; }; + 46DC220B97B28099E3CA3EC794C8DB4C /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = productid.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/productid.json; sourceTree = ""; }; + 481E8552226487FBBF2B9C358FCDF0C5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/main/index.html; sourceTree = ""; }; + 484C622C1025FAE37275D1394417D678 /* logout().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "logout().json"; path = "docs/data/documentation/apphudsdk/apphud/logout().json"; sourceTree = ""; }; + 484E70DAFA756B051C1FF119B8762B52 /* index.e8a5d294.js */ = {isa = PBXFileReference; includeInIndex = 1; name = index.e8a5d294.js; path = docs/js/index.e8a5d294.js; sourceTree = ""; }; + 48A09A4721D9913F78283DCCE07BA319 /* handlepushnotification(apsinfo:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "handlepushnotification(apsinfo:).json"; path = "docs/data/documentation/apphudsdk/apphud/handlepushnotification(apsinfo:).json"; sourceTree = ""; }; + 48BCE2E53FE3854D5B8D8491EFF542A4 /* data.mdb */ = {isa = PBXFileReference; includeInIndex = 1; name = data.mdb; path = docs/index/data.mdb; sourceTree = ""; }; + 48CFB7A62D9F4B444707131F357A4F04 /* checkeligibilitiesforintroductoryoffers(products:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "checkeligibilitiesforintroductoryoffers(products:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilitiesforintroductoryoffers(products:callback:).json"; sourceTree = ""; }; + 498D98DD9073CBAC05EA43C253CA5C60 /* fetchproducts(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "fetchproducts(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/fetchproducts(_:).json"; sourceTree = ""; }; + 49AE2FCFFCA62D58E0A85D6D82E2573D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidfailpurchase(product:offerid:errorcode:screenname:)/index.html"; sourceTree = ""; }; + 4A05448F3BCB078D4A8359C1D168D2CF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/optoutoftracking()/index.html"; sourceTree = ""; }; + 4A36251AA10C8D6AF480F8530C7571B2 /* highlight-js-http.163e45b6.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-http.163e45b6.js"; path = "docs/js/highlight-js-http.163e45b6.js"; sourceTree = ""; }; + 4A79F9E75F20971C39BF1F1B205516EE /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/equatable-implementations.json"; sourceTree = ""; }; + 4ABD684FF0055D8BA4B86E570F3F5B37 /* navigator.index */ = {isa = PBXFileReference; includeInIndex = 1; name = navigator.index; path = docs/index/navigator.index; sourceTree = ""; }; + 4AD75C7D35074B55A57BD619D482EB96 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuddelegate/index.html; sourceTree = ""; }; + 4B95CEE75CB5E4FB632622D1EB23AA29 /* firebase.json */ = {isa = PBXFileReference; includeInIndex = 1; name = firebase.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/firebase.json; sourceTree = ""; }; + 4BBCD3707872F8EC0883A2CEAEB84574 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)-2g2jg/index.html"; sourceTree = ""; }; + 4C1CBCDC9C193651332E98777F8476E7 /* nonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; name = nonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/nonrenewingpurchase.json; sourceTree = ""; }; + 4C1D659CB3CAC03CB9467198714E2CAC /* metadata.json */ = {isa = PBXFileReference; includeInIndex = 1; name = metadata.json; path = docs/metadata.json; sourceTree = ""; }; + 4C67924EBA576FEFC17CB054565FA19B /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/!=(_:_:).json"; sourceTree = ""; }; + 4C9ED87511289324382BB525DD09DE7A /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/init(from:).json"; sourceTree = ""; }; + 4CF8FF8E585B9814AF311B41EAC7CE83 /* highlight-js-ruby.f889d392.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-ruby.f889d392.js"; path = "docs/js/highlight-js-ruby.f889d392.js"; sourceTree = ""; }; + 4D126B4346BAD58951CF265CEA002BA1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/adjust/index.html; sourceTree = ""; }; + 4D689EECF2454B48BB0E4F7F7FC205B8 /* apphudparentviewcontroller(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudparentviewcontroller(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudparentviewcontroller(controller:).json"; sourceTree = ""; }; + 4DACEC7B275BD454DE9505886446E4CE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/!=(_:_:)/index.html"; sourceTree = ""; }; + 4DE3C7BEDD74B0D7669A40DFF1511B18 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilitiesforpromotionaloffers(products:callback:)/index.html"; sourceTree = ""; }; + 4E5740F96D39D7F3A51CF6D8738C1963 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduser/rawplacements()/index.html"; sourceTree = ""; }; + 4E82FC5013473420652FDE1CC722766D /* observableobject-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "observableobject-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudproduct/observableobject-implementations.json"; sourceTree = ""; }; + 4F1A418C7F886A1E39B08EB869D861E0 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphuduser/init(from:).json"; sourceTree = ""; }; + 4FDB322113FD0E81A54AEB3A4C97BF1F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/name/index.html; sourceTree = ""; }; + 4FE6A017EBE57C39822207B419C6B277 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/hash(into:).json"; sourceTree = ""; }; + 4FF1486436256C430CDAAC93F78CA107 /* highlight-js-bash.1b52852f.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-bash.1b52852f.js"; path = "docs/js/highlight-js-bash.1b52852f.js"; sourceTree = ""; }; + 4FF26545C2448675D9F0922F9B380872 /* error.json */ = {isa = PBXFileReference; includeInIndex = 1; name = error.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/error.json; sourceTree = ""; }; + 4FFC459BD5045EE72E201435F7030C90 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/!=(_:_:)/index.html"; sourceTree = ""; }; + 507340F7841217C9CDD304122093E2A2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/applicationversion/index.html; sourceTree = ""; }; + 508A4250E1CECD364F395CFCE94D1D94 /* pendingrule().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "pendingrule().json"; path = "docs/data/documentation/apphudsdk/apphud/pendingrule().json"; sourceTree = ""; }; + 508BACBCC66D239DB194E6EEE61A0B83 /* enablealllogs().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "enablealllogs().json"; path = "docs/data/documentation/apphudsdk/apphudutils/enablealllogs().json"; sourceTree = ""; }; 50A029EF993BC038FF4C18705766A797 /* Pods-ApphudSDKTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ApphudSDKTests-dummy.m"; sourceTree = ""; }; - 50C611724EAC3F198E937BE9AFAEB4B1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/hashvalue/index.html; sourceTree = ""; }; - 50C7583136FB947F664554AB1291ABBF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuddelegate/index.html; sourceTree = ""; }; - 519E1E049759C7B751192DFC0379549F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/productid/index.html; sourceTree = ""; }; - 519F7D131DBE097FD18CF8C075DC6C93 /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = init.json; path = docs/data/documentation/apphudsdk/apphud/init.json; sourceTree = ""; }; - 51AF3137DB2E7DD15F50B703F46AFE0F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/apphudattributionproviderapplesearchads/index.html; sourceTree = ""; }; - 51CB8608F1E31D35451C51E7CA7FDD40 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/setadvertisingidentifier(_:)/index.html"; sourceTree = ""; }; - 520B01FB4526E1009F27577A01E1EBB9 /* apphudutils.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudutils.json; path = docs/data/documentation/apphudsdk/apphudutils.json; sourceTree = ""; }; - 526EB655CD91B6D28895272FA151F0CE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudeligibilitycallback/index.html; sourceTree = ""; }; - 53F6FD385CDD06AF37AA892B104C727B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/regular/index.html; sourceTree = ""; }; + 50C16046956A8B3BF6023CA9B72327C7 /* documentation-topic.1d1eec04.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic.1d1eec04.css"; path = "docs/css/documentation-topic.1d1eec04.css"; sourceTree = ""; }; + 512FEC6640812550645E70F2CD1F327F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setadvertisingidentifier(_:)/index.html"; sourceTree = ""; }; + 523E583890A4C3B764CADA5A82BBDE90 /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = name.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/name.json; sourceTree = ""; }; + 528C187B9FB85FE9239F5A499B8D7D0A /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; name = products.json; path = docs/data/documentation/apphudsdk/apphudgroup/products.json; sourceTree = ""; }; + 53049F791BFB77C0698C9079F71B8CF0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphud/products/index.html; sourceTree = ""; }; + 5337DDB741B9E3C6B4228B5082F5C9AF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + 53449867A15A6A1D25588F92FCEC363F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/settings/index.html; sourceTree = ""; }; + 53AF8AF9C5AE6A3DAF4C7BEB488FEA91 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:callback:)-9oi/index.html"; sourceTree = ""; }; + 53D7EAE5AA607C48A89A98B7D4F65D98 /* highlight-js-scss.62ee18da.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-scss.62ee18da.js"; path = "docs/js/highlight-js-scss.62ee18da.js"; sourceTree = ""; }; + 543DE553E805DD032C734A83E0ADF94A /* ApphudProductsStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudProductsStorage.swift; sourceTree = ""; }; + 545175362E5B597300ECFAB69A1BC508 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)-2mv8h/index.html"; sourceTree = ""; }; + 546EB58AADD868CC82745BEE56C637BB /* objectwillchange.json */ = {isa = PBXFileReference; includeInIndex = 1; name = objectwillchange.json; path = docs/data/documentation/apphudsdk/apphudpaywall/objectwillchange.json; sourceTree = ""; }; + 551C8ED2DFC36D28BD78172B35ECD2DF /* submitpushnotificationstokenstring(string:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "submitpushnotificationstokenstring(string:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/submitpushnotificationstokenstring(string:callback:).json"; sourceTree = ""; }; 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 556D774295D38D21D33476466B0ED0C4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/index.html; sourceTree = ""; }; - 55D34F85DDB77643A7F82B7C01A31B0F /* apphuddidfetchstorekitproducts(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphuddidfetchstorekitproducts(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidfetchstorekitproducts(_:_:).json"; sourceTree = ""; }; - 560509E7DABBD66820CFD87C4E4C19D1 /* highlight-js-php.cc8d6c27.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-php.cc8d6c27.js"; path = "docs/js/highlight-js-php.cc8d6c27.js"; sourceTree = ""; }; - 560943A07E3B9D3D93B008CD7D691F5F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreenwilldismiss(screenname:error:)/index.html"; sourceTree = ""; }; - 56E7B75CDA480166D36C335292DB6CE9 /* setcustompurchasevalue(_:productid:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "setcustompurchasevalue(_:productid:).json"; path = "docs/data/documentation/apphudsdk/apphud/setcustompurchasevalue(_:productid:).json"; sourceTree = ""; }; - 575DC62BE77E6B838019600BD3F9A503 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/originalpurchasedate/index.html; sourceTree = ""; }; - 58CEA9AEB266E5F2577A3047C89CFA26 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudproductidentifiers()/index.html"; sourceTree = ""; }; - 58E6D3A8BDE0C88EF469E61BC0C3A1F0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/index.html; sourceTree = ""; }; - 5937BF0E7599F629B9B1277CD38A473B /* store.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = store.json; path = docs/data/documentation/apphudsdk/apphudproduct/store.json; sourceTree = ""; }; - 5945361D2FECEDA51C4042D1AD04A380 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/error/index.html; sourceTree = ""; }; - 59748E7F5ADA55443EC3DB8D019E5320 /* highlight-js-http.163e45b6.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-http.163e45b6.js"; path = "docs/js/highlight-js-http.163e45b6.js"; sourceTree = ""; }; - 5983DE77CFE5F621355ADB7716A58D80 /* identifier.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = identifier.json; path = docs/data/documentation/apphudsdk/apphudpaywall/identifier.json; sourceTree = ""; }; - 59C02E6D759B8815805210F2816FAD53 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/equatable-implementations/index.html"; sourceTree = ""; }; - 59CD9987CFB8DEA2C3616DAD845BEEBA /* ApphudProduct.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudProduct.swift; sourceTree = ""; }; - 59FFA2796547C3DE9708AAA9E411B510 /* bundleid.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = bundleid.json; path = docs/data/documentation/apphudsdk/apphudreceipt/bundleid.json; sourceTree = ""; }; - 5A51B66EF640750D8FD9A803840E7851 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)/index.html"; sourceTree = ""; }; - 5C73BD69E49D53A7DC1462AD90DB59E6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/success/index.html; sourceTree = ""; }; - 5CA58316D6AC3152218F8214393E60C4 /* ApphudKeychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudKeychain.swift; sourceTree = ""; }; - 5CEFB1254E8C836AAF9A549A6C580011 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/frompaywall/index.html; sourceTree = ""; }; - 5D2380C82B47CF1AD759C9EF1A2A6D47 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/isnonrenewingpurchaseactive(productidentifier:)/index.html"; sourceTree = ""; }; - 5D530A6ADBBB93F19BC78BA1D4D4DB53 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/transaction/index.html; sourceTree = ""; }; - 5D8627F389FF38A466429263DF717C5A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/!=(_:_:)/index.html"; sourceTree = ""; }; - 5DB455659E933DEB7F13AE0ED0C913C7 /* apphudsdkversionstring.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudsdkversionstring.json; path = docs/data/documentation/apphudsdk/apphudsdkversionstring.json; sourceTree = ""; }; - 5DC1CB73037BC5A6A0D632F3A659A6BF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/!=(_:_:)/index.html"; sourceTree = ""; }; - 5DDAE55360D6F625677973390DA456C2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/store/index.html; sourceTree = ""; }; - 5E06AC5FA70AC38E819A130C23C575CF /* ApphudInternal+Product.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Product.swift"; sourceTree = ""; }; - 5EA17B9C6C4B7437863009B80B60C99F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/index.html; sourceTree = ""; }; - 60078909ED65EC65CDF2E280397A3566 /* ApphudAsyncStoreKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudAsyncStoreKit.swift; sourceTree = ""; }; - 600CBE8079EE815656B43B197B3296C6 /* apphudpurchaseresult.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudpurchaseresult.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult.json; sourceTree = ""; }; - 60287C0FA56684D29069066D23B8D2D2 /* paywallsdidfullyload(paywalls:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "paywallsdidfullyload(paywalls:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:).json"; sourceTree = ""; }; - 613DC51A1036A167012E91D01BA7851E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)/index.html"; sourceTree = ""; }; - 6148031A6AF4EA448D26000E62F0A5E5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/receiptcreationdate/index.html; sourceTree = ""; }; - 62664383260E2378B6675D1428A43FBB /* success.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = success.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/success.json; sourceTree = ""; }; - 63A5B2F7336494F77A7E6B219C510BB8 /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = name.json; path = docs/data/documentation/apphudsdk/apphudproduct/name.json; sourceTree = ""; }; - 63E98309039E1542411AF1E4E607E8A7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/name/index.html; sourceTree = ""; }; - 6484CA7B7C62FC0AFCDD0D1B8DA385BE /* highlight-js-bash.1b52852f.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-bash.1b52852f.js"; path = "docs/js/highlight-js-bash.1b52852f.js"; sourceTree = ""; }; - 64F0028AE1C08757CD97A48EC5793064 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsdkversionstring/index.html; sourceTree = ""; }; - 6507A5C07A5E38BC80B29DD3AC8E19E4 /* apphuduserpropertykey.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphuduserpropertykey.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey.json; sourceTree = ""; }; - 652618DF3F9781A7425ED7B3B8D626A1 /* chunk-2d0d3105.cd72cc8e.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "chunk-2d0d3105.cd72cc8e.js"; path = "docs/js/chunk-2d0d3105.cd72cc8e.js"; sourceTree = ""; }; - 658805502B6831AC6168521992B3F984 /* product().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "product().json"; path = "docs/data/documentation/apphudsdk/apphudproduct/product().json"; sourceTree = ""; }; - 66F511BE56EFD38FAE68D9D4592278D1 /* added-icon.d6f7e47d.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = "added-icon.d6f7e47d.svg"; path = "docs/img/added-icon.d6f7e47d.svg"; sourceTree = ""; }; - 67113B37B845ED4401C01973C3B426C0 /* phone.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = phone.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/phone.json; sourceTree = ""; }; - 6751C7EC9B1EC8552754141AC1D15CDB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/status/index.html; sourceTree = ""; }; - 67546F68DB62995881A628164691EEDD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/hash(into:)/index.html"; sourceTree = ""; }; - 679A12A5B2BE0E9E2671E4A6C32EF707 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/productid/index.html; sourceTree = ""; }; - 6879F494A410F2A4FF2FDA69F3E1AE75 /* ApphudInternal+UserUpdate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+UserUpdate.swift"; sourceTree = ""; }; - 693489A21156C3A03BB285E93D9B6ECD /* originalpurchasedate.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = originalpurchasedate.json; path = docs/data/documentation/apphudsdk/apphudreceipt/originalpurchasedate.json; sourceTree = ""; }; - 6951E9739BFFEF24E073FBB9735C07C3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/handlepushnotification(apsinfo:)/index.html"; sourceTree = ""; }; - 69F44B99DADDEB572F280976219F053B /* ApphudSDK-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ApphudSDK-Info.plist"; sourceTree = ""; }; - 6A8DD69B9FE0F284843F64BAAB605B61 /* ApphudNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudNavigationController.swift; sourceTree = ""; }; - 6AD237A9C4F541DF5B436BD846771E23 /* ApphudScreenController+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudScreenController+Extensions.swift"; sourceTree = ""; }; - 6B1C7B31B0E9EDC951C111E38D7DB19F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/age/index.html; sourceTree = ""; }; - 6B8E3ECC88447CD069F6464A378F0895 /* highlight-js-css.75eab1fe.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-css.75eab1fe.js"; path = "docs/js/highlight-js-css.75eab1fe.js"; sourceTree = ""; }; - 6B987A57E5CF1A5EE746455D65D88667 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/error/index.html; sourceTree = ""; }; - 6BD14C2B032CB50DDC77D7DB07B32B11 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/email/index.html; sourceTree = ""; }; - 6C1AC9206631AA1D4F150ED3AF6923D8 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/hashvalue.json; sourceTree = ""; }; + 55858D2A41BB98DBAC11F46D8D8A6CDC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:value:callback:)/index.html"; sourceTree = ""; }; + 5636E11C1B2EB7B03365CB1E402C8D5E /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudgroup/encode(to:).json"; sourceTree = ""; }; + 56456FDD21A69278B8D93FE483E9F3D0 /* originalapplicationversion.json */ = {isa = PBXFileReference; includeInIndex = 1; name = originalapplicationversion.json; path = docs/data/documentation/apphudsdk/apphudreceipt/originalapplicationversion.json; sourceTree = ""; }; + 56A63B42AFA5FDA1287D6935281A419E /* checkeligibilityforpromotionaloffer(product:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "checkeligibilityforpromotionaloffer(product:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilityforpromotionaloffer(product:callback:).json"; sourceTree = ""; }; + 56DF59648786DCD71C95198DD0917D0E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/custom/index.html; sourceTree = ""; }; + 57E29DC5931BC37F75C4E9AA7670FC25 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/email/index.html; sourceTree = ""; }; + 57EC841362B82989F763254BAE37DD1A /* userdidload(user:)-4f87g.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "userdidload(user:)-4f87g.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/userdidload(user:)-4f87g.json"; sourceTree = ""; }; + 59204D9858ABF3637A97D25307FF9E60 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/post_customers_timeout/index.html; sourceTree = ""; }; + 597B655FFBA5EF144577D1195E5341BB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/name/index.html; sourceTree = ""; }; + 59B841825BF4FCFFF7D611843F77530E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/rawplacements()/index.html"; sourceTree = ""; }; + 59C7356074A27EB03328E960CB843532 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/observableobject-implementations/index.html"; sourceTree = ""; }; + 59D6F30B9E9C00C4E546879376D414FA /* highlight-js-objectivec.bcdf5156.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-objectivec.bcdf5156.js"; path = "docs/js/highlight-js-objectivec.bcdf5156.js"; sourceTree = ""; }; + 5A83A5EA691BAC068A7165456E6A0637 /* doswizzle().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "doswizzle().json"; path = "docs/data/documentation/apphudsdk/storekit/skpaymentqueue/doswizzle().json"; sourceTree = ""; }; + 5AB95C159CA14B592352188FB4539686 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/init(from:)/index.html"; sourceTree = ""; }; + 5ADDAE344FA9A051DE08A52D5F746E3C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/success/index.html; sourceTree = ""; }; + 5B160D310D32618900EEA3627E01A6AE /* apphudpaywall.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudpaywall.json; path = docs/data/documentation/apphudsdk/apphudpaywall.json; sourceTree = ""; }; + 5B63C1D426853B678CFE03C663FB4A1C /* paywalls().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywalls().json"; path = "docs/data/documentation/apphudsdk/apphud/paywalls().json"; sourceTree = ""; }; + 5B891B398F4265DC1EE4017295F13014 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/hashvalue.json; sourceTree = ""; }; + 5C4899728B7970ACE96DC42A398EC514 /* content.json */ = {isa = PBXFileReference; includeInIndex = 1; name = content.json; path = docs/data/documentation/apphudsdk/apphudplacementid/content.json; sourceTree = ""; }; + 5C6D21F4B108EB5672C918F42D266055 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 5CB936D5901B82EC2981FC50663B2EBA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + 5CCA502DFD6D306525FB8D5831C71B2F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/index.html; sourceTree = ""; }; + 5CEA2B363C2C76E7BD0B356398FA6814 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywall/init(from:).json"; sourceTree = ""; }; + 5D8DA47801ACF06EA8B6B39198385796 /* apphud.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphud.json; path = docs/data/documentation/apphudsdk/apphud.json; sourceTree = ""; }; + 5DA72A23F1992A76B424C32487DADE2F /* restorepurchases(callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "restorepurchases(callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/restorepurchases(callback:).json"; sourceTree = ""; }; + 5DB586814E00FC08BEBADB295E575184 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/none/index.html; sourceTree = ""; }; + 5E43B8CAE281D06801215D55CF25AF0C /* apphudscreenpresentationstyle(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudscreenpresentationstyle(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreenpresentationstyle(controller:).json"; sourceTree = ""; }; + 5E5D43CB521D0763416D1B128B1DD816 /* userid().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "userid().json"; path = "docs/data/documentation/apphudsdk/apphud/userid().json"; sourceTree = ""; }; + 5E62566237D4CBA72E51B54E081712A8 /* ApphudSDK-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ApphudSDK-prefix.pch"; sourceTree = ""; }; + 5E798F60DB596DEE1823552E72A08592 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/equatable-implementations/index.html"; sourceTree = ""; }; + 5EB0B8ED75867D9AC5A3B57E11A231B1 /* apphudshouldshowscreen(screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudshouldshowscreen(screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudshouldshowscreen(screenname:).json"; sourceTree = ""; }; + 5EBC6BC5C0C84EC06F80ED975626103A /* isactive().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "isactive().json"; path = "docs/data/documentation/apphudsdk/apphudsubscription/isactive().json"; sourceTree = ""; }; + 5F1F86E12441DA54D6BFC91080773343 /* post_customers_timeout.json */ = {isa = PBXFileReference; includeInIndex = 1; name = post_customers_timeout.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/post_customers_timeout.json; sourceTree = ""; }; + 5F5182A882BDAA07957B9B8430C816EE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/subscription()/index.html"; sourceTree = ""; }; + 5FB82E5398F4E9B85BF4A702D15A4501 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywall/init(from:)/index.html"; sourceTree = ""; }; + 5FD975D03EE120D1CB9A6419E5F0B202 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/identifier/index.html; sourceTree = ""; }; + 5FEFE1D02BB6A81FE1AD5747073BA414 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/logout()/index.html"; sourceTree = ""; }; + 609337307260DED4586D7AAF0FE44246 /* init(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(_:).json"; path = "docs/data/documentation/apphudsdk/apphuduserpropertykey/init(_:).json"; sourceTree = ""; }; + 6172D209E3C5277E0D0229A384274EF6 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/init(rawvalue:).json"; sourceTree = ""; }; + 61836E065BB560A0A756164476DD91DC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudparentviewcontroller(controller:)/index.html"; sourceTree = ""; }; + 61A9374CCAD37461F8F3D696824EFA82 /* regular.json */ = {isa = PBXFileReference; includeInIndex = 1; name = regular.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/regular.json; sourceTree = ""; }; + 61D2C3082BAF51928833C3E9CB89AD55 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/storekit/skpaymentqueue/doswizzle()/index.html"; sourceTree = ""; }; + 61DCF8FDCB712946480EEB2861516B27 /* intro.json */ = {isa = PBXFileReference; includeInIndex = 1; name = intro.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/intro.json; sourceTree = ""; }; + 61FC0D7DEAFA0165345D867206C4414E /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/hashvalue.json; sourceTree = ""; }; + 627C62703C536D47FEDF8B5E6A9B0DA2 /* transaction.json */ = {isa = PBXFileReference; includeInIndex = 1; name = transaction.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/transaction.json; sourceTree = ""; }; + 62938681A37576CE6F41EDF1CD712169 /* index.json */ = {isa = PBXFileReference; includeInIndex = 1; name = index.json; path = docs/index/index.json; sourceTree = ""; }; + 6344FB745BDFCCA5C913B44EB4D0A7BD /* setadvertisingidentifier(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setadvertisingidentifier(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setadvertisingidentifier(_:).json"; sourceTree = ""; }; + 6371BC5D5C76480D901EC14C9637697C /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/hash(into:).json"; sourceTree = ""; }; + 63E48DD76CE6F11906E5A3091B809A08 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuderror/index.html; sourceTree = ""; }; + 64CC5B84F1423D92AB50C65F0B6A5227 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/issandbox/index.html; sourceTree = ""; }; + 64D9CA2F248BCD6AE93D194A99E6F001 /* apphudhttpclient.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudhttpclient.json; path = docs/data/documentation/apphudsdk/apphudhttpclient.json; sourceTree = ""; }; + 6657D06818A4D2C93B06EABC5E5B44BB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/enabledebuglogs()/index.html"; sourceTree = ""; }; + 67003D6E7796F156D9C64CAC236DA909 /* ApphudInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudInternal.swift; sourceTree = ""; }; + 6750CB5D55F152A94D26E5A95EB5BD4B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/placements()/index.html"; sourceTree = ""; }; + 67816271D94D34EF5E217F65DC4919C5 /* apphudproductfor(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudproductfor(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/apphudproductfor(_:).json"; sourceTree = ""; }; + 67DC7DB84B63F3E76F0534587AA0FF0F /* apphudkeychain.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudkeychain.json; path = docs/data/documentation/apphudsdk/apphudkeychain.json; sourceTree = ""; }; + 67F8EF19004AE85EAEF7EAF6BC00A77B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/subscription/index.html; sourceTree = ""; }; + 687CC968BBF016BCCC69DC754F1FC8C3 /* product(productidentifier:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "product(productidentifier:).json"; path = "docs/data/documentation/apphudsdk/apphud/product(productidentifier:).json"; sourceTree = ""; }; + 68A74F50FCDE303D18361FF23C191CF2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudnonrenewingpurchase/encode(to:)/index.html"; sourceTree = ""; }; + 69302FA4292F4ED46F7F35DD6C80AC3A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreendidappear(screenname:)/index.html"; sourceTree = ""; }; + 69FAC1E4EF03C0C449CAE7E1398FB877 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/placementsdidfullyload(placements:)-27ou4/index.html"; sourceTree = ""; }; + 6A46B77182401BF2EDB3CDC940904937 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/hasaccess/index.html; sourceTree = ""; }; + 6B101EE41294BBD3A628BC6226297F3C /* highlight-js-php.cc8d6c27.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-php.cc8d6c27.js"; path = "docs/js/highlight-js-php.cc8d6c27.js"; sourceTree = ""; }; + 6B124E796326A55AA8A9C766A4F146FB /* developer-og.jpg */ = {isa = PBXFileReference; includeInIndex = 1; name = "developer-og.jpg"; path = "docs/developer-og.jpg"; sourceTree = ""; }; + 6B2B47A4AEC2CBEA9A9452C44FAA135D /* islocal.json */ = {isa = PBXFileReference; includeInIndex = 1; name = islocal.json; path = docs/data/documentation/apphudsdk/apphudsubscription/islocal.json; sourceTree = ""; }; + 6BB7C357A67C3AA7AAD2CF3A9D4859C6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/hash(into:)/index.html"; sourceTree = ""; }; 6C3BCB8F9B802920C83FA73642E41272 /* Pods-ApphudSDKDemo-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ApphudSDKDemo-acknowledgements.markdown"; sourceTree = ""; }; - 6D0A4226F93CAB19770D12C298712A9C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduserpropertykey/init(_:)/index.html"; sourceTree = ""; }; - 6D1F242CD756C79A596B962DE6091596 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallclosed(_:)/index.html"; sourceTree = ""; }; - 6D4F33DB7EAC833398E858A193C1BFB0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/equatable-implementations/index.html"; sourceTree = ""; }; - 6DC87E207E193E4208E4DFF4480F9586 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/cohort/index.html; sourceTree = ""; }; - 6DEC0878D1B33533F7E021980FD2A603 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/sdktype/index.html; sourceTree = ""; }; - 6E21BB0540CF0712F5FF6F4CD5AC1562 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isintroductoryactivated/index.html; sourceTree = ""; }; - 6EDB016BB6FA2E90AF8CED716985E636 /* purchase(_:ispurchasing:)-o1p9.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "purchase(_:ispurchasing:)-o1p9.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-o1p9.json"; sourceTree = ""; }; - 6F5E900D182A4E8E70AF732E8D1F5F2A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidfailpurchase(product:offerid:errorcode:screenname:)/index.html"; sourceTree = ""; }; - 6F754ABEAE6F0323A2DFA77913FFF623 /* ApphudExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudExtensions.swift; sourceTree = ""; }; - 6FAD2E128097ED08FBE29AE96087CA4D /* issandbox().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "issandbox().json"; path = "docs/data/documentation/apphudsdk/apphud/issandbox().json"; sourceTree = ""; }; - 7026BA125A26CD402C1027E96D5E2E87 /* apphudsubscriptionstatus.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudsubscriptionstatus.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus.json; sourceTree = ""; }; - 70C5C4C4EFCF1E90697B523286091332 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/migratepurchasesifneeded(callback:)/index.html"; sourceTree = ""; }; - 70F13BF3AB861554513BB972B942F722 /* setuserproperty(key:value:setonce:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "setuserproperty(key:value:setonce:).json"; path = "docs/data/documentation/apphudsdk/apphud/setuserproperty(key:value:setonce:).json"; sourceTree = ""; }; - 710582A0230F2DB97CD7D1737F2D035E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)/index.html"; sourceTree = ""; }; - 712693FB0C25DC7F48C3AC5D89960469 /* ApphudReceipt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudReceipt.swift; sourceTree = ""; }; - 713B1DF25861D1584BFED88B949B2ADF /* nonrenewingpurchases().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "nonrenewingpurchases().json"; path = "docs/data/documentation/apphudsdk/apphud/nonrenewingpurchases().json"; sourceTree = ""; }; - 71860EC8580DB5B10A3626A2267EE3DA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchrawreceiptinfo(_:)/index.html"; sourceTree = ""; }; - 71B15249BDD06522BF12CCB8DDC0EA7B /* haspremiumaccess().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "haspremiumaccess().json"; path = "docs/data/documentation/apphudsdk/apphud/haspremiumaccess().json"; sourceTree = ""; }; - 721BC8E30B95DDE56A6FD22049389EE3 /* didfetchproductsnotification().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "didfetchproductsnotification().json"; path = "docs/data/documentation/apphudsdk/apphud/didfetchproductsnotification().json"; sourceTree = ""; }; - 7220C527BFF47A1874A470D1B86872D3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/thankandclose/index.html; sourceTree = ""; }; - 733962DAC2AEEDBE1752D10C90521D89 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/index.html; sourceTree = ""; }; - 734F0D6FC94FEBEEC623A090DDF6B03D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/validatereceipt(callback:)/index.html"; sourceTree = ""; }; - 737E7F39CF86FBFE04A68DCCDA874A44 /* highlight-js-llvm.6100b125.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-llvm.6100b125.js"; path = "docs/js/highlight-js-llvm.6100b125.js"; sourceTree = ""; }; - 741C2F0F65BAB734E28FF398E91935D2 /* refunded.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = refunded.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/refunded.json; sourceTree = ""; }; - 741E3666071541587C5019CD055C7170 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/none/index.html; sourceTree = ""; }; + 6C64E4D5D2DD783B1F3696B1C292D8E7 /* paywallid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = paywallid.json; path = docs/data/documentation/apphudsdk/apphudproduct/paywallid.json; sourceTree = ""; }; + 6CD437AAA2979B3E6D5684FAB97848AD /* originalpurchasedate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = originalpurchasedate.json; path = docs/data/documentation/apphudsdk/apphudreceipt/originalpurchasedate.json; sourceTree = ""; }; + 6DA5D10C47F0B432B6E8E20002D4B72E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacement/init(from:)/index.html"; sourceTree = ""; }; + 6DB17D732DCB250ED6E20B20194E6007 /* ApphudUserPropertyKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUserPropertyKey.swift; sourceTree = ""; }; + 6E026710FA9EB2E90558E23D6DB37027 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/startmanually(apikey:userid:deviceid:observermode:callback:)/index.html"; sourceTree = ""; }; + 6E1EB4CA7413C9CD3B7355DE2EF12B54 /* canceledat.json */ = {isa = PBXFileReference; includeInIndex = 1; name = canceledat.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/canceledat.json; sourceTree = ""; }; + 6E39BF5B22477CA03970955E298FFEB5 /* apphudpaywallid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudpaywallid.json; path = docs/data/documentation/apphudsdk/apphudpaywallid.json; sourceTree = ""; }; + 6F4B8FC9CCD50ABC5856980F1586E79D /* purchase(_:callback:)-9oi.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:callback:)-9oi.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:callback:)-9oi.json"; sourceTree = ""; }; + 6F8BDAE54F5E541CB09CC4203E742CFA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/hash(into:)/index.html"; sourceTree = ""; }; + 6FE8B0E61D4687FCAE5EDE721D76ADEE /* topic.8cd0c0c4.js */ = {isa = PBXFileReference; includeInIndex = 1; name = topic.8cd0c0c4.js; path = docs/js/topic.8cd0c0c4.js; sourceTree = ""; }; + 6FEDACF6E7ACCC16F1E1BBF1A629A7E7 /* ApphudAsyncPurchaseResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudAsyncPurchaseResult.swift; sourceTree = ""; }; + 702968F7CF29027145DA48AF05293FB1 /* product().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "product().json"; path = "docs/data/documentation/apphudsdk/apphudproduct/product().json"; sourceTree = ""; }; + 70341284D4EACA36610FC0BDDBC46849 /* placements().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placements().json"; path = "docs/data/documentation/apphudsdk/apphud/placements().json"; sourceTree = ""; }; + 70EB2E2FDB3A189B0390C5209C04C63C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/json/index.html; sourceTree = ""; }; + 7114C4998A4487F6C00187EFB75CA16A /* bundleid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = bundleid.json; path = docs/data/documentation/apphudsdk/apphudreceipt/bundleid.json; sourceTree = ""; }; + 716B9C56782206248C293D1B447677A7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/hasactivesubscription()/index.html"; sourceTree = ""; }; + 721F6BEA75DF3B68E8C2E29764BDF40B /* permissiongroups().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "permissiongroups().json"; path = "docs/data/documentation/apphudsdk/apphud/permissiongroups().json"; sourceTree = ""; }; + 729EA05EB9EB601F6F5D428FC2BAC117 /* isautorenewenabled.json */ = {isa = PBXFileReference; includeInIndex = 1; name = isautorenewenabled.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isautorenewenabled.json; sourceTree = ""; }; + 72FFEA232B15591069D760BB9AB9CF30 /* apphuduidelegate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuduidelegate.json; path = docs/data/documentation/apphudsdk/apphuduidelegate.json; sourceTree = ""; }; + 7403307514DA91951312BA8C68C89136 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/encode(to:)/index.html"; sourceTree = ""; }; 7470B4523929C83814BD287044B05C64 /* Pods-ApphudSDKTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ApphudSDKTests-acknowledgements.plist"; sourceTree = ""; }; + 749B95A8552515B0489F22FA76761F9C /* apphudsubscriptionsupdated(_:)-2uxsb.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudsubscriptionsupdated(_:)-2uxsb.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)-2uxsb.json"; sourceTree = ""; }; 74A0AB9765DDE9E73832251B28C704C6 /* Pods-ApphudSDKDemo.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ApphudSDKDemo.modulemap"; sourceTree = ""; }; + 74B9683D9A43CD07DFC670ADDC8CEAFF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setcustompurchasevalue(_:productid:)/index.html"; sourceTree = ""; }; + 74DE29B2A72621206F98BFFCC86EE555 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setuidelegate(_:)/index.html"; sourceTree = ""; }; 74FE2D0702F9ABED24CB74A347674653 /* Pods-ApphudSDKTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ApphudSDKTests.debug.xcconfig"; sourceTree = ""; }; - 750ED6117000513489B90D33DB6FC426 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/!=(_:_:)/index.html"; sourceTree = ""; }; - 75C615CA781A3D7D76818BADDB3BCC88 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/init(rawvalue:).json"; sourceTree = ""; }; - 76C844D17D3EDCB47BC19906437F337B /* showpendingscreen().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "showpendingscreen().json"; path = "docs/data/documentation/apphudsdk/apphud/showpendingscreen().json"; sourceTree = ""; }; - 7779C43C5C40F672D6681714478A75F0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudnonrenewingpurchase/isactive()/index.html"; sourceTree = ""; }; - 77BD9F5B51D4B0EA8734BD021B4FFFB1 /* ApphudUserPropertyKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUserPropertyKey.swift; sourceTree = ""; }; - 7831345633E5252FB3F9BF95AF884F28 /* ApphudInternal+Eligibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Eligibility.swift"; sourceTree = ""; }; - 7932883F3153AA10D8553CCED986D9C8 /* addattribution(data:from:identifer:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "addattribution(data:from:identifer:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/addattribution(data:from:identifer:callback:).json"; sourceTree = ""; }; - 7941BDEAB7C1B73A308866F10D611C4A /* optoutoftracking().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "optoutoftracking().json"; path = "docs/data/documentation/apphudsdk/apphud/optoutoftracking().json"; sourceTree = ""; }; - 795FD7E8EA1185A12E9D41F305E741CD /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/rawrepresentable-implementations.json"; sourceTree = ""; }; - 7A2BEE66C26CE3BBB90ED2AC8E623AFB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/rawrepresentable-implementations/index.html"; sourceTree = ""; }; - 7A3FECB756CF5843D5F436351517B340 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/rawrepresentable-implementations/index.html"; sourceTree = ""; }; - 7A9B5E57C234059ED319DEFAE0663A8F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/init(rawvalue:)/index.html"; sourceTree = ""; }; - 7AB4FFD4D928BF17E838B696C42ED615 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/equatable-implementations.json"; sourceTree = ""; }; - 7CD0301A6E454A7D6422E85CD9EC87A2 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/equatable-implementations.json"; sourceTree = ""; }; - 7DD61B03979B080BAA25E82F5E6EE52F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/presentoffercoderedemptionsheet()/index.html"; sourceTree = ""; }; - 7EE5F0F3C0A8EBC3997C34A64FB0C21F /* isinretrybilling.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = isinretrybilling.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isinretrybilling.json; sourceTree = ""; }; - 7F2887C95640ED31EB0D48F734EEE1D1 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/equatable-implementations.json"; sourceTree = ""; }; - 8077CFB8F73B8771AE05EA1812BEE917 /* enablealllogs().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "enablealllogs().json"; path = "docs/data/documentation/apphudsdk/apphudutils/enablealllogs().json"; sourceTree = ""; }; - 807D65C6B9C10BD2FC96B9A78ECBA7CA /* subscriptions().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "subscriptions().json"; path = "docs/data/documentation/apphudsdk/apphud/subscriptions().json"; sourceTree = ""; }; - 8087D8EB51AC9CAA431D297824F784D6 /* apphudeligibilitycallback.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudeligibilitycallback.json; path = docs/data/documentation/apphudsdk/apphudeligibilitycallback.json; sourceTree = ""; }; - 808DF7FAADAAF89CFA6F86062A3C6DB1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/issandbox/index.html; sourceTree = ""; }; - 80CC391C012A39BFD9F305BC266A7DD2 /* presentoffercoderedemptionsheet().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "presentoffercoderedemptionsheet().json"; path = "docs/data/documentation/apphudsdk/apphud/presentoffercoderedemptionsheet().json"; sourceTree = ""; }; - 814143FC4FD5E7E91C7A80900373E029 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/isdefault/index.html; sourceTree = ""; }; - 8212EDD6D5AEE6DFF5BB390E2E564BBC /* apphudkeychain.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudkeychain.json; path = docs/data/documentation/apphudsdk/apphudkeychain.json; sourceTree = ""; }; - 8346CDB8AF626F11D14295F9B1F83F7A /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/rawrepresentable-implementations.json"; sourceTree = ""; }; - 83BC26D453E0E20468B807425E245615 /* grace.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = grace.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/grace.json; sourceTree = ""; }; - 83D3CEEF444FA12077BD84F500A3E03C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/onboarding/index.html; sourceTree = ""; }; - 851534E175FDD103BBE23D21AA0F2B09 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudgroup/init(from:).json"; sourceTree = ""; }; - 85A315519857000EAE96DDC2E536D21D /* appleadsattribution.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = appleadsattribution.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/appleadsattribution.json; sourceTree = ""; }; - 85A627FFEB72D8C934D116CC87D0356C /* permissiongroups.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = permissiongroups.json; path = docs/data/documentation/apphudsdk/apphud/permissiongroups.json; sourceTree = ""; }; - 8674966EC137252F25ABBEA0B6DEF1A8 /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/rawrepresentable-implementations.json"; sourceTree = ""; }; - 86F3AC481C1EE13F6EAF32EA4993477B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudreceipt/init(from:)/index.html"; sourceTree = ""; }; - 875199B81CF15A1E1486031F6C74FA69 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudgroup/encode(to:)/index.html"; sourceTree = ""; }; - 87ED9AD71C2EDF1BF18A119C7C878037 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/deviceid()/index.html"; sourceTree = ""; }; - 881D46F12E4BAC73C9BE655CFE0328BB /* Apphud.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Apphud.swift; sourceTree = ""; }; - 882CB97C788E2010E05820A73FA3FD26 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/userdidload(rawpaywalls:)/index.html"; sourceTree = ""; }; - 884CE9EB22A9973418DF123BE921ECA7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/closeonly/index.html; sourceTree = ""; }; - 891B07EEEAC02E054B0CCB7B22B23895 /* apphudsubscriptionsupdated(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudsubscriptionsupdated(_:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:).json"; sourceTree = ""; }; - 892331AF246FF8DB525F58424DA1D5B6 /* intro.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = intro.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/intro.json; sourceTree = ""; }; - 8940E746B2E589C86C58DEC664FA74EC /* nonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = nonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/nonrenewingpurchase.json; sourceTree = ""; }; - 8A1BA2E164D292BADB2A75BB33CBC3F5 /* metadata.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = metadata.json; path = docs/metadata.json; sourceTree = ""; }; - 8ACE5210E1CB3EDD934E0C016AEC75EF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidfetchstorekitproducts(_:_:)/index.html"; sourceTree = ""; }; - 8B6D6F64C04EBED43689A9AF7E6D2913 /* apphudnonrenewingpurchasesupdated(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudnonrenewingpurchasesupdated(_:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:).json"; sourceTree = ""; }; - 8C68A611467CD3A4D0C9678355A2AD73 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-3cisu/index.html"; sourceTree = ""; }; - 8CD3A88CD5FAC942BAC924E9A60164AB /* apphuduidelegate.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphuduidelegate.json; path = docs/data/documentation/apphudsdk/apphuduidelegate.json; sourceTree = ""; }; - 8D1B7BB77CF8197B78A48ACAFD4623FA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/product(productidentifier:)/index.html"; sourceTree = ""; }; - 8DA3FFA8797FB7821C2D35937AF777E8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilityforpromotionaloffer(product:callback:)/index.html"; sourceTree = ""; }; - 8E8286703D7EC9B7FD3FBC1D78C8E647 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/init(rawvalue:).json"; sourceTree = ""; }; - 8E82E5E60BAC3094CF6D41243B16B409 /* startedat.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = startedat.json; path = docs/data/documentation/apphudsdk/apphudsubscription/startedat.json; sourceTree = ""; }; - 8E9F07A32606F81538678E3EF6ABFB43 /* closeonly.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = closeonly.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/closeonly.json; sourceTree = ""; }; - 8F9428AF76915853F33190ED0F778175 /* ApphudSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ApphudSDK.debug.xcconfig; sourceTree = ""; }; - 8FB78080E31869C9FAC7D0C5522D0A60 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/main/index.html; sourceTree = ""; }; - 9004C8A500A5C541D316F38948D12810 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/appstorereceipt()/index.html"; sourceTree = ""; }; - 904853D1B3583451D7E56CB034013F3C /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudproduct/init(from:).json"; sourceTree = ""; }; - 9064FAE12B07D73786D1FAB3D5351F74 /* ApphudSDK-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ApphudSDK-prefix.pch"; sourceTree = ""; }; - 919CC347E62BD3C1196DB3E9A317B006 /* ApphudPurchaseResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPurchaseResult.swift; sourceTree = ""; }; - 919CFAA2D9DCFF2A3BE89757CDC345CF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/products/index.html; sourceTree = ""; }; - 91B1C5F9CF11B64C5A7CDFC24295BD73 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/setcustompurchasevalue(_:productid:)/index.html"; sourceTree = ""; }; - 9234823778C9876308E82AC3C35D41E0 /* index.58e30ec4.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = index.58e30ec4.js; path = docs/js/index.58e30ec4.js; sourceTree = ""; }; - 92370802E3E0A632E152B26408BEA741 /* ApphudHttpClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudHttpClient.swift; sourceTree = ""; }; - 9275A6A5FD32F19005D43F19DA3B2F2F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/didupdatenotification()/index.html"; sourceTree = ""; }; - 92764BB81D7E33E44FD5DFDFBC3FE8C5 /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = name.json; path = docs/data/documentation/apphudsdk/apphudgroup/name.json; sourceTree = ""; }; - 92BE6A2755E42259CD5299FF9BAFF033 /* applicationversion.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = applicationversion.json; path = docs/data/documentation/apphudsdk/apphudreceipt/applicationversion.json; sourceTree = ""; }; - 936B93ABFD5B99E476EB743229AE649A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 93BC3BC0A7FD78B024991BAAE032A403 /* appstorereceipt().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "appstorereceipt().json"; path = "docs/data/documentation/apphudsdk/apphud/appstorereceipt().json"; sourceTree = ""; }; - 940302AABD93D9718D481548539C1BA2 /* ApphudRulesManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudRulesManager.swift; sourceTree = ""; }; - 95C5CAC91BD9E3F68FBB54E6B74C12F5 /* handledeferredtransaction(transaction:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "handledeferredtransaction(transaction:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:).json"; sourceTree = ""; }; - 96A229B1E5162E33F3814B38FDC20624 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/subscription/index.html; sourceTree = ""; }; - 96B976CE25BEDE3BE159651EBADEF8A8 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/hash(into:).json"; sourceTree = ""; }; - 96DADF9F49FB29B28E4CED1A46568169 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/index.html; sourceTree = ""; }; - 973749216093C889B954FD629592DD94 /* experimentname.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = experimentname.json; path = docs/data/documentation/apphudsdk/apphudpaywall/experimentname.json; sourceTree = ""; }; + 7527A921AF9BB055F7CE988A6BD1FBCD /* screen_name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = screen_name.json; path = docs/data/documentation/apphudsdk/apphudrule/screen_name.json; sourceTree = ""; }; + 753877EFA7ED03ED95ACB959420B307E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/appleadsattribution/index.html; sourceTree = ""; }; + 766D7FB643D2BEC6D76F49AC819917F8 /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudproduct/encode(to:).json"; sourceTree = ""; }; + 76829D0E7081EF22E12FF8B7C5D6F8A7 /* developer-og-twitter.jpg */ = {isa = PBXFileReference; includeInIndex = 1; name = "developer-og-twitter.jpg"; path = "docs/developer-og-twitter.jpg"; sourceTree = ""; }; + 76932E1B270E6A585A77079E079EFB45 /* islocal.json */ = {isa = PBXFileReference; includeInIndex = 1; name = islocal.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/islocal.json; sourceTree = ""; }; + 76D521D89C998C10F756128B045676E7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscription/encode(to:)/index.html"; sourceTree = ""; }; + 793EF2E4162A09FE3AA0B9B4D7D5948F /* apphudscreendismissaction.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudscreendismissaction.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction.json; sourceTree = ""; }; + 796A15AE2FCBC6B41FDDE75F21279404 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/originalpurchasedate/index.html; sourceTree = ""; }; + 7971353CCC897A22ED8EBC8EEED683DE /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudplacement/init(from:).json"; sourceTree = ""; }; + 797448F2FEBBBB4E2113B14DCFBF13C0 /* highlight-js-python.c214ed92.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-python.c214ed92.js"; path = "docs/js/highlight-js-python.c214ed92.js"; sourceTree = ""; }; + 79AD643626EACFFD283685ECFF96010B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/init(rawvalue:)/index.html"; sourceTree = ""; }; + 7A1547989F0E898FBF55879F5089E373 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/hash(into:).json"; sourceTree = ""; }; + 7A2BF9E721FF3804A5F72CFE81F03405 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/index.html; sourceTree = ""; }; + 7AED61F8E7950E1C57C02A9C8C5A31A1 /* apphudrule.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudrule.json; path = docs/data/documentation/apphudsdk/apphudrule.json; sourceTree = ""; }; + 7B5EECB7DCD573C591CC18E6DFD2FC85 /* favicon.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = favicon.svg; path = docs/favicon.svg; sourceTree = ""; }; + 7B70EA40875EAD26F321A2C2ABCA83A7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallclosed(_:)/index.html"; sourceTree = ""; }; + 7B80DAF3B34D5B34961EF20504C8EE17 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/bundleid/index.html; sourceTree = ""; }; + 7BD344DF2042C983C39F7C8CBEDD410F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/objectwillchange/index.html; sourceTree = ""; }; + 7C7D44C4FA8F937E4A3BE6035AC7116A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/index.html; sourceTree = ""; }; + 7CAC6AB55652098D142BD2BDBA669EC9 /* highlight-js-perl.757d7b6f.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-perl.757d7b6f.js"; path = "docs/js/highlight-js-perl.757d7b6f.js"; sourceTree = ""; }; + 7CB38BCCE2E9D04485954AF77D6354E0 /* thankandclose.json */ = {isa = PBXFileReference; includeInIndex = 1; name = thankandclose.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/thankandclose.json; sourceTree = ""; }; + 7DAE6ABA58B13284FC4C50AC67F1AE7A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/subscription/index.html; sourceTree = ""; }; + 7E0F53B77229121E427E9D27E3EB117B /* email.json */ = {isa = PBXFileReference; includeInIndex = 1; name = email.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/email.json; sourceTree = ""; }; + 7E9F6F56D93F138A2ECA8A1A9C202C46 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilitiesforintroductoryoffers(products:callback:)/index.html"; sourceTree = ""; }; + 7ECEE28B8B5EE535F50E072D326DA8B3 /* ApphudUser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUser.swift; sourceTree = ""; }; + 7ED5D20FE6C0E71F3332C9B08E6076CD /* setdelegate(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setdelegate(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setdelegate(_:).json"; sourceTree = ""; }; + 7EDAC00CA70381867DB923E73BAF2140 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/permissiongroups()/index.html"; sourceTree = ""; }; + 7F1494ACCA0CD27A59A351DBD32B6E27 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/index.html; sourceTree = ""; }; + 7FD197F0E62C3E256E2A8A351D33C334 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsdkversionstring/index.html; sourceTree = ""; }; + 813565939838B0CD2E28AF9B8F383E07 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setdelegate(_:)/index.html"; sourceTree = ""; }; + 820A65D23B499EDE11BBDA07180890F4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)-4tnlp/index.html"; sourceTree = ""; }; + 823D69B2FF7682E2831B7390C94B0020 /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; name = init.json; path = docs/data/documentation/apphudsdk/apphud/init.json; sourceTree = ""; }; + 826CE2D46FA35A73A79713CD114CE1D6 /* highlight-js-css.75eab1fe.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-css.75eab1fe.js"; path = "docs/js/highlight-js-css.75eab1fe.js"; sourceTree = ""; }; + 830D382E65B908F9352C0AF4E4DB35F7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidselectsurveyanswer(question:answer:screenname:)/index.html"; sourceTree = ""; }; + 833C5F0259002ADC13ACBCCB9D884016 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallshown(_:)/index.html"; sourceTree = ""; }; + 835472C6FAD28D58890E7B9DA7FF3AFD /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/!=(_:_:).json"; sourceTree = ""; }; + 8367D42E0082E034E3CE1D5166C33736 /* ApphudKeychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudKeychain.swift; sourceTree = ""; }; + 83BE33B764BAC74C74AB014462EEB74C /* start(apikey:userid:observermode:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "start(apikey:userid:observermode:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/start(apikey:userid:observermode:callback:).json"; sourceTree = ""; }; + 8478485D5924EC08F2E7436033B71F85 /* chunk-2d0d3105.cd72cc8e.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "chunk-2d0d3105.cd72cc8e.js"; path = "docs/js/chunk-2d0d3105.cd72cc8e.js"; sourceTree = ""; }; + 85EC60AF7B4C337FE664B86A67D935D2 /* main.json */ = {isa = PBXFileReference; includeInIndex = 1; name = main.json; path = docs/data/documentation/apphudsdk/apphudplacementid/main.json; sourceTree = ""; }; + 85FF46CF8D91D9FD43250331D0E31FAA /* closeonly.json */ = {isa = PBXFileReference; includeInIndex = 1; name = closeonly.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/closeonly.json; sourceTree = ""; }; + 8603B0B0C886AD0AF5012660DB2B0488 /* ApphudUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUtils.swift; sourceTree = ""; }; + 865ECF8194FC67BD9014122EBE38CED7 /* appstorereceipt().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "appstorereceipt().json"; path = "docs/data/documentation/apphudsdk/apphud/appstorereceipt().json"; sourceTree = ""; }; + 86BB6B0E576C89141DFE55728A0A6BBF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/product(productidentifier:)/index.html"; sourceTree = ""; }; + 86E856BEE9D5617F9355AF7D1BC163A5 /* store.json */ = {isa = PBXFileReference; includeInIndex = 1; name = store.json; path = docs/data/documentation/apphudsdk/apphudproduct/store.json; sourceTree = ""; }; + 87D0197433AC9C2690655DDEA1FDFC3C /* apphudplacement.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudplacement.json; path = docs/data/documentation/apphudsdk/apphudplacement.json; sourceTree = ""; }; + 8843BBD10B7791D5B7ACB898E79C8A0B /* expiresdate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = expiresdate.json; path = docs/data/documentation/apphudsdk/apphudsubscription/expiresdate.json; sourceTree = ""; }; + 884AF2C03F185B9B8261CBB374B00449 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/home/index.html; sourceTree = ""; }; + 884E28629654739DD8EA3DA8BBC288B3 /* ApphudInternal+Currency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Currency.swift"; sourceTree = ""; }; + 8869B08C01FB355A462014E54B89D281 /* domainurlstring.json */ = {isa = PBXFileReference; includeInIndex = 1; name = domainurlstring.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/domainurlstring.json; sourceTree = ""; }; + 88EAE8747420ABB184D5A3CFB7193988 /* ApphudPlacement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPlacement.swift; sourceTree = ""; }; + 890A23C9E5CB89058BA33347A1C67086 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/storekit/index.html; sourceTree = ""; }; + 89F06B9231CEF50DC61A73EDD9124BFA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/experimentname/index.html; sourceTree = ""; }; + 89F107871555C8CA85909BE107CAA436 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/willpurchaseproductfrom(paywallidentifier:placementidentifier:)/index.html"; sourceTree = ""; }; + 89FFA1A7AE86A87DB29AA59ED2E9307A /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/equatable-implementations.json"; sourceTree = ""; }; + 8A11293B1FAB16AE02C70FFF0CB21343 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/name/index.html; sourceTree = ""; }; + 8A1D4084D48F1EB934EA295E5AD8BE5D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/onboarding/index.html; sourceTree = ""; }; + 8A45407BC479CC8EB505700689F55A8C /* apphudnonrenewingpurchasesupdated(_:)-31k4.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudnonrenewingpurchasesupdated(_:)-31k4.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)-31k4.json"; sourceTree = ""; }; + 8C31A7734F37F467360D8A780E5F10C2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/index.html; sourceTree = ""; }; + 8CA0DDD390C79967E30F722FC939104F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudutils/index.html; sourceTree = ""; }; + 8D683EBDC7A19B00FF9DFFA5BDA7C964 /* migratepurchasesifneeded(callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "migratepurchasesifneeded(callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/migratepurchasesifneeded(callback:).json"; sourceTree = ""; }; + 8E42D28AF8F34B663CAD63F51C8D1B44 /* custom.json */ = {isa = PBXFileReference; includeInIndex = 1; name = custom.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/custom.json; sourceTree = ""; }; + 8EF4D2AECB9E3312877AA86CAAAF525A /* error.json */ = {isa = PBXFileReference; includeInIndex = 1; name = error.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/error.json; sourceTree = ""; }; + 8EF77C811423CD7E269B0E7845661783 /* apphuddidpurchase(product:offerid:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidpurchase(product:offerid:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidpurchase(product:offerid:screenname:).json"; sourceTree = ""; }; + 8F335E68C0498BEF06495378E746AD5B /* Apphud.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Apphud.swift; sourceTree = ""; }; + 8F70EC16800BEBFE68DC24FA128CAA94 /* subscription.json */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/subscription.json; sourceTree = ""; }; + 905787E7FCC5CDF15921939B675F7EF9 /* paywallclosed(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallclosed(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallclosed(_:).json"; sourceTree = ""; }; + 905A39163EC3BA162541E144C212AC91 /* ApphudScreenController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudScreenController.swift; sourceTree = ""; }; + 913B3F87315F3E6F6853BD537BBFBBFA /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/rawrepresentable-implementations.json"; sourceTree = ""; }; + 91D1F46FBE3FA9C71DA17D938B6B3DE2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/init(rawvalue:)/index.html"; sourceTree = ""; }; + 92D62E1A876E0C32A1EC6B50184C3CBF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/index.html; sourceTree = ""; }; + 935D043662E3A1871DE4E458455BDCD4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/init(from:)/index.html"; sourceTree = ""; }; + 93A6DAEC0D2355EC276E7CCCE0941E83 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/islocal/index.html; sourceTree = ""; }; + 944DE458BE0670C4E44E14C8F312BBDC /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/!=(_:_:).json"; sourceTree = ""; }; + 95849E5738E272E62DB418F6A686B9C7 /* purchase(_:ispurchasing:)-3cisu.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:ispurchasing:)-3cisu.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-3cisu.json"; sourceTree = ""; }; + 966016B52D1C6B92B267DE25CAC5A741 /* handledeferredtransaction(transaction:)-856ot.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "handledeferredtransaction(transaction:)-856ot.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)-856ot.json"; sourceTree = ""; }; + 967265DC890E9290BA23017D800F26C4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/content/index.html; sourceTree = ""; }; + 96B757C2310D5A1310817430CC24D924 /* apphudproduct.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudproduct.json; path = docs/data/documentation/apphudsdk/apphudproduct.json; sourceTree = ""; }; + 96E5B2326E936B138646F29BA61022FB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/init(rawvalue:)/index.html"; sourceTree = ""; }; + 96EBC3D7C684FEB96DF2D0BB4B012224 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacement/paywall/index.html; sourceTree = ""; }; + 97087744FD83A3B47B898D100BC1AE17 /* submitpushnotificationstoken(token:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "submitpushnotificationstoken(token:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/submitpushnotificationstoken(token:callback:).json"; sourceTree = ""; }; + 9720E1B374BA66E572B76EA063AF9F17 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/restorepurchases(callback:)/index.html"; sourceTree = ""; }; + 9793A89DF61E84DC11C15AE4C347D15E /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/rawrepresentable-implementations.json"; sourceTree = ""; }; 97A17D905F50A3B3681092F6BF74673A /* Pods-ApphudSDKTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ApphudSDKTests-Info.plist"; sourceTree = ""; }; - 97C3571EFD1BD524810E6890049F0898 /* documentation-topic~topic~tutorials-overview.82acfe22.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = "documentation-topic~topic~tutorials-overview.82acfe22.css"; path = "docs/css/documentation-topic~topic~tutorials-overview.82acfe22.css"; sourceTree = ""; }; - 98059461782EFC181100028F34420692 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/status_bar_color/index.html; sourceTree = ""; }; - 987C91566B7D34335D3CC85B7C63E472 /* highlight-js-javascript.acb8a8eb.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-javascript.acb8a8eb.js"; path = "docs/js/highlight-js-javascript.acb8a8eb.js"; sourceTree = ""; }; - 98851F1B93E7A501E422C49AB9DBC781 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isautorenewenabled/index.html; sourceTree = ""; }; - 992EF39DA898EA89369B009B4581762B /* apphuddidchangeuserid(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphuddidchangeuserid(_:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:).json"; sourceTree = ""; }; - 994BBBA641792A5719CF5C089565A4A5 /* index.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = index.json; path = docs/index/index.json; sourceTree = ""; }; - 9AF0F75EFCDEB9D4D5E837544F84A29F /* apphuddidobservepurchase(result:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphuddidobservepurchase(result:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:).json"; sourceTree = ""; }; - 9B2B288E7D0C686487BE94474026CC92 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywall/encode(to:)/index.html"; sourceTree = ""; }; - 9C805F01D642D2B60224992004AC4E52 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/nonrenewingpurchase/index.html; sourceTree = ""; }; - 9C80B5BA1539D7F9D0F9ACCB1ED253C8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscription/isactive()/index.html"; sourceTree = ""; }; - 9D115647BBF3FFC3539695AA46931882 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/index.html; sourceTree = ""; }; - 9D3DB3B1448AA61239EA3D934546620E /* ApphudInternal+Purchase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Purchase.swift"; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E6AB1510A03D3B0D3399E8F409888B6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudrule/rule_name/index.html; sourceTree = ""; }; - 9EBF82CB810256C411BBB5F04FFC80EE /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/hash(into:).json"; sourceTree = ""; }; - 9EF18A1783C38335AD3E91F7399EBF5C /* pendingrule().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "pendingrule().json"; path = "docs/data/documentation/apphudsdk/apphud/pendingrule().json"; sourceTree = ""; }; - 9F5E39DBDFCD3545DA67F97F14AA89AF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilitiesforpromotionaloffers(products:callback:)/index.html"; sourceTree = ""; }; - 9FE971EE6286CB3A70DC9974C9A87669 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/index.html; sourceTree = ""; }; - A08351AEC895B936F42B77B496598E3C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/firebase/index.html; sourceTree = ""; }; - A09B0DBC522E22C2EEC7C11283A1F153 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallshown(_:)/index.html"; sourceTree = ""; }; - A0F1755DD64842FCF2DADA9F68320195 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/subscriptions()/index.html"; sourceTree = ""; }; - A15A437E3F166F5508E2F0D16F4D54D0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/appleadsattribution/index.html; sourceTree = ""; }; - A1D985FFDC1322962FBA8FBFB5139901 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuderror/index.html; sourceTree = ""; }; - A3052EDCE9AF29E01F33EDAC34CF549E /* frompaywall.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = frompaywall.json; path = docs/data/documentation/apphudsdk/apphudpaywall/frompaywall.json; sourceTree = ""; }; - A3AFCE4B52A6DEE73D4EC1C011D86DD8 /* hasaccess.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = hasaccess.json; path = docs/data/documentation/apphudsdk/apphudgroup/hasaccess.json; sourceTree = ""; }; - A3B0234F02E633C70298BCBB3DB43F87 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudreceipt/init(from:).json"; sourceTree = ""; }; - A495A063427494008C8D61A9B7F18275 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:callback:)-6dhy3/index.html"; sourceTree = ""; }; + 9804525463C8BEB788D0248E009B52C7 /* ApphudSafeSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudSafeSet.swift; sourceTree = ""; }; + 984699F74DAA116E6EAE4BFF449C27F7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchproducts(_:)/index.html"; sourceTree = ""; }; + 9872C42520E90FCD91498DE694FCF7F8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/migratepurchasesifneeded(callback:)/index.html"; sourceTree = ""; }; + 988D70D70AAEAAE0312B6673EA282224 /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; name = init.json; path = docs/data/documentation/apphudsdk/apphudutils/init.json; sourceTree = ""; }; + 98B80D79B5EF24C4D9F580704CE26512 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscription/init(from:)/index.html"; sourceTree = ""; }; + 98BB486EEB5A9013FD05F90E52B73754 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywall(_:)/index.html"; sourceTree = ""; }; + 995A4A23E239C73784DF300520189670 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/hashvalue.json; sourceTree = ""; }; + 996DB09DAF7C4B6B7395868A0C0AD705 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/init(rawvalue:).json"; sourceTree = ""; }; + 99A6B3EC75411086F5E167C8506BC88B /* isnonrenewingpurchaseactive(productidentifier:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "isnonrenewingpurchaseactive(productidentifier:).json"; path = "docs/data/documentation/apphudsdk/apphud/isnonrenewingpurchaseactive(productidentifier:).json"; sourceTree = ""; }; + 9AE2FED90DC6BBC68F2FC1009EC437F9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudshouldshowscreen(screenname:)/index.html"; sourceTree = ""; }; + 9B770D8569592F03C36890F471D4AA77 /* appleadsattribution.json */ = {isa = PBXFileReference; includeInIndex = 1; name = appleadsattribution.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/appleadsattribution.json; sourceTree = ""; }; + 9BA7757694BB0ECE515AAEB07658E1D4 /* presentoffercoderedemptionsheet().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "presentoffercoderedemptionsheet().json"; path = "docs/data/documentation/apphudsdk/apphud/presentoffercoderedemptionsheet().json"; sourceTree = ""; }; + 9C29F0B32513147A482B69491C453E85 /* trial.json */ = {isa = PBXFileReference; includeInIndex = 1; name = trial.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/trial.json; sourceTree = ""; }; + 9C7AC1AF0F2315B4EB88D2CDF6DC49A5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/status/index.html; sourceTree = ""; }; + 9D6EDCB6B1582B7B618459F043DD2BDA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/name/index.html; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9DC731D9FD4F631E275CD669BC9F29EF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isinretrybilling/index.html; sourceTree = ""; }; + 9DC89E6CB05E5403F477F7EB53EA2214 /* added-icon.d6f7e47d.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "added-icon.d6f7e47d.svg"; path = "docs/img/added-icon.d6f7e47d.svg"; sourceTree = ""; }; + 9E3B44710A41D84117E9F0CE16DA63C2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/index.html; sourceTree = ""; }; + 9EBD35CF634F671D261A465D67C8E9C2 /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/encode(to:).json"; sourceTree = ""; }; + 9FAA9E9F9E63C3C7AE6C8E6CACDFD1D4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/placementsdidloadcallback(_:)/index.html"; sourceTree = ""; }; + 9FE0924BA435C42C3CAAD4FF76E71B02 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/hashvalue.json; sourceTree = ""; }; + A01FEA92426196B3E57686E6C29EE887 /* apphudattributionprovider.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudattributionprovider.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider.json; sourceTree = ""; }; + A20885A0724B1AC33A8FE8C9CA376944 /* ApphudDataActor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudDataActor.swift; sourceTree = ""; }; + A24C29B2488B5BBBCFA2F0555DEAE3A3 /* status.json */ = {isa = PBXFileReference; includeInIndex = 1; name = status.json; path = docs/data/documentation/apphudsdk/apphudsubscription/status.json; sourceTree = ""; }; + A41AD23E63255224D2EB26AE0670C9A8 /* highlight-js-javascript.acb8a8eb.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-javascript.acb8a8eb.js"; path = "docs/js/highlight-js-javascript.acb8a8eb.js"; sourceTree = ""; }; + A432C0E464F7566490EC1DA74E77E4C3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/showpendingscreen()/index.html"; sourceTree = ""; }; + A449FF33D68955C1A78ACD70E7072FA6 /* tutorials-overview.2a32cd6f.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "tutorials-overview.2a32cd6f.js"; path = "docs/js/tutorials-overview.2a32cd6f.js"; sourceTree = ""; }; + A4C2FD9F71BF179F579AB7069C5467B7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/skproduct/index.html; sourceTree = ""; }; A4E7E34DF35F847B083E90174C9FAE16 /* Pods-ApphudSDKDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ApphudSDKDemo.debug.xcconfig"; sourceTree = ""; }; - A4FA2F51F6752B3E9E4634C1C61855E5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/hashvalue/index.html; sourceTree = ""; }; - A568EE5C9F709B128631018C4BEEB569 /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = productid.json; path = docs/data/documentation/apphudsdk/apphudsubscription/productid.json; sourceTree = ""; }; - A68EB63FF1D57F606571191DDEF52028 /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/!=(_:_:).json"; sourceTree = ""; }; - A72EAB10A6A38A5D59CB7E48DAD4D813 /* ApphudPaywall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPaywall.swift; sourceTree = ""; }; - A7B11645E1B1E47BBC8BD3EE1B707C45 /* paywallid.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = paywallid.json; path = docs/data/documentation/apphudsdk/apphudproduct/paywallid.json; sourceTree = ""; }; - A7DC908F63052FBD32F508C425430E15 /* highlight-js-c.d1db3f17.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-c.d1db3f17.js"; path = "docs/js/highlight-js-c.d1db3f17.js"; sourceTree = ""; }; - A7E3B89C9A1F36C31BAB1BD584EE6FF5 /* highlight-js-objectivec.bcdf5156.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-objectivec.bcdf5156.js"; path = "docs/js/highlight-js-objectivec.bcdf5156.js"; sourceTree = ""; }; - A7F673E3F04D51EE40D05C20D23A99A2 /* apphudboolcallback.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudboolcallback.json; path = docs/data/documentation/apphudsdk/apphudboolcallback.json; sourceTree = ""; }; - A81FC53EF2CA9132E886EA12CB799A31 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreendismissaction(screenname:controller:)/index.html"; sourceTree = ""; }; + A5BAE0DF8A7F1C12E1F36C508F986EE1 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudplacementid/hashvalue.json; sourceTree = ""; }; + A5C647D27BDACDDE4583F453459B5577 /* documentation-topic~topic~tutorials-overview.90c61522.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic~topic~tutorials-overview.90c61522.js"; path = "docs/js/documentation-topic~topic~tutorials-overview.90c61522.js"; sourceTree = ""; }; + A5F0B8BDF2CF69513319EA7BE43FD104 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/isnonrenewingpurchaseactive(productidentifier:)/index.html"; sourceTree = ""; }; + A64E058C71490C2394340EABFCDA5F6C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/equatable-implementations/index.html"; sourceTree = ""; }; + A6CE58557ACFFE4EBB9F7B1036266F84 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduser/purchases/index.html; sourceTree = ""; }; + A71382DDBADB1EE93CD3FC4489CCB4AD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/islocal/index.html; sourceTree = ""; }; + A721E0AC32322CE5974E4143C4278E0A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudwillpurchase(product:offerid:screenname:)/index.html"; sourceTree = ""; }; + A742E16D300A418A09CD9C2DD9312AA6 /* ApphudPaywall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPaywall.swift; sourceTree = ""; }; + A8283EC7F6EFE3B0FDBF95E88F09920A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/products/index.html; sourceTree = ""; }; A86136D847E7360FCBF2A0C72C5D5EDD /* Pods-ApphudSDKTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ApphudSDKTests-acknowledgements.markdown"; sourceTree = ""; }; - A876CE12EC2FE6D12F1AC2C752FB5689 /* paywall(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "paywall(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywall(_:).json"; sourceTree = ""; }; - A90D9F2E84843CC02D1D7854325546F5 /* thankandclose.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = thankandclose.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/thankandclose.json; sourceTree = ""; }; - A956107AED06F39A0CBB403D87F06AE6 /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = products.json; path = docs/data/documentation/apphudsdk/apphudgroup/products.json; sourceTree = ""; }; - A9F7FD4016A9B089EA4D661A683899EC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/name/index.html; sourceTree = ""; }; - AA79FAB4D140513D0401338E9FCA71DE /* variationname.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = variationname.json; path = docs/data/documentation/apphudsdk/apphudpaywall/variationname.json; sourceTree = ""; }; - AA94915D823B8541B5E09E95D9066D37 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-o1p9/index.html"; sourceTree = ""; }; - AACC87552733F82E0D180150AE5225C2 /* issandbox.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = issandbox.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/issandbox.json; sourceTree = ""; }; - AB024096861CEE3CD42DDAFB973B2C86 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidfetchstorekitproducts(_:)/index.html"; sourceTree = ""; }; - AC477CFE32FC2C266452549E2173D62D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/hashvalue/index.html; sourceTree = ""; }; - AC92275BEDED702D81C609127AA533FF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/init(rawvalue:)/index.html"; sourceTree = ""; }; - AD3B2006005BC8C665D7728A0445D5F4 /* ApphudStoreKitWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudStoreKitWrapper.swift; sourceTree = ""; }; - AD6605B104694D3A170E1A563D89EF61 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)/index.html"; sourceTree = ""; }; - ADD3D43653E0358D4BDC65BA097C6E97 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/transaction/index.html; sourceTree = ""; }; - AF0F1E16D5F745C1D7662DB94F7BD660 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidpurchase(product:offerid:screenname:)/index.html"; sourceTree = ""; }; - AF7E1690B07AE34154479575F26083DC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchasepromo(_:discountid:_:)/index.html"; sourceTree = ""; }; - AF8E2E448EDAF7980D8357A560050F9D /* apphudreceipt.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudreceipt.json; path = docs/data/documentation/apphudsdk/apphudreceipt.json; sourceTree = ""; }; - AFB461A8F5CECC8C05A36B68651A7E2C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/originalapplicationversion/index.html; sourceTree = ""; }; - AFC73DA12D8C9530D4E05B2E4066CA2A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuduidelegate/index.html; sourceTree = ""; }; - B01EC666925909E0208D24B7E65FBD99 /* isintroductoryactivated.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = isintroductoryactivated.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isintroductoryactivated.json; sourceTree = ""; }; - B1335C765A6AA72C29202047DB4DE839 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/willpurchaseproductfrompaywall(_:)/index.html"; sourceTree = ""; }; - B1695478BCE5FC9C268E2B41567F582B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)/index.html"; sourceTree = ""; }; - B1B78D3912E35309FC4160E2D6A07056 /* status_bar_color.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = status_bar_color.json; path = docs/data/documentation/apphudsdk/apphudscreen/status_bar_color.json; sourceTree = ""; }; - B1E1147542432941D9B11F1A56DFF899 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/paywallid/index.html; sourceTree = ""; }; - B20F7AC8059EA23D44725E97027D0C1D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudutils/init/index.html; sourceTree = ""; }; - B23CA3AF68A52C90AB1093607F8B1662 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/name/index.html; sourceTree = ""; }; - B26A70A1DD3DC9A691D7EBA827852009 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/index.html; sourceTree = ""; }; - B26AAC1B616C3235BF0E552D7BA9F460 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/experimentname/index.html; sourceTree = ""; }; - B2C1F2E436096D9F974A22D0C7BE8757 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/hashvalue.json; sourceTree = ""; }; - B2E84EDE36D7453E950B1B4BE1222283 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/identifier/index.html; sourceTree = ""; }; - B378A8B07B710165EB080E2323E70B9F /* no-image@2x.df2a0a50.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "no-image@2x.df2a0a50.png"; path = "docs/img/no-image@2x.df2a0a50.png"; sourceTree = ""; }; - B434CFFD57BEB1AE2429879F62C55FA2 /* transaction.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = transaction.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/transaction.json; sourceTree = ""; }; - B4CAF0F0FEC0CE7180BC32418DADE91D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/encode(to:)/index.html"; sourceTree = ""; }; - B4EA13604E988F0FE0523C8B69C0711E /* favicon.ico */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.ico; name = favicon.ico; path = docs/favicon.ico; sourceTree = ""; }; - B52CCD325A60E4710F13B4C97C50517C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphud/init/index.html; sourceTree = ""; }; + AA2DE926C070CBA0077C9DA48C9AC8BE /* isintroductoryactivated.json */ = {isa = PBXFileReference; includeInIndex = 1; name = isintroductoryactivated.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isintroductoryactivated.json; sourceTree = ""; }; + AA302AF00A4580B500F2304462ED3FF7 /* paywallidentifier.json */ = {isa = PBXFileReference; includeInIndex = 1; name = paywallidentifier.json; path = docs/data/documentation/apphudsdk/apphudproduct/paywallidentifier.json; sourceTree = ""; }; + AA40AB105AA3C760857EF9B7B35C510D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/equatable-implementations/index.html"; sourceTree = ""; }; + AA6B1346122EA540C9E652E336B28015 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/onboarding/index.html; sourceTree = ""; }; + AB22433D2973CF432A55AA2E8E10CD7B /* chunk-c0335d80.10a2f091.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "chunk-c0335d80.10a2f091.css"; path = "docs/css/chunk-c0335d80.10a2f091.css"; sourceTree = ""; }; + AC6E530DB0029DC9A08E604C988343CA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/nonrenewingpurchase/index.html; sourceTree = ""; }; + ACC920107E77A482B9AC1BD77D4255D8 /* apphudshouldstartappstoredirectpurchase(_:)-2mv8h.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudshouldstartappstoredirectpurchase(_:)-2mv8h.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)-2mv8h.json"; sourceTree = ""; }; + AD1FFAB4C5F167720D58911B60BD6020 /* isinretrybilling.json */ = {isa = PBXFileReference; includeInIndex = 1; name = isinretrybilling.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isinretrybilling.json; sourceTree = ""; }; + AD9F88CFBF7329D968E43FA54B7480B3 /* ApphudURLSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudURLSession.swift; sourceTree = ""; }; + ADA5789869022F09A24D5380387291A3 /* userid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = userid.json; path = docs/data/documentation/apphudsdk/apphuduser/userid.json; sourceTree = ""; }; + AE19EE4D8E049577973222905B886377 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/paywallid/index.html; sourceTree = ""; }; + AE8357C6D5321AC649C9F10F1D07B485 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/grace/index.html; sourceTree = ""; }; + AE84EDA6B3734A2797563FCEEA7D4542 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/!=(_:_:)/index.html"; sourceTree = ""; }; + AE8F6760F29A9B9D9C1D8161A9944E74 /* purchase(_:callback:)-6dhy3.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:callback:)-6dhy3.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:callback:)-6dhy3.json"; sourceTree = ""; }; + AF3104E27557127C5020A93FC2811DC1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/status_bar_color/index.html; sourceTree = ""; }; + AF4B8AFCB19E59FA9314BDAEBBC077F2 /* isdefault.json */ = {isa = PBXFileReference; includeInIndex = 1; name = isdefault.json; path = docs/data/documentation/apphudsdk/apphudpaywall/isdefault.json; sourceTree = ""; }; + AF69651F5F786765849F56B7AD9BC9AC /* highlight-js-swift.84f3e88c.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-swift.84f3e88c.js"; path = "docs/js/highlight-js-swift.84f3e88c.js"; sourceTree = ""; }; + AFF315473072554D9037BCA46EC34867 /* apphuddidchangeuserid(_:)-2g2jg.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidchangeuserid(_:)-2g2jg.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)-2g2jg.json"; sourceTree = ""; }; + B057919612807EC4685BDA84E9D40EF2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/apphudattributionproviderapplesearchads/index.html; sourceTree = ""; }; + B29B7F9C0C22F46825B2AB8D4EF9EB8F /* sdktype.json */ = {isa = PBXFileReference; includeInIndex = 1; name = sdktype.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/sdktype.json; sourceTree = ""; }; + B3071B3E81C54FF7B6030A9FBF2E8410 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setuserproperty(key:value:setonce:)/index.html"; sourceTree = ""; }; + B309644A073A70E12D3F6079A4CD44F8 /* documentation-topic~topic.1679ec90.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic~topic.1679ec90.js"; path = "docs/js/documentation-topic~topic.1679ec90.js"; sourceTree = ""; }; + B31D1E5AFA1F2A5D0C4A3C93A0765E68 /* deviceid().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "deviceid().json"; path = "docs/data/documentation/apphudsdk/apphud/deviceid().json"; sourceTree = ""; }; + B357859B9293E75F2C0AEE6E05F6D178 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/hashvalue/index.html; sourceTree = ""; }; + B37E421B81192BF1B253203A272DB6CC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudeligibilitycallback/index.html; sourceTree = ""; }; + B3C19824DAADF07674FC4C21DAFE2FE4 /* isactive().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "isactive().json"; path = "docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/isactive().json"; sourceTree = ""; }; + B3C8B8013B1C98AB256A702D87E41BC9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/shared/index.html; sourceTree = ""; }; + B43E63115866CE6D9C234AFA6012F540 /* availability.index */ = {isa = PBXFileReference; includeInIndex = 1; name = availability.index; path = docs/index/availability.index; sourceTree = ""; }; + B461FFE913067ABFE23FF3CD22E5E191 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/submitpushnotificationstoken(token:callback:)/index.html"; sourceTree = ""; }; + B4FAEC919D281D66632D2B0822DF7454 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchasepromo(apphudproduct:discountid:_:)/index.html"; sourceTree = ""; }; B56C96D34D319EFFDF946CE818A07979 /* Pods-ApphudSDKTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-ApphudSDKTests"; path = Pods_ApphudSDKTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B58F8420A138C7188AC55F33CAC21EA9 /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = products.json; path = docs/data/documentation/apphudsdk/apphudpaywall/products.json; sourceTree = ""; }; - B6D4F3E76F5E40162E6B995A96040477 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudwillpurchase(product:offerid:screenname:)/index.html"; sourceTree = ""; }; - B6D7CDADF4D17149C38C3C7442D57DC1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/logout()/index.html"; sourceTree = ""; }; - B77617DD5F33ED2BAD937EC1EEE6F1AE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudrule/index.html; sourceTree = ""; }; - B86B3B3A5A3D70660F3EC612BFC66946 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/hashvalue/index.html; sourceTree = ""; }; - B968AF98975459C718E8103D4233C74B /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = productid.json; path = docs/data/documentation/apphudsdk/apphudproduct/productid.json; sourceTree = ""; }; - B9CEC337D2F0CC3CEB262D91C4AD6B66 /* cohort.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = cohort.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/cohort.json; sourceTree = ""; }; - BA23355448D6CCC088E0A2799360C328 /* apphudpaywall.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudpaywall.json; path = docs/data/documentation/apphudsdk/apphudpaywall.json; sourceTree = ""; }; - BB4AEE505EBF550BBB6CF04314AC4C16 /* highlight-js-markdown.90077643.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-markdown.90077643.js"; path = "docs/js/highlight-js-markdown.90077643.js"; sourceTree = ""; }; - BB53B8C5F8EBCECB9D9FA3AB97670CF0 /* ApphudSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = ApphudSDK.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BB5C29F5248BE20D035A66B6DFED8B4D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/userid()/index.html"; sourceTree = ""; }; - BC726C39508C0F4157D66632E714EA3A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/setdelegate(_:)/index.html"; sourceTree = ""; }; - BCB6935EFF362A76CF728AF1E95A07C9 /* apphudscreenpresentationstyle(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudscreenpresentationstyle(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreenpresentationstyle(controller:).json"; sourceTree = ""; }; - BE419814E184F38DF4937A4B7B8E60E5 /* purchasedat.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = purchasedat.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/purchasedat.json; sourceTree = ""; }; - BE4F9C074F25F41EED21EFCA2904FB2C /* favicon.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = favicon.svg; path = docs/favicon.svg; sourceTree = ""; }; - BE6BCB61FE5B340B1CB53DD805D47875 /* apphudscreenwilldismiss(screenname:error:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudscreenwilldismiss(screenname:error:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreenwilldismiss(screenname:error:).json"; sourceTree = ""; }; - BE7336F7C0133AC4CCD1D3E683EA8290 /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/!=(_:_:).json"; sourceTree = ""; }; - BE7FDEEAE74C8FF500148B1A43E7A7EE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/setuidelegate(_:)/index.html"; sourceTree = ""; }; - BFC530028EFC3032F70AB2DC7CB7CFE8 /* apphudscreendismissaction.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudscreendismissaction.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction.json; sourceTree = ""; }; - C044B99CB4FE4BDCEABF3AC2A6372EBE /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/!=(_:_:).json"; sourceTree = ""; }; - C0F20E6900D37E7C50E769259A810166 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphud/products/index.html; sourceTree = ""; }; - C103FBEDA8E4CF1181BB2EC0B4EA762E /* apphudshouldstartappstoredirectpurchase(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudshouldstartappstoredirectpurchase(_:).json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:).json"; sourceTree = ""; }; - C21E4F33ED1485DE407B438F96739FF5 /* fetchskproducts().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "fetchskproducts().json"; path = "docs/data/documentation/apphudsdk/apphud/fetchskproducts().json"; sourceTree = ""; }; - C2C65D5A1D5C86BFED3E76327D38C8EE /* pendingscreencontroller().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "pendingscreencontroller().json"; path = "docs/data/documentation/apphudsdk/apphud/pendingscreencontroller().json"; sourceTree = ""; }; - C2C7AF7720278107D37290DBDE47629E /* firebase.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = firebase.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/firebase.json; sourceTree = ""; }; - C39CA4542E3140CCE354693F51C853BD /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/rawrepresentable-implementations.json"; sourceTree = ""; }; - C3B3E4640CA371C64F4DFD64B8D9BEDC /* availability.index */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.bplist; name = availability.index; path = docs/index/availability.index; sourceTree = ""; }; - C3B60FFBFA1DE621B5FCCF694D0743A4 /* apphudscreendismissaction(screenname:controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphudscreendismissaction(screenname:controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreendismissaction(screenname:controller:).json"; sourceTree = ""; }; - C49057FD185289A571D670F1CD11A838 /* chunk-vendors.b24b7aaa.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "chunk-vendors.b24b7aaa.js"; path = "docs/js/chunk-vendors.b24b7aaa.js"; sourceTree = ""; }; - C4BEB9D43ACDF8592ED830A01D1316FB /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/!=(_:_:).json"; sourceTree = ""; }; - C52030814BA00055DDE7A7EED33FE0FC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/index.html; sourceTree = ""; }; - C6007B123E4E79068C824F63C9BC42C4 /* didupdatenotification().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "didupdatenotification().json"; path = "docs/data/documentation/apphudsdk/apphud/didupdatenotification().json"; sourceTree = ""; }; - C6CBEA2C4C8C9D10512CC626A74FBF64 /* islocal.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = islocal.json; path = docs/data/documentation/apphudsdk/apphudsubscription/islocal.json; sourceTree = ""; }; - C6CE39E1B37502EF7AA1600E82376E90 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/index.html; sourceTree = ""; }; - C909918260631A757B15D91AC7A059D4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudshouldperformrule(rule:)/index.html"; sourceTree = ""; }; - CA36ADA43F373DABCA363014AAF4C789 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchasewithoutvalidation(_:callback:)/index.html"; sourceTree = ""; }; - CA6F3375A46652395DD8A7651F3E4E1B /* apphuderror.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphuderror.json; path = docs/data/documentation/apphudsdk/apphuderror.json; sourceTree = ""; }; - CA9812F56F0D35C40005A3D82653257B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/adjust/index.html; sourceTree = ""; }; - CAF3E61AAA60989743FCE1405221639E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/updateuserid(_:)/index.html"; sourceTree = ""; }; - CB23C2F39798E6BA8B76D380D72D7CCD /* apphudsdk.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudsdk.json; path = docs/data/documentation/apphudsdk.json; sourceTree = ""; }; - CB3F70D469530B61C032BF3D1DE6D674 /* sdktype.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = sdktype.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/sdktype.json; sourceTree = ""; }; - CB64AED1E6F5029AFEDBCAB402F07568 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidselectsurveyanswer(question:answer:screenname:)/index.html"; sourceTree = ""; }; - CC23284E8B2A6E874F295B8F0A2E58C0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/skproduct/index.html; sourceTree = ""; }; - CC29FD881F06F2E788D11A33D28D587D /* restorepurchases(callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "restorepurchases(callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/restorepurchases(callback:).json"; sourceTree = ""; }; - CC6F76D0D3F0D2505B6541E147AEF4B2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/canceledat/index.html; sourceTree = ""; }; + B614FA4AE6E4D9D7942688B71C8D5F43 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/isdefault/index.html; sourceTree = ""; }; + B630028046C3E93D63BAB585EE0A2672 /* apphudshouldperformrule(rule:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudshouldperformrule(rule:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudshouldperformrule(rule:).json"; sourceTree = ""; }; + B6E9C267211AFBB2240148ABF0288D2C /* apphudpurchaseresult.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudpurchaseresult.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult.json; sourceTree = ""; }; + B708317929C65B0E08D52EBE24BF289D /* purchasedat.json */ = {isa = PBXFileReference; includeInIndex = 1; name = purchasedat.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/purchasedat.json; sourceTree = ""; }; + B76B7265B55868912B3467328ECF3757 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/index.html; sourceTree = ""; }; + B7836E7574BF7CFE744401FC2608EFEC /* apphudplacementid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudplacementid.json; path = docs/data/documentation/apphudsdk/apphudplacementid.json; sourceTree = ""; }; + B7E531E2E4D041BCFFED5FABDBA8FAB2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywall/encode(to:)/index.html"; sourceTree = ""; }; + B816941495FCC552C8B60F94B6B08B6D /* paywallsdidloadcallback(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallsdidloadcallback(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallsdidloadcallback(_:).json"; sourceTree = ""; }; + B84DBA302BC549F80F34DEDB09299AA0 /* placementsdidloadcallback(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placementsdidloadcallback(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/placementsdidloadcallback(_:).json"; sourceTree = ""; }; + B8935BA0F73427A91FE9841A073137C4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/equatable-implementations/index.html"; sourceTree = ""; }; + B8A426DE0141DCA684CCDC44D2CEECBB /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/encode(to:).json"; sourceTree = ""; }; + B8B53A3B090868FAB82D0148810594B4 /* incrementuserproperty(key:by:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "incrementuserproperty(key:by:).json"; path = "docs/data/documentation/apphudsdk/apphud/incrementuserproperty(key:by:).json"; sourceTree = ""; }; + B8E433658E5E24F38834BBDBCEF625A6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchskproducts()/index.html"; sourceTree = ""; }; + B8ECD0CB8B801C0C122D0DBA4C128D04 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/equatable-implementations.json"; sourceTree = ""; }; + BA6C914EAF75A838013F07728448AA97 /* didupdatenotification().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "didupdatenotification().json"; path = "docs/data/documentation/apphudsdk/apphud/didupdatenotification().json"; sourceTree = ""; }; + BAD7F3A0859C819604F2BE10E84468E4 /* paywall(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywall(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywall(_:).json"; sourceTree = ""; }; + BAFD20C671B4D565E45F85B42A726EF2 /* objectwillchange.json */ = {isa = PBXFileReference; includeInIndex = 1; name = objectwillchange.json; path = docs/data/documentation/apphudsdk/apphudproduct/objectwillchange.json; sourceTree = ""; }; + BB6180CAC87308754DAA4D1940974B7B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/transaction/index.html; sourceTree = ""; }; + BDB62954FEB9F2FDD84A4E262ED4EA7F /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywall/encode(to:).json"; sourceTree = ""; }; + BDCC3B0CB59A668DC4C58763902CA920 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsdkversionnumber/index.html; sourceTree = ""; }; + BE3B740B169AC5E87D606B4F335268D3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/haspremiumaccess()/index.html"; sourceTree = ""; }; + BFD6DE28264C33BA79900985E1F32111 /* optoutoftracking().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "optoutoftracking().json"; path = "docs/data/documentation/apphudsdk/apphud/optoutoftracking().json"; sourceTree = ""; }; + C0A09D19FD110ADED4F30BBACC72AB21 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduser/userid/index.html; sourceTree = ""; }; + C12430AEF3B694011FD58B5411485BDD /* sdkversion.json */ = {isa = PBXFileReference; includeInIndex = 1; name = sdkversion.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/sdkversion.json; sourceTree = ""; }; + C17DBC87414FEFE9859247EADA80C016 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudgroup/init(from:)/index.html"; sourceTree = ""; }; + C18ED3C09C14D1E48898B1142C5D50BF /* addattribution(data:from:identifer:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "addattribution(data:from:identifer:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/addattribution(data:from:identifer:callback:).json"; sourceTree = ""; }; + C1A6585F9B68EA9EC770B00A791C328B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreenpresentationstyle(controller:)/index.html"; sourceTree = ""; }; + C259CE0F91092977F57B815F07EE6A7D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/refunded/index.html; sourceTree = ""; }; + C282EA2B50340BB9F5D20B658B9F5D1D /* highlight-js-c.d1db3f17.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-c.d1db3f17.js"; path = "docs/js/highlight-js-c.d1db3f17.js"; sourceTree = ""; }; + C283CDCA1B1158C1A39D41518B9D3C7D /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/rawrepresentable-implementations.json"; sourceTree = ""; }; + C2C94EA5401B0D1D50742F249C1339C4 /* content.json */ = {isa = PBXFileReference; includeInIndex = 1; name = content.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/content.json; sourceTree = ""; }; + C2D1993B7A7D355535AD5588D1ABFCA6 /* phone.json */ = {isa = PBXFileReference; includeInIndex = 1; name = phone.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/phone.json; sourceTree = ""; }; + C2E7986B2C4454A054975B03DBCCBEBD /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/init(from:).json"; sourceTree = ""; }; + C36663A86C636F99E0CAC04DABDE9134 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/init(rawvalue:).json"; sourceTree = ""; }; + C3864E1192B54A8A3FE9D00A316B30CD /* rawplacements().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawplacements().json"; path = "docs/data/documentation/apphudsdk/apphuduser/rawplacements().json"; sourceTree = ""; }; + C391E9E56E60FD44B122D3F696F4688A /* ApphudInternal+Product.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Product.swift"; sourceTree = ""; }; + C3E8F2F94D73C9903B88012FF60F6E7C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/sdkversion/index.html; sourceTree = ""; }; + C472282912E00AD6CA01607A11F6078E /* apphudscreen.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudscreen.json; path = docs/data/documentation/apphudsdk/apphudscreen.json; sourceTree = ""; }; + C54BDFE5896D6A6436311F14346E5737 /* json.json */ = {isa = PBXFileReference; includeInIndex = 1; name = json.json; path = docs/data/documentation/apphudsdk/apphudpaywall/json.json; sourceTree = ""; }; + C559A44879C4C365681CF16E4FB0318E /* usestorekitv2().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "usestorekitv2().json"; path = "docs/data/documentation/apphudsdk/apphudutils/usestorekitv2().json"; sourceTree = ""; }; + C62608CED8FCA24A5321CE381ADD9B33 /* apphuderror.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuderror.json; path = docs/data/documentation/apphudsdk/apphuderror.json; sourceTree = ""; }; + C650556BB7047B3D239D8152594C6294 /* documentation-topic~topic.b6287bcf.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic~topic.b6287bcf.css"; path = "docs/css/documentation-topic~topic.b6287bcf.css"; sourceTree = ""; }; + C67629502C86C466739C2B2A63CF0741 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreendismissaction(screenname:controller:)/index.html"; sourceTree = ""; }; + C67A028195B3CC34018B1BF69296C094 /* enabledebuglogs().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "enabledebuglogs().json"; path = "docs/data/documentation/apphudsdk/apphudutils/enabledebuglogs().json"; sourceTree = ""; }; + C6A4B85E18275CC85626BB785983295A /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = name.json; path = docs/data/documentation/apphudsdk/apphudproduct/name.json; sourceTree = ""; }; + C7106E801E51C211A05914D728387D92 /* ApphudExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudExtensions.swift; sourceTree = ""; }; + C7440E2E2BCE386F5BC1E90CE0580EE5 /* chunk-vendors.ba2dd0cb.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "chunk-vendors.ba2dd0cb.js"; path = "docs/js/chunk-vendors.ba2dd0cb.js"; sourceTree = ""; }; + C76EC3CF68FAB98782C429FDA91107A2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)-57k7y/index.html"; sourceTree = ""; }; + C79CDB1611C7C054D91CA2B14DD5BBF6 /* purchases.json */ = {isa = PBXFileReference; includeInIndex = 1; name = purchases.json; path = docs/data/documentation/apphudsdk/apphuduser/purchases.json; sourceTree = ""; }; + C8146E4746A726CD8E869787212A921C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/hashvalue/index.html; sourceTree = ""; }; + C8E5FCB4A5584DC7305B9A3A7C1C3A0E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/init(rawvalue:)/index.html"; sourceTree = ""; }; + C9016BB65764FC44487964FF8B9891C2 /* receiptcreationdate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = receiptcreationdate.json; path = docs/data/documentation/apphudsdk/apphudreceipt/receiptcreationdate.json; sourceTree = ""; }; + C94153A08D13184EA4B8853AE8005433 /* tutorials-overview.c249c765.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "tutorials-overview.c249c765.css"; path = "docs/css/tutorials-overview.c249c765.css"; sourceTree = ""; }; + C9AEA7289FA0AE60E4AC9E1D8D35C7ED /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; name = products.json; path = docs/data/documentation/apphudsdk/apphud/products.json; sourceTree = ""; }; + C9EB0B90F7B2DF83264B99A239A5FFEC /* checkeligibilityforintroductoryoffer(product:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "checkeligibilityforintroductoryoffer(product:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilityforintroductoryoffer(product:callback:).json"; sourceTree = ""; }; + CA1129C8CCAE9B4C2477934D5F34B561 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/age/index.html; sourceTree = ""; }; + CB74404113327353F7B8880C9A49DD76 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudgroup/init(from:).json"; sourceTree = ""; }; + CBC84E4C7F7CBA5A689423551FC178FB /* pendingscreencontroller().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "pendingscreencontroller().json"; path = "docs/data/documentation/apphudsdk/apphud/pendingscreencontroller().json"; sourceTree = ""; }; CC768DE9A904523C08BAA01E63E52663 /* Pods-ApphudSDKDemo-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ApphudSDKDemo-umbrella.h"; sourceTree = ""; }; - CD0B22E9D29644DEABED89CBA01F64AD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/startedat/index.html; sourceTree = ""; }; - CD727063601C0617868829D1DFF4AC39 /* apphudnonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudnonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase.json; sourceTree = ""; }; - CDFBE64498E5A69749B60B9EC8A95EF8 /* apphudsdkversionnumber.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudsdkversionnumber.json; path = docs/data/documentation/apphudsdk/apphudsdkversionnumber.json; sourceTree = ""; }; - CE36CBC4CF64A4D80B61BC83F7310827 /* handlepushnotification(apsinfo:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "handlepushnotification(apsinfo:).json"; path = "docs/data/documentation/apphudsdk/apphud/handlepushnotification(apsinfo:).json"; sourceTree = ""; }; - CE4575CB1B2E7699B4588C84E4BF0C28 /* apphudrule.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudrule.json; path = docs/data/documentation/apphudsdk/apphudrule.json; sourceTree = ""; }; - CE9DE188BD1D8D7D448FE85AB254B4D6 /* ApphudInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudInternal.swift; sourceTree = ""; }; - CEF7D87DC1C924ADCE52D13812ECCF24 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphud/permissiongroups/index.html; sourceTree = ""; }; - D0DDB14CE287FC2D1DE483084809E6CC /* success.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = success.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/success.json; sourceTree = ""; }; - D18153169FA1EA8DE33B23800E939891 /* ApphudInternal+Attribution.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Attribution.swift"; sourceTree = ""; }; - D237EBFE26D1C78A7866215C22BEEF95 /* paywallclosed(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "paywallclosed(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallclosed(_:).json"; sourceTree = ""; }; - D24EA1ACE45D550001D485AC6E5127B9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/showpendingscreen()/index.html"; sourceTree = ""; }; - D40D74901DAC7FF822FEBB0AA4D972D1 /* validatereceipt(callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "validatereceipt(callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/validatereceipt(callback:).json"; sourceTree = ""; }; - D42015E49733472FD04D52CB9A93AD81 /* apphuddiddismissscreen(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphuddiddismissscreen(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddiddismissscreen(controller:).json"; sourceTree = ""; }; - D5294D0C29A5794C6188E34BEC13228A /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/init(rawvalue:).json"; sourceTree = ""; }; - D584306BA5371AA0590552924D414A3A /* tutorials-overview.c8178b83.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "tutorials-overview.c8178b83.js"; path = "docs/js/tutorials-overview.c8178b83.js"; sourceTree = ""; }; - D5A905745EC5012CF122598820E3B341 /* apphudattributionprovider.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudattributionprovider.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider.json; sourceTree = ""; }; - D5C46A12DD1E4CB96CB67AE9E68EE935 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/apphudproductfor(_:)/index.html"; sourceTree = ""; }; - D5CD9335F2D137F278C47EC1CAB9C0F2 /* sdkversion.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = sdkversion.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/sdkversion.json; sourceTree = ""; }; - D5E72B3B4E48DC59D4EC92E23AAEB04A /* isautorenewenabled.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = isautorenewenabled.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isautorenewenabled.json; sourceTree = ""; }; - D5EE6FFB1400CEADFDBDCF446236F310 /* index.12bb178a.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = index.12bb178a.css; path = docs/css/index.12bb178a.css; sourceTree = ""; }; - D61D8725B8A34BE49BA73629BD128C3B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/index.html; sourceTree = ""; }; - D6287D0310CCE1C93DF3EB2C08169FDA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/nonrenewingpurchases()/index.html"; sourceTree = ""; }; - D648539A5007446B1E4A7E930702ECCE /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywall/encode(to:).json"; sourceTree = ""; }; - D6FEF656A338A75308424E0B3E594608 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/settings/index.html; sourceTree = ""; }; - D7515815F58758CB51D09F1239BB6247 /* modified-icon.f496e73d.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = "modified-icon.f496e73d.svg"; path = "docs/img/modified-icon.f496e73d.svg"; sourceTree = ""; }; - D8F586940E98DBC6EF1E3A9AA3737823 /* purchase(_:callback:)-6dhy3.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "purchase(_:callback:)-6dhy3.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:callback:)-6dhy3.json"; sourceTree = ""; }; - D9AFC6339F6993F8DC81D476ABA2DD9E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/init(rawvalue:)/index.html"; sourceTree = ""; }; - D9DB5352D32B555950B8D9CA84B3E40F /* tutorials-overview.06e8bcf7.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = "tutorials-overview.06e8bcf7.css"; path = "docs/css/tutorials-overview.06e8bcf7.css"; sourceTree = ""; }; - DA87973FCE8959472473B9C816202F16 /* ApphudGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudGroup.swift; sourceTree = ""; }; - DA9C37589DA2644D8B892389D4041600 /* apphuddelegate.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphuddelegate.json; path = docs/data/documentation/apphudsdk/apphuddelegate.json; sourceTree = ""; }; - DAEBEB0053633DE33AE7AC1ED7F34510 /* enabledebuglogs().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "enabledebuglogs().json"; path = "docs/data/documentation/apphudsdk/apphudutils/enabledebuglogs().json"; sourceTree = ""; }; - DB46EC79DC12CA307E15B1998F273CDC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/rawrepresentable-implementations/index.html"; sourceTree = ""; }; - DB53D1C6B081A36E338EA1E90CF996B2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/appsflyer/index.html; sourceTree = ""; }; - DB8842FE36E79E4BB9B09D7C8304C76D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/index.html; sourceTree = ""; }; + CCDC35C4CF904086C34D5522F031AC6D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/settings/index.html; sourceTree = ""; }; + CCE12AA2753417D08F0D8300A6057ACB /* expired.json */ = {isa = PBXFileReference; includeInIndex = 1; name = expired.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/expired.json; sourceTree = ""; }; + CCEE0B48668C8265A5719CFC1735E19F /* updateuserid(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "updateuserid(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/updateuserid(_:).json"; sourceTree = ""; }; + CD40993F440651F76CC9B5F999E53804 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/intro/index.html; sourceTree = ""; }; + CDA8F2D700AB428B51D69072BC538A7E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/cohort/index.html; sourceTree = ""; }; + CDBA0A1997313A3B70519619C8328CFC /* documentation-topic~topic~tutorials-overview.d6f5411c.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic~topic~tutorials-overview.d6f5411c.css"; path = "docs/css/documentation-topic~topic~tutorials-overview.d6f5411c.css"; sourceTree = ""; }; + CE5C7DE3614AB2111457780CEAA791EA /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + CEA4424E81D2E909DB6B340767080B7C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreenwilldismiss(screenname:error:)/index.html"; sourceTree = ""; }; + CEDFEFD686604BC4415220966FB7A8E8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilityforpromotionaloffer(product:callback:)/index.html"; sourceTree = ""; }; + CF7EFC897949EB9E8E162E29017BBD8E /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscription/init(from:).json"; sourceTree = ""; }; + D003E3057DF355551CD566B3F2AEE174 /* handledeferredtransaction(transaction:)-4tnlp.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "handledeferredtransaction(transaction:)-4tnlp.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)-4tnlp.json"; sourceTree = ""; }; + D014E852FC323B59D440C251523A76A4 /* startmanually(apikey:userid:deviceid:observermode:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "startmanually(apikey:userid:deviceid:observermode:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/startmanually(apikey:userid:deviceid:observermode:callback:).json"; sourceTree = ""; }; + D03F30DC1B4E889FBC01509CD3535310 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilityforintroductoryoffer(product:callback:)/index.html"; sourceTree = ""; }; + D0776E07B0E4965537A7F40FC80BE0EE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphud/index.html; sourceTree = ""; }; + D0CCD1E19E35A3D7011D089240473E58 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/sdktype/index.html; sourceTree = ""; }; + D0EE108F557706EDE79D65E3688FD4ED /* rawpaywalls().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawpaywalls().json"; path = "docs/data/documentation/apphudsdk/apphud/rawpaywalls().json"; sourceTree = ""; }; + D14C27112C451E1ECC989168952AC257 /* ApphudNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudNavigationController.swift; sourceTree = ""; }; + D1AF80834134C56751E111AEECCD24B5 /* success.json */ = {isa = PBXFileReference; includeInIndex = 1; name = success.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/success.json; sourceTree = ""; }; + D23823537773EC7649CE81BC8F9461E4 /* setcustompurchasevalue(_:productid:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setcustompurchasevalue(_:productid:).json"; path = "docs/data/documentation/apphudsdk/apphud/setcustompurchasevalue(_:productid:).json"; sourceTree = ""; }; + D239D3020A5CBC6985E48F9E20505514 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/phone/index.html; sourceTree = ""; }; + D26197D18EA273F1DDCCAA9F6708C622 /* startedat.json */ = {isa = PBXFileReference; includeInIndex = 1; name = startedat.json; path = docs/data/documentation/apphudsdk/apphudsubscription/startedat.json; sourceTree = ""; }; + D27E4574CA6075741D07EF9EBC16AA65 /* grace.json */ = {isa = PBXFileReference; includeInIndex = 1; name = grace.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/grace.json; sourceTree = ""; }; + D28C3147CC3F45CAB450D450D3866398 /* favicon.ico */ = {isa = PBXFileReference; includeInIndex = 1; name = favicon.ico; path = docs/favicon.ico; sourceTree = ""; }; + D2F1A0A58CBDAB98330A427B236C6E6A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/index.html; sourceTree = ""; }; + D3461D89CDD4B9AF4186D719B0C29760 /* ApphudInternal+Eligibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Eligibility.swift"; sourceTree = ""; }; + D433F0E2D32F3797B98C44A19DBCBB38 /* apphudscreendidappear(screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudscreendidappear(screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreendidappear(screenname:).json"; sourceTree = ""; }; + D43DDCA64AAB519EA8BFF2F3DB5F068A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/index.html; sourceTree = ""; }; + D4C4BB08898F2472046569D1CF9883CF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/init(rawvalue:)/index.html"; sourceTree = ""; }; + D541E158B760C496CDA26655E1506DCD /* apphuddidchangeuserid(_:)-1dyji.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidchangeuserid(_:)-1dyji.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)-1dyji.json"; sourceTree = ""; }; + D5C298FC3A7C21662C20373092667CA0 /* apphudsubscriptionsupdated(_:)-3dnhb.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudsubscriptionsupdated(_:)-3dnhb.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)-3dnhb.json"; sourceTree = ""; }; + D637FD00D2CA12CFB75561474F6EE027 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/userdidload(user:)-4qpvb/index.html"; sourceTree = ""; }; + D6808A52C8A15141302FBCA3AD372B16 /* paywall.json */ = {isa = PBXFileReference; includeInIndex = 1; name = paywall.json; path = docs/data/documentation/apphudsdk/apphudplacement/paywall.json; sourceTree = ""; }; + D69AECECC3A43E57708F01473A31E6B9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/expired/index.html; sourceTree = ""; }; + D6F0F78677876BF066CD904F54B174CC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudrule/index.html; sourceTree = ""; }; + D706C91848E16F52619B535114BA1EDE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/description/index.html; sourceTree = ""; }; + D7B283C87E6499C65B70F2AADD2A35EA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchproducts()/index.html"; sourceTree = ""; }; + D7CADB7112B5E90CE1E330B65054D64A /* facebook.json */ = {isa = PBXFileReference; includeInIndex = 1; name = facebook.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/facebook.json; sourceTree = ""; }; + D892BF6A3A085B094B33F1799CCDCD9B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/receiptcreationdate/index.html; sourceTree = ""; }; + D8E0E5617A25F33F9FE685BF9ED265DD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/apphudproductfor(_:)/index.html"; sourceTree = ""; }; + D8F3FCB16C678738C119E79C12FEC907 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/appstorereceipt()/index.html"; sourceTree = ""; }; + D98E3044C1A17B3B4685012B4473AE44 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduidelegate/index.html; sourceTree = ""; }; + D9C6D7ED51A6DC41161A9F0723B5BCAE /* apphuddidfailpurchase(product:offerid:errorcode:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidfailpurchase(product:offerid:errorcode:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidfailpurchase(product:offerid:errorcode:screenname:).json"; sourceTree = ""; }; + DA0A59408BA5F9995895AB081A1DEB76 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduserpropertykey/init(_:)/index.html"; sourceTree = ""; }; + DA10F999D144C2BF85560A8A123EABA1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/!=(_:_:)/index.html"; sourceTree = ""; }; + DA26BB6A27AF5887660456FDF5976C8F /* toolbar.json */ = {isa = PBXFileReference; includeInIndex = 1; name = toolbar.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/toolbar.json; sourceTree = ""; }; + DA4B947E27033E30A482BF242046FE46 /* ApphudDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudDelegate.swift; sourceTree = ""; }; + DA83DAE3015DEFACD48EEA07061CB751 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduser/encode(to:)/index.html"; sourceTree = ""; }; + DADA0A7C0E0AD57E9A99B25E83EE87E9 /* shared.json */ = {isa = PBXFileReference; includeInIndex = 1; name = shared.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/shared.json; sourceTree = ""; }; + DB1B58079146C36D42C048C00225CE99 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)-1ym71/index.html"; sourceTree = ""; }; + DB2546C0952E514186AA4BEA8FCAA0C7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/subscriptions()/index.html"; sourceTree = ""; }; + DB5D5D94CB212F3A82D2C862A50AD4F0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/index.html; sourceTree = ""; }; + DB7917C4BFBA2D8FA0526F4D7562C741 /* skproduct.json */ = {isa = PBXFileReference; includeInIndex = 1; name = skproduct.json; path = docs/data/documentation/apphudsdk/apphudproduct/skproduct.json; sourceTree = ""; }; + DBA20D4A5715AB4B7CC31AF7B020DF28 /* observableobject-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "observableobject-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudpaywall/observableobject-implementations.json"; sourceTree = ""; }; + DBAC46ED49CFFCDE1D442B42C2B46F32 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudreceipt/init(from:)/index.html"; sourceTree = ""; }; + DBB76560898BFC55ED4245D08080EBA1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/index.html; sourceTree = ""; }; + DC6C268FC6D9BE60F47FEF4B4914156E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduser/subscriptions/index.html; sourceTree = ""; }; DC99D419CD05313C3B76392EC8DAAD9A /* Pods-ApphudSDKDemo-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ApphudSDKDemo-Info.plist"; sourceTree = ""; }; - DCBC2518F5D8FBEF7FFA19897953B28A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:value:callback:)/index.html"; sourceTree = ""; }; - DCCC1E69EB5A9E09CA273DDAE07E9007 /* apphudpaywallid.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudpaywallid.json; path = docs/data/documentation/apphudsdk/apphudpaywallid.json; sourceTree = ""; }; - DDB7A6FF3461B71053FF0C44EA75D4CE /* apphud.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphud.json; path = docs/data/documentation/apphudsdk/apphud.json; sourceTree = ""; }; - DE4ADA2D61DC48645EA18858E2CFAFC9 /* topic.ee15af52.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = topic.ee15af52.css; path = docs/css/topic.ee15af52.css; sourceTree = ""; }; - DEF89E62E3D0E873F57A2C28FC75C2F8 /* apphuddidpurchase(product:offerid:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "apphuddidpurchase(product:offerid:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidpurchase(product:offerid:screenname:).json"; sourceTree = ""; }; - E0BDB11CC65DC04398B49D5D78389D59 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/index.html; sourceTree = ""; }; - E0CD588E32D592108FF09CCA7BBFAE18 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchproducts(_:)/index.html"; sourceTree = ""; }; - E130057E5C748FF0163623F83E063198 /* receiptcreationdate.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = receiptcreationdate.json; path = docs/data/documentation/apphudsdk/apphudreceipt/receiptcreationdate.json; sourceTree = ""; }; - E17A36E19A724FCF498FD3B33728B203 /* isnonrenewingpurchaseactive(productidentifier:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "isnonrenewingpurchaseactive(productidentifier:).json"; path = "docs/data/documentation/apphudsdk/apphud/isnonrenewingpurchaseactive(productidentifier:).json"; sourceTree = ""; }; - E2E4BD6267185D7D40AAA76D311A23B6 /* checkeligibilityforintroductoryoffer(product:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "checkeligibilityforintroductoryoffer(product:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilityforintroductoryoffer(product:callback:).json"; sourceTree = ""; }; - E2EC453EC3EB5BB55E95579830C05B7C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/trial/index.html; sourceTree = ""; }; - E38576BF5FEF67A81FC49507BA0A1BBB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/haspremiumaccess()/index.html"; sourceTree = ""; }; - E51C3C3CCACEB9E8F0AB40B4EB7BCE47 /* adjust.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = adjust.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/adjust.json; sourceTree = ""; }; - E550A4037668D02A50823A5CDD966EC9 /* issandbox.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = issandbox.json; path = docs/data/documentation/apphudsdk/apphudsubscription/issandbox.json; sourceTree = ""; }; - E57D9569EF3DC81FEA44AA15D6535F09 /* highlight-js-custom-markdown.7cffc4b3.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-custom-markdown.7cffc4b3.js"; path = "docs/js/highlight-js-custom-markdown.7cffc4b3.js"; sourceTree = ""; }; - E5D3C9891FA89D841E9F326E53FBFD9A /* init(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "init(_:).json"; path = "docs/data/documentation/apphudsdk/apphuduserpropertykey/init(_:).json"; sourceTree = ""; }; - E5DCB95009EF0F53206828F3B8469FB9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/rawrepresentable-implementations/index.html"; sourceTree = ""; }; - E66C7A6CC9E0A83DE4639F1880B89D0C /* canceledat.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = canceledat.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/canceledat.json; sourceTree = ""; }; - E6B433AF171C1764787660BB8A27FA68 /* ApphudScreenController+Macros.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudScreenController+Macros.swift"; sourceTree = ""; }; - E6E4E83BF9A193FA3A777FC3C998A168 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/issandbox()/index.html"; sourceTree = ""; }; - E6FF5AE4027DBD1477D9E609483DCDED /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = name.json; path = docs/data/documentation/apphudsdk/apphudscreen/name.json; sourceTree = ""; }; - E74170761245CF7AA08AB9AE6FD6065A /* banner.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = banner.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/banner.json; sourceTree = ""; }; - E7FD202B3D3D428A95A66A9B88C5DEE4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudrule/screen_name/index.html; sourceTree = ""; }; - E818582BE85C6124F5DE50E65B5498D1 /* purchase(_:ispurchasing:)-3cisu.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "purchase(_:ispurchasing:)-3cisu.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-3cisu.json"; sourceTree = ""; }; - E89832567517B8966D28060450256B71 /* hasactivesubscription().json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "hasactivesubscription().json"; path = "docs/data/documentation/apphudsdk/apphud/hasactivesubscription().json"; sourceTree = ""; }; - E8F0D9971518AFBFFAAAE1DF216AC7E4 /* skproduct.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = skproduct.json; path = docs/data/documentation/apphudsdk/apphudproduct/skproduct.json; sourceTree = ""; }; - E902C793B6A453A0BA89FC54EF12B62E /* description.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = description.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/description.json; sourceTree = ""; }; - E90F428EAF5410C13A1E730187DE09F8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddiddismissscreen(controller:)/index.html"; sourceTree = ""; }; - E942115050E2E53119CB02768AAAC802 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/equatable-implementations/index.html"; sourceTree = ""; }; - E9C32DA70B6C08B74842119CF0073A84 /* toolbar.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = toolbar.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/toolbar.json; sourceTree = ""; }; - EA56EF5CF4F4028D5538C9DE6322F8B3 /* documentation-topic.f62098b6.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "documentation-topic.f62098b6.js"; path = "docs/js/documentation-topic.f62098b6.js"; sourceTree = ""; }; - EB2284259C6C32889A12EE475B2B3235 /* error.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = error.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/error.json; sourceTree = ""; }; - EB4175F487C917FB9EF760EE42DFE622 /* documentation-topic~topic~tutorials-overview.8e36e44f.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "documentation-topic~topic~tutorials-overview.8e36e44f.js"; path = "docs/js/documentation-topic~topic~tutorials-overview.8e36e44f.js"; sourceTree = ""; }; - EB62E5B1E8D5E838F409FD5C1E32F820 /* expired.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = expired.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/expired.json; sourceTree = ""; }; - EBACC6F849EA0B62733698D68602B6A0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/setuserproperty(key:value:setonce:)/index.html"; sourceTree = ""; }; - EBACF03B588A242E90199BFB222D413E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/shared/index.html; sourceTree = ""; }; - ECF97A70769108275C1C695D1276A403 /* screen_name.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = screen_name.json; path = docs/data/documentation/apphudsdk/apphudrule/screen_name.json; sourceTree = ""; }; - EF619639FCA8E99738B07385FBA1ACC7 /* highlight-js-xml.9c3688c7.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-xml.9c3688c7.js"; path = "docs/js/highlight-js-xml.9c3688c7.js"; sourceTree = ""; }; - EFFBD4F4ECFF28A4060B57A31498013E /* start(apikey:userid:observermode:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "start(apikey:userid:observermode:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/start(apikey:userid:observermode:callback:).json"; sourceTree = ""; }; - F0CB2658DDB6CC895B2C6CA91DFB9263 /* ApphudDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudDelegate.swift; sourceTree = ""; }; - F0FF1DCA6781F67A7A79A0B7727987E2 /* subscription.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = subscription.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/subscription.json; sourceTree = ""; }; - F104F4198349876015157A9450B575B4 /* incrementuserproperty(key:by:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "incrementuserproperty(key:by:).json"; path = "docs/data/documentation/apphudsdk/apphud/incrementuserproperty(key:by:).json"; sourceTree = ""; }; - F1C40E59C2557F7B589813152118C43E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/bundleid/index.html; sourceTree = ""; }; - F23AFFE6038D4795A9B09BF00738FFDA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphud/pendingscreencontroller()/index.html"; sourceTree = ""; }; - F3A492E6F5CC74022787D53412D22228 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudkeychain/init/index.html; sourceTree = ""; }; - F3AA361E207F996E41DBD2EB90C62B55 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/sdkversion/index.html; sourceTree = ""; }; - F48615FA26B399C7FD205DEBDEE7E718 /* trial.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = trial.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/trial.json; sourceTree = ""; }; + DCAF24543108801D03F235A41B824735 /* ApphudInternal+Attribution.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Attribution.swift"; sourceTree = ""; }; + DCC24247DEF32C486F81B0EC75206167 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudkeychain/index.html; sourceTree = ""; }; + DCD575907735B582554C8F9EDD502B0C /* fetchrawreceiptinfo(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "fetchrawreceiptinfo(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/fetchrawreceiptinfo(_:).json"; sourceTree = ""; }; + DD4FEE511E88F0D29E465753E7DB80CF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/updateuserid(_:)/index.html"; sourceTree = ""; }; + DD6239532D983C5DF98654CD0FBB6BB0 /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscription/encode(to:).json"; sourceTree = ""; }; + DD8504E298CDC2719A89CE9DC2C663D5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacement/experimentname/index.html; sourceTree = ""; }; + DE09E169D02311F3A9530CCE847D5682 /* paywallsdidfullyload(paywalls:)-3kcab.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallsdidfullyload(paywalls:)-3kcab.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)-3kcab.json"; sourceTree = ""; }; + DE2CA5B871635467BE2243F27DF9C6E4 /* ResourceBundle-ApphudSDK-ApphudSDK-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-ApphudSDK-ApphudSDK-Info.plist"; sourceTree = ""; }; + DE2F643A8A1209E5E084E76A3A816AFA /* placementsdidfullyload(placements:)-8b6v8.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placementsdidfullyload(placements:)-8b6v8.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/placementsdidfullyload(placements:)-8b6v8.json"; sourceTree = ""; }; + DE81DB5F5291C65A0F0968D82EAE2F30 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/equatable-implementations.json"; sourceTree = ""; }; + DED7C704A62C36AC4039F95313C6C8F6 /* apphudboolcallback.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudboolcallback.json; path = docs/data/documentation/apphudsdk/apphudboolcallback.json; sourceTree = ""; }; + DF56785C328253CAA627B1088336239F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isautorenewenabled/index.html; sourceTree = ""; }; + DFBC64FFC9C9A193B4208ED6C9FEFCD7 /* home.json */ = {isa = PBXFileReference; includeInIndex = 1; name = home.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/home.json; sourceTree = ""; }; + DFDF0093F9E1E56F69148F4AC7F270F1 /* subscription().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "subscription().json"; path = "docs/data/documentation/apphudsdk/apphud/subscription().json"; sourceTree = ""; }; + DFE8B0F0B8F426C484C8AE420AEFB714 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/startedat/index.html; sourceTree = ""; }; + E04B0C29D13799BD8AEF2D786E5F54C4 /* appsflyer.json */ = {isa = PBXFileReference; includeInIndex = 1; name = appsflyer.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/appsflyer.json; sourceTree = ""; }; + E15FFB2BE4569302E79C5277E70CEEB5 /* onboarding.json */ = {isa = PBXFileReference; includeInIndex = 1; name = onboarding.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/onboarding.json; sourceTree = ""; }; + E1609F224AA82401AC358CFA4E47764B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/nonrenewingpurchases()/index.html"; sourceTree = ""; }; + E33DEEC91980113BF28A7E852980FAEE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduser/rawpaywalls()/index.html"; sourceTree = ""; }; + E47C5C14677F354E61A9C83DD0043E90 /* highlight-js-shell.dd7f411f.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-shell.dd7f411f.js"; path = "docs/js/highlight-js-shell.dd7f411f.js"; sourceTree = ""; }; + E4B775BB547AD8F7FC9A9E239448E92C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/store/index.html; sourceTree = ""; }; + E55651EB105DC2D70D1DEBAF9A65EC3E /* experimentname.json */ = {isa = PBXFileReference; includeInIndex = 1; name = experimentname.json; path = docs/data/documentation/apphudsdk/apphudplacement/experimentname.json; sourceTree = ""; }; + E5E9D97E81231442AB0B71B101CADB0F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)-7sfe7/index.html"; sourceTree = ""; }; + E6165FA872C7F26BDAF9BE86A763AF5D /* placementsdidfullyload(placements:)-27ou4.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placementsdidfullyload(placements:)-27ou4.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/placementsdidfullyload(placements:)-27ou4.json"; sourceTree = ""; }; + E765C0A632BF7800F37A906FAE6391CF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudutils/enablealllogs()/index.html"; sourceTree = ""; }; + E779824EED68EAEBC086E77300F81EB4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudnonrenewingpurchase/init(from:)/index.html"; sourceTree = ""; }; + E7E0B2F37E422D846CC4E3A4CBB34F76 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/promo/index.html; sourceTree = ""; }; + E809E9262BFFBF85152F5899080B6AEA /* banner.json */ = {isa = PBXFileReference; includeInIndex = 1; name = banner.json; path = docs/data/documentation/apphudsdk/apphudplacementid/banner.json; sourceTree = ""; }; + E86F5D71456E5782B9F0194FC805B2BD /* ApphudSDK-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ApphudSDK-umbrella.h"; sourceTree = ""; }; + E8D286392A5D047D4177F76AE2F5A04B /* storekit.json */ = {isa = PBXFileReference; includeInIndex = 1; name = storekit.json; path = docs/data/documentation/apphudsdk/storekit.json; sourceTree = ""; }; + E9FA7BB01337007B1E7AD8306CB3F111 /* banner.json */ = {isa = PBXFileReference; includeInIndex = 1; name = banner.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/banner.json; sourceTree = ""; }; + EA4FA041089287617E6354580623783F /* issandbox.json */ = {isa = PBXFileReference; includeInIndex = 1; name = issandbox.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/issandbox.json; sourceTree = ""; }; + EAA0E0F96963C2E462E085AFA7A6B768 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/facebook/index.html; sourceTree = ""; }; + EBE59C8F8CA991CE1E696DA0505BA2DE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/incrementuserproperty(key:by:)/index.html"; sourceTree = ""; }; + EC07E71892A99D54BD84D861C6783069 /* rule_name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = rule_name.json; path = docs/data/documentation/apphudsdk/apphudrule/rule_name.json; sourceTree = ""; }; + EC33212EA179C801F91DA66B3B6F7BCD /* ApphudSDK-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ApphudSDK-Info.plist"; sourceTree = ""; }; + EDA6D40197E81F4B60D02B1BCE782C72 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/transaction/index.html; sourceTree = ""; }; + EE1C49A45FD0AA48B4BCD10E3D8DB825 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphud/init/index.html; sourceTree = ""; }; + EE28FB94118958FD1CF07989A50BBECB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-o1p9/index.html"; sourceTree = ""; }; + EE6ED74E7E2F524133033109E685C138 /* apphudwillpurchase(product:offerid:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudwillpurchase(product:offerid:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudwillpurchase(product:offerid:screenname:).json"; sourceTree = ""; }; + EE782DD6BF167834FFFCDDD1B0C60B0B /* identifier.json */ = {isa = PBXFileReference; includeInIndex = 1; name = identifier.json; path = docs/data/documentation/apphudsdk/apphudplacement/identifier.json; sourceTree = ""; }; + EF23363DDF7B676FE12173C68F1AB8F7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudboolcallback/index.html; sourceTree = ""; }; + EF4BF8F9CF2BC40E8F0B16AF05FC6665 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/products/index.html; sourceTree = ""; }; + EF8318D2356725F3AB3D7CF081567F16 /* ApphudScreenController+Macros.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudScreenController+Macros.swift"; sourceTree = ""; }; + F0203F3AC1A28D7BF1B5A0EAF5147A93 /* apphudreceipt.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudreceipt.json; path = docs/data/documentation/apphudsdk/apphudreceipt.json; sourceTree = ""; }; + F1478F20BF55317DC949D49AD6E40F53 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscription/isactive()/index.html"; sourceTree = ""; }; + F18C9D2A516DFBE35D341B54562292C3 /* toolbar.json */ = {isa = PBXFileReference; includeInIndex = 1; name = toolbar.json; path = docs/data/documentation/apphudsdk/apphudplacementid/toolbar.json; sourceTree = ""; }; + F1A05DD8BDAAEC486F2CACBC0D8B76BC /* ApphudHttpClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudHttpClient.swift; sourceTree = ""; }; + F1AC68D18ADA4E470425E5D4575B9B0C /* modified-icon.f496e73d.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "modified-icon.f496e73d.svg"; path = "docs/img/modified-icon.f496e73d.svg"; sourceTree = ""; }; + F1BC55194DF6FFBD0FC9FFE0C8645954 /* highlight-js-xml.9c3688c7.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-xml.9c3688c7.js"; path = "docs/js/highlight-js-xml.9c3688c7.js"; sourceTree = ""; }; + F1F9CD739FFE1111BAEFD9C4D8525AB3 /* refunded.json */ = {isa = PBXFileReference; includeInIndex = 1; name = refunded.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/refunded.json; sourceTree = ""; }; + F2C80F7B69B9BE65ED7FA4EBC1711DD7 /* ApphudInternal+UserUpdate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+UserUpdate.swift"; sourceTree = ""; }; + F2CFC625921B6D8A6A9C75AAD30AE557 /* chunk-c0335d80.76a68cc5.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "chunk-c0335d80.76a68cc5.js"; path = "docs/js/chunk-c0335d80.76a68cc5.js"; sourceTree = ""; }; + F355A6D9F8C1FBF074BC1BA05B4F043C /* apphudsubscriptionstatus.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsubscriptionstatus.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus.json; sourceTree = ""; }; + F3E970CAB2A0536A3DBC70224289CB5B /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphuduser/encode(to:).json"; sourceTree = ""; }; + F428278E033D1A0F3286795E333A9D0C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudutils/enabledebuglogs()/index.html"; sourceTree = ""; }; F4BB80CAC20083F1E2BB98CC6791893A /* Pods-ApphudSDKDemo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ApphudSDKDemo-dummy.m"; sourceTree = ""; }; - F4D232F097324BAB579A7067D3DECAE8 /* apphudgroup.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = apphudgroup.json; path = docs/data/documentation/apphudsdk/apphudgroup.json; sourceTree = ""; }; - F51AA21C05644A5EF26262B7EAA27347 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/equatable-implementations.json"; sourceTree = ""; }; - F6F3874FDD51206BAAAE0091BE6EA8ED /* highlight-js-custom-swift.5cda5c20.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-custom-swift.5cda5c20.js"; path = "docs/js/highlight-js-custom-swift.5cda5c20.js"; sourceTree = ""; }; - F6F9DA46EC8340283ADFDC3CF11EDA21 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/index.html; sourceTree = ""; }; - F72202E8400C75E24C61285DBB270087 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/hasaccess/index.html; sourceTree = ""; }; - F7A78AF7FDC48ADFBDD20246EFEF5A6C /* highlight-js-diff.62d66733.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "highlight-js-diff.62d66733.js"; path = "docs/js/highlight-js-diff.62d66733.js"; sourceTree = ""; }; - F7E09FFEB9A2C6B33F0B4189B5998917 /* ApphudUIDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUIDelegate.swift; sourceTree = ""; }; - F89044C9144570B930D63CC1BF24869C /* deprecated-icon.015b4f17.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = "deprecated-icon.015b4f17.svg"; path = "docs/img/deprecated-icon.015b4f17.svg"; sourceTree = ""; }; - F8E638ACAD6F207A4461DF3A1E118C01 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphudutils/enabledebuglogs()/index.html"; sourceTree = ""; }; - F937EDFF985CCB5A74539F75EDC7E03F /* purchase(_:value:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "purchase(_:value:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:value:callback:).json"; sourceTree = ""; }; - F993D27B3E711C7BFCF603B3BAC79EDB /* domainurlstring.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = domainurlstring.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/domainurlstring.json; sourceTree = ""; }; - FA0329E578FDF493566AE254532986E4 /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudgroup/encode(to:).json"; sourceTree = ""; }; - FA41960842BC952FBD5F53FC8C8F64C6 /* updateuserid(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = "updateuserid(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/updateuserid(_:).json"; sourceTree = ""; }; - FA8EB7A02A283EB9C4C242A39CFD2518 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/facebook/index.html; sourceTree = ""; }; - FCC9D34FA29D9967322E63D669DBB2EC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/canceledat/index.html; sourceTree = ""; }; - FCEBF9C877578036D82E96B65FF631F1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)/index.html"; sourceTree = ""; }; - FD61C98834DEABE58E504DFAD6312F58 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreendidappear(screenname:)/index.html"; sourceTree = ""; }; - FDC93EDB4427A2E67A88FD55E2BAB697 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)/index.html"; sourceTree = ""; }; - FE7ABD9C938325EFAB9FC219836288EF /* gender.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = gender.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/gender.json; sourceTree = ""; }; - FF0FE65942F7D2A429A36EFA1117E689 /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = name.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/name.json; sourceTree = ""; }; + F4EB3E7F04148FD9D4A00A54FF656CF9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudutils/usestorekitv2()/index.html"; sourceTree = ""; }; + F51E617DD6F4197A1C675C0E9C52CC6A /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/hash(into:).json"; sourceTree = ""; }; + F52814D1F505EDB2810AF24EE8A040CC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)-2uxsb/index.html"; sourceTree = ""; }; + F53338B6371D48EAA72AF530229D180E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/index.html; sourceTree = ""; }; + F58CC1CAE4C7CB5361022F6FA5902CBB /* purchase(_:value:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:value:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:value:callback:).json"; sourceTree = ""; }; + F5E8DC7CC7C80D3D32F0FB33011EA9AD /* adjust.json */ = {isa = PBXFileReference; includeInIndex = 1; name = adjust.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/adjust.json; sourceTree = ""; }; + F64AF49FE9B3E47F5A8C329A99E91292 /* ApphudScreenController+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudScreenController+Extensions.swift"; sourceTree = ""; }; + F64D133F1E8B2ABD283249CD2365F024 /* purchasepromo(apphudproduct:discountid:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchasepromo(apphudproduct:discountid:_:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchasepromo(apphudproduct:discountid:_:).json"; sourceTree = ""; }; + F64E62A7DFB14BDF2FDA42A5664291AE /* ApphudSubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudSubscription.swift; sourceTree = ""; }; + F6519DB70AD948BB8FCAE5B42EF33623 /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/!=(_:_:).json"; sourceTree = ""; }; + F6EB3D866A37EB7F359AF02E53D5EEA2 /* cohort.json */ = {isa = PBXFileReference; includeInIndex = 1; name = cohort.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/cohort.json; sourceTree = ""; }; + F7406B44E081A7A2D38AF0D9A463E84A /* gender.json */ = {isa = PBXFileReference; includeInIndex = 1; name = gender.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/gender.json; sourceTree = ""; }; + F79CC99E6D8AAEB048B8C37192EB119D /* rawjson.json */ = {isa = PBXFileReference; includeInIndex = 1; name = rawjson.json; path = docs/data/documentation/apphudsdk/apphudreceipt/rawjson.json; sourceTree = ""; }; + F7EE980BDE29227A3C9C158BFA34345A /* highlight-js-java.8326d9d8.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-java.8326d9d8.js"; path = "docs/js/highlight-js-java.8326d9d8.js"; sourceTree = ""; }; + F89938326A065DE35C1A817F34BDDBD2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/didupdatenotification()/index.html"; sourceTree = ""; }; + F8F5AB663F122594D755DEFAD4EEE630 /* topic.d8c126f3.css */ = {isa = PBXFileReference; includeInIndex = 1; name = topic.d8c126f3.css; path = docs/css/topic.d8c126f3.css; sourceTree = ""; }; + FA2B604ADB0E8EB29A18FF2AB3703A8C /* nonrenewingpurchases().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "nonrenewingpurchases().json"; path = "docs/data/documentation/apphudsdk/apphud/nonrenewingpurchases().json"; sourceTree = ""; }; + FA5CA1BCD5007E638544C42F03AE66AF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchrawreceiptinfo(_:)/index.html"; sourceTree = ""; }; + FA5F00DAC207362F525DD6A8B6FBFB1F /* ApphudStoreKitWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudStoreKitWrapper.swift; sourceTree = ""; }; + FB3ED690BC1D53359647BBE39AC50741 /* ApphudScreen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudScreen.swift; sourceTree = ""; }; + FB7EEF6573F4BCE5070525D53D44DF9E /* nonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; name = nonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/nonrenewingpurchase.json; sourceTree = ""; }; + FBA6D4AD54F2AD21E5EE19AA6ADC73AB /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = name.json; path = docs/data/documentation/apphudsdk/apphudgroup/name.json; sourceTree = ""; }; + FCE1CBFBCF3C689E42DFB80BCF6EC92E /* settings.json */ = {isa = PBXFileReference; includeInIndex = 1; name = settings.json; path = docs/data/documentation/apphudsdk/apphudplacementid/settings.json; sourceTree = ""; }; + FCE3C7A29B2D22FB4EEDD78ADB3217BF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/content/index.html; sourceTree = ""; }; + FD4B241A5FFF32C67F816E49F660014C /* apphudsubscription.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsubscription.json; path = docs/data/documentation/apphudsdk/apphudsubscription.json; sourceTree = ""; }; + FD541DC2CDBC1BBF17A77DBB127AB2B4 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/init(rawvalue:).json"; sourceTree = ""; }; + FDC773E39B7E921785F22CF4DB1C31F5 /* ApphudSDK-ApphudSDK */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "ApphudSDK-ApphudSDK"; path = ApphudSDK.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + FE1462A88D58470AEE1D9AEAE847355C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/firebase/index.html; sourceTree = ""; }; + FE1AA8745F5D05B9CB1E0F7543928721 /* showpendingscreen().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "showpendingscreen().json"; path = "docs/data/documentation/apphudsdk/apphud/showpendingscreen().json"; sourceTree = ""; }; + FE95B55F17ACB38D94B28A5B4AF3E2E3 /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; name = init.json; path = docs/data/documentation/apphudsdk/apphudkeychain/init.json; sourceTree = ""; }; + FE9D8872B93D16FBAA550CAACF19B528 /* ApphudUserProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUserProperty.swift; sourceTree = ""; }; + FEF5E50941508A58686A39FE826BA8C6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/rawpaywalls()/index.html"; sourceTree = ""; }; + FEFAAEC0AD56141E1851E5C71B718A71 /* highlight-js-diff.62d66733.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-diff.62d66733.js"; path = "docs/js/highlight-js-diff.62d66733.js"; sourceTree = ""; }; + FF1139589C2B0A63F7F6B5F61C26BABB /* fetchskproducts().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "fetchskproducts().json"; path = "docs/data/documentation/apphudsdk/apphud/fetchskproducts().json"; sourceTree = ""; }; + FF24DF08BB013D243176783F1AB393CB /* apphuduser.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuduser.json; path = docs/data/documentation/apphudsdk/apphuduser.json; sourceTree = ""; }; + FF61F7D15CE5E3BED36142E38910F376 /* purchase(_:ispurchasing:)-o1p9.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:ispurchasing:)-o1p9.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-o1p9.json"; sourceTree = ""; }; + FF6F1B99F8907B1A8E0162686FA69AA7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/expiresdate/index.html; sourceTree = ""; }; + FFA2CD8322A92C97D48FB6CACFCDE140 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidpurchase(product:offerid:screenname:)/index.html"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 3035A1DDEC460E5D5E0BF51E42ACB402 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E1BFA44189017B094D215B49137D480 /* Foundation.framework in Frameworks */, + 9EC3F5B1BDBF8F1EB762C69D4592C264 /* StoreKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A8C33697F89FE7C6BF5CDE9355671EE9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -691,12 +817,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CE917021F6AD5643012255B4F3C41B24 /* Frameworks */ = { + D2271F45ECE9560757D6BEDC5751F415 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DB110454BCA3AF48EE723AE728B46AC6 /* Foundation.framework in Frameworks */, - B7AF068188C2030951F2637129AD5EF2 /* StoreKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -711,33 +835,6 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0B0286C9F21F2F265DCD45BAF678BA23 /* Internal */ = { - isa = PBXGroup; - children = ( - 60078909ED65EC65CDF2E280397A3566 /* ApphudAsyncStoreKit.swift */, - 28714CBE2B3F21CE00899013 /* ApphudDataActor.swift */, - 2861BB162B175D2100B65779 /* ApphudSafeSet.swift */, - 288AD5912AE21FDC008A9883 /* ApphudProductsStorage.swift */, - 6F754ABEAE6F0323A2DFA77913FFF623 /* ApphudExtensions.swift */, - 92370802E3E0A632E152B26408BEA741 /* ApphudHttpClient.swift */, - 280919D62B0734BD0079FA86 /* ApphudURLSession.swift */, - CE9DE188BD1D8D7D448FE85AB254B4D6 /* ApphudInternal.swift */, - D18153169FA1EA8DE33B23800E939891 /* ApphudInternal+Attribution.swift */, - 7831345633E5252FB3F9BF95AF884F28 /* ApphudInternal+Eligibility.swift */, - 15C3B715D70FB506A6307B51861955AA /* ApphudInternal+Fallback.swift */, - 5E06AC5FA70AC38E819A130C23C575CF /* ApphudInternal+Product.swift */, - 9D3DB3B1448AA61239EA3D934546620E /* ApphudInternal+Purchase.swift */, - 28B081022B19DB8B0003E2E8 /* ApphudInternal+Currency.swift */, - 6879F494A410F2A4FF2FDA69F3E1AE75 /* ApphudInternal+UserUpdate.swift */, - 5CA58316D6AC3152218F8214393E60C4 /* ApphudKeychain.swift */, - 1C70D1B4B2C95C19394C8F6D0041D88E /* ApphudLoggerService.swift */, - AD3B2006005BC8C665D7728A0445D5F4 /* ApphudStoreKitWrapper.swift */, - 2D0267164F6499D1E40535347AE90B2E /* ApphudUserProperty.swift */, - ); - name = Internal; - path = ApphudSDK/Internal; - sourceTree = ""; - }; 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -763,20 +860,10 @@ path = "Target Support Files/Pods-ApphudSDKDemo"; sourceTree = ""; }; - 41861D59B350A39BD81F489AA9CF578A /* Products */ = { - isa = PBXGroup; - children = ( - 116B608BECADE7354BEF4977EBA361C6 /* ApphudSDK */, - 0264D1C26F4354EC5FA1600B3E6302FB /* Pods-ApphudSDKDemo */, - B56C96D34D319EFFDF946CE818A07979 /* Pods-ApphudSDKTests */, - ); - name = Products; - sourceTree = ""; - }; - 530676CE86F37196DEC220204B356163 /* Development Pods */ = { + 3611F1CB8D76C138C5E6FE7E12C3EBC2 /* Development Pods */ = { isa = PBXGroup; children = ( - AC32E185BC8EFA1AC76F91AC850297AA /* ApphudSDK */, + 77C5C4AD19270A335E4A37F2327E3611 /* ApphudSDK */, ); name = "Development Pods"; sourceTree = ""; @@ -790,599 +877,94 @@ name = iOS; sourceTree = ""; }; - 8FCEEAAAE9F9B8672AE33C4B42F80F3D /* Support Files */ = { + 6068C4F636C09BFC8FA19DCF7DD0BF83 /* Public */ = { isa = PBXGroup; children = ( - 34712188000302F802CA13ABD3BB435D /* ApphudSDK.modulemap */, - 0260E6F5CCE995DE3CFF8FD457284F75 /* ApphudSDK-dummy.m */, - 69F44B99DADDEB572F280976219F053B /* ApphudSDK-Info.plist */, - 9064FAE12B07D73786D1FAB3D5351F74 /* ApphudSDK-prefix.pch */, - 20E31E0E2DB76C1AD3480A77A5846E3B /* ApphudSDK-umbrella.h */, - 8F9428AF76915853F33190ED0F778175 /* ApphudSDK.debug.xcconfig */, - 39BF880C822F5F461A403968877D07BC /* ApphudSDK.release.xcconfig */, + 8F335E68C0498BEF06495378E746AD5B /* Apphud.swift */, + 6FEDACF6E7ACCC16F1E1BBF1A629A7E7 /* ApphudAsyncPurchaseResult.swift */, + DA4B947E27033E30A482BF242046FE46 /* ApphudDelegate.swift */, + 105ECB3299027CEAFC171ABE51456C37 /* ApphudEnums.swift */, + 2D37F4CECD008B991CCBB2E4E0FC2259 /* ApphudError.swift */, + 1855E5D2ABAA135706B189C99B97DE60 /* ApphudGroup.swift */, + 44867938484CB32EDDD849D8C2E4B0F8 /* ApphudNonRenewingPurchase.swift */, + A742E16D300A418A09CD9C2DD9312AA6 /* ApphudPaywall.swift */, + 88EAE8747420ABB184D5A3CFB7193988 /* ApphudPlacement.swift */, + 1BC7AC0661E35478FFFF3AF8F2CF2DC7 /* ApphudProduct.swift */, + 208E38377C10DB7C11E23F08C3A78E54 /* ApphudPurchaseResult.swift */, + 10CE4320E4DD7BF00E30AAD9C1168FFB /* ApphudReceipt.swift */, + 1ACD25A4FBA3E05862B9614A8C257B58 /* ApphudRule.swift */, + FB3ED690BC1D53359647BBE39AC50741 /* ApphudScreen.swift */, + F64E62A7DFB14BDF2FDA42A5664291AE /* ApphudSubscription.swift */, + 0E5BE080401F8FD900329D9CBD93F9DF /* ApphudUIDelegate.swift */, + 7ECEE28B8B5EE535F50E072D326DA8B3 /* ApphudUser.swift */, + 6DB17D732DCB250ED6E20B20194E6007 /* ApphudUserPropertyKey.swift */, + 8603B0B0C886AD0AF5012660DB2B0488 /* ApphudUtils.swift */, ); - name = "Support Files"; - path = "Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK"; + name = Public; + path = Sources/Public; sourceTree = ""; }; - 9C1286F087C3EA506EE856B9E4DB3F7F /* Public */ = { + 77C5C4AD19270A335E4A37F2327E3611 /* ApphudSDK */ = { isa = PBXGroup; children = ( - 881D46F12E4BAC73C9BE655CFE0328BB /* Apphud.swift */, - 28714CBC2B3F21BF00899013 /* ApphudUser.swift */, - 2802A2BF2B280A3C00F29C5C /* ApphudEnums.swift */, - 1E35B226FA6E559758712B2FC4EF3817 /* ApphudAsyncPurchaseResult.swift */, - F0CB2658DDB6CC895B2C6CA91DFB9263 /* ApphudDelegate.swift */, - 3D59323C6EDCFCE0D802F8FC682DA692 /* ApphudError.swift */, - DA87973FCE8959472473B9C816202F16 /* ApphudGroup.swift */, - 49B1D463714CB4C3E03BC6711543CA66 /* ApphudNonRenewingPurchase.swift */, - 2861BB142B175D1500B65779 /* ApphudPlacement.swift */, - A72EAB10A6A38A5D59CB7E48DAD4D813 /* ApphudPaywall.swift */, - 59CD9987CFB8DEA2C3616DAD845BEEBA /* ApphudProduct.swift */, - 919CC347E62BD3C1196DB3E9A317B006 /* ApphudPurchaseResult.swift */, - 712693FB0C25DC7F48C3AC5D89960469 /* ApphudReceipt.swift */, - 0C73CA7EA2866FBC1D2F56311B8027B4 /* ApphudRule.swift */, - 298E9C55AAB25C2A46116A9C48021316 /* ApphudScreen.swift */, - 3470F26B4D263B129DB3C48CE359259E /* ApphudSubscription.swift */, - F7E09FFEB9A2C6B33F0B4189B5998917 /* ApphudUIDelegate.swift */, - 77BD9F5B51D4B0EA8734BD021B4FFFB1 /* ApphudUserPropertyKey.swift */, - 4850F4EE7A092B2F9F14ECF9D9604BA1 /* ApphudUtils.swift */, - 283F8D4E2B4EB81600F86CD8 /* Documentation.docc */, + CE5C7DE3614AB2111457780CEAA791EA /* PrivacyInfo.xcprivacy */, + C3D6246B0CBDF1F9DAC95E6E6D1EA889 /* ApphudUI */, + EB856F1E01D47FB4B3D9C16617A47D44 /* Internal */, + DC65684630238640F5FF8D7E6474B8CE /* Pod */, + 6068C4F636C09BFC8FA19DCF7DD0BF83 /* Public */, + 9C9F833B5169C19875A5D52F221F2007 /* Support Files */, ); - name = Public; - path = ApphudSDK/Public; + name = ApphudSDK; + path = ../../..; sourceTree = ""; }; - A765C2B0A9D5338BB45F4A379BCCCE6A /* Pod */ = { + 9C9F833B5169C19875A5D52F221F2007 /* Support Files */ = { isa = PBXGroup; children = ( - C4BEB9D43ACDF8592ED830A01D1316FB /* !=(_:_:).json */, - BE7336F7C0133AC4CCD1D3E683EA8290 /* !=(_:_:).json */, - C044B99CB4FE4BDCEABF3AC2A6372EBE /* !=(_:_:).json */, - A68EB63FF1D57F606571191DDEF52028 /* !=(_:_:).json */, - 7932883F3153AA10D8553CCED986D9C8 /* addattribution(data:from:identifer:callback:).json */, - 66F511BE56EFD38FAE68D9D4592278D1 /* added-icon.d6f7e47d.svg */, - E51C3C3CCACEB9E8F0AB40B4EB7BCE47 /* adjust.json */, - 49A333074E1A35B9FF4DD08A69EEE6B8 /* age.json */, - DDB7A6FF3461B71053FF0C44EA75D4CE /* apphud.json */, - 03184291A9C9031CF80CEA20969CF613 /* apphudasyncpurchaseresult.json */, - D5A905745EC5012CF122598820E3B341 /* apphudattributionprovider.json */, - 2E337142F2F228845AE231BFCF0F4DD8 /* apphudattributionproviderapplesearchads.json */, - A7F673E3F04D51EE40D05C20D23A99A2 /* apphudboolcallback.json */, - DA9C37589DA2644D8B892389D4041600 /* apphuddelegate.json */, - 992EF39DA898EA89369B009B4581762B /* apphuddidchangeuserid(_:).json */, - D42015E49733472FD04D52CB9A93AD81 /* apphuddiddismissscreen(controller:).json */, - 0C75F866811A174C294B206EA3720181 /* apphuddidfailpurchase(product:offerid:errorcode:screenname:).json */, - 48E7BF0BAE572B7293756A525C65097B /* apphuddidfetchstorekitproducts(_:).json */, - 55D34F85DDB77643A7F82B7C01A31B0F /* apphuddidfetchstorekitproducts(_:_:).json */, - 9AF0F75EFCDEB9D4D5E837544F84A29F /* apphuddidobservepurchase(result:).json */, - DEF89E62E3D0E873F57A2C28FC75C2F8 /* apphuddidpurchase(product:offerid:screenname:).json */, - 18CEE572040071A80424D8342C7CBF7F /* apphuddidselectsurveyanswer(question:answer:screenname:).json */, - 8087D8EB51AC9CAA431D297824F784D6 /* apphudeligibilitycallback.json */, - CA6F3375A46652395DD8A7651F3E4E1B /* apphuderror.json */, - F4D232F097324BAB579A7067D3DECAE8 /* apphudgroup.json */, - 4913E32B06593B730EA1A8D986AF5967 /* apphudhttpclient.json */, - 8212EDD6D5AEE6DFF5BB390E2E564BBC /* apphudkeychain.json */, - CD727063601C0617868829D1DFF4AC39 /* apphudnonrenewingpurchase.json */, - 8B6D6F64C04EBED43689A9AF7E6D2913 /* apphudnonrenewingpurchasesupdated(_:).json */, - 37E65CBBAE389E5C317403F5C2FE6A73 /* apphudparentviewcontroller(controller:).json */, - BA23355448D6CCC088E0A2799360C328 /* apphudpaywall.json */, - DCCC1E69EB5A9E09CA273DDAE07E9007 /* apphudpaywallid.json */, - 10B7A60BD51331D8624DC82B4F6F3BAF /* apphudproduct.json */, - 45313912DB4EDA28858AE0FBE8925E3E /* apphudproductfor(_:).json */, - 4C8E69E701E442C5EE4BB432F2A1BEC7 /* apphudproductidentifiers().json */, - 600CBE8079EE815656B43B197B3296C6 /* apphudpurchaseresult.json */, - AF8E2E448EDAF7980D8357A560050F9D /* apphudreceipt.json */, - CE4575CB1B2E7699B4588C84E4BF0C28 /* apphudrule.json */, - 183F3D5DA54691DB287F33B3A38A1D6F /* apphudscreen.json */, - 481BA2FE971A4C4F267AE43EBF007731 /* apphudscreendidappear(screenname:).json */, - BFC530028EFC3032F70AB2DC7CB7CFE8 /* apphudscreendismissaction.json */, - C3B60FFBFA1DE621B5FCCF694D0743A4 /* apphudscreendismissaction(screenname:controller:).json */, - BCB6935EFF362A76CF728AF1E95A07C9 /* apphudscreenpresentationstyle(controller:).json */, - BE6BCB61FE5B340B1CB53DD805D47875 /* apphudscreenwilldismiss(screenname:error:).json */, - CB23C2F39798E6BA8B76D380D72D7CCD /* apphudsdk.json */, - BB53B8C5F8EBCECB9D9FA3AB97670CF0 /* ApphudSDK.podspec */, - CDFBE64498E5A69749B60B9EC8A95EF8 /* apphudsdkversionnumber.json */, - 5DB455659E933DEB7F13AE0ED0C913C7 /* apphudsdkversionstring.json */, - 3ECDA95AB8A51C3CEF02B01A495878F3 /* apphudshouldperformrule(rule:).json */, - 42A05D1A388526D52527D9A62F4A5E82 /* apphudshouldshowscreen(screenname:).json */, - C103FBEDA8E4CF1181BB2EC0B4EA762E /* apphudshouldstartappstoredirectpurchase(_:).json */, - 45C1C6878E36D1BDFCF5052E73CA6189 /* apphudsubscription.json */, - 7026BA125A26CD402C1027E96D5E2E87 /* apphudsubscriptionstatus.json */, - 891B07EEEAC02E054B0CCB7B22B23895 /* apphudsubscriptionsupdated(_:).json */, - 8CD3A88CD5FAC942BAC924E9A60164AB /* apphuduidelegate.json */, - 6507A5C07A5E38BC80B29DD3AC8E19E4 /* apphuduserpropertykey.json */, - 520B01FB4526E1009F27577A01E1EBB9 /* apphudutils.json */, - 28FF905ACBDFC9029B1C7B8BD86F398A /* apphudwillpurchase(product:offerid:screenname:).json */, - 85A315519857000EAE96DDC2E536D21D /* appleadsattribution.json */, - 92BE6A2755E42259CD5299FF9BAFF033 /* applicationversion.json */, - 3BD17F6DD95763CACBD958C8A3B89910 /* appsflyer.json */, - 93BC3BC0A7FD78B024991BAAE032A403 /* appstorereceipt().json */, - C3B3E4640CA371C64F4DFD64B8D9BEDC /* availability.index */, - E74170761245CF7AA08AB9AE6FD6065A /* banner.json */, - 59FFA2796547C3DE9708AAA9E411B510 /* bundleid.json */, - E66C7A6CC9E0A83DE4639F1880B89D0C /* canceledat.json */, - 0DC2E6DA7978D30EC4EEA6222BC95B00 /* canceledat.json */, - 124D08333EA9349DD7B8B142D05C0997 /* checkeligibilitiesforintroductoryoffers(products:callback:).json */, - 21A2FE2B7BD0A170A6DD86A9FDC3774C /* checkeligibilitiesforpromotionaloffers(products:callback:).json */, - E2E4BD6267185D7D40AAA76D311A23B6 /* checkeligibilityforintroductoryoffer(product:callback:).json */, - 35429FCB6BD32F448542528064CB40D8 /* checkeligibilityforpromotionaloffer(product:callback:).json */, - 652618DF3F9781A7425ED7B3B8D626A1 /* chunk-2d0d3105.cd72cc8e.js */, - C49057FD185289A571D670F1CD11A838 /* chunk-vendors.b24b7aaa.js */, - 8E9F07A32606F81538678E3EF6ABFB43 /* closeonly.json */, - B9CEC337D2F0CC3CEB262D91C4AD6B66 /* cohort.json */, - 2B6221448E8D4FD20E4B0F1EE636BE1D /* content.json */, - 07F85F7FB533CFC5DC3551202A9ADC41 /* data.mdb */, - F89044C9144570B930D63CC1BF24869C /* deprecated-icon.015b4f17.svg */, - E902C793B6A453A0BA89FC54EF12B62E /* description.json */, - 5035FE3E53986404DF1C75FC5787C42E /* developer-og.jpg */, - 1C67B76626C91792B959CBD954638672 /* developer-og-twitter.jpg */, - 1933381BA5C91F4D7958C9502713D846 /* deviceid().json */, - 721BC8E30B95DDE56A6FD22049389EE3 /* didfetchproductsnotification().json */, - C6007B123E4E79068C824F63C9BC42C4 /* didupdatenotification().json */, - 1FC7C8FD39D670AD16453D3E3BAC62BD /* documentation-topic.3bca6578.css */, - EA56EF5CF4F4028D5538C9DE6322F8B3 /* documentation-topic.f62098b6.js */, - 97C3571EFD1BD524810E6890049F0898 /* documentation-topic~topic~tutorials-overview.82acfe22.css */, - EB4175F487C917FB9EF760EE42DFE622 /* documentation-topic~topic~tutorials-overview.8e36e44f.js */, - F993D27B3E711C7BFCF603B3BAC79EDB /* domainurlstring.json */, - 065BDC2E6C175806FCADA47A602735D6 /* email.json */, - 8077CFB8F73B8771AE05EA1812BEE917 /* enablealllogs().json */, - 3F65D150041D2701DEA3E125A022BA2D /* enabledebuglogs().json */, - DAEBEB0053633DE33AE7AC1ED7F34510 /* enabledebuglogs().json */, - FA0329E578FDF493566AE254532986E4 /* encode(to:).json */, - D648539A5007446B1E4A7E930702ECCE /* encode(to:).json */, - 14802E0137B5D2B70EBE05C0DE4A5428 /* encode(to:).json */, - F51AA21C05644A5EF26262B7EAA27347 /* equatable-implementations.json */, - 7CD0301A6E454A7D6422E85CD9EC87A2 /* equatable-implementations.json */, - 7F2887C95640ED31EB0D48F734EEE1D1 /* equatable-implementations.json */, - 7AB4FFD4D928BF17E838B696C42ED615 /* equatable-implementations.json */, - EB2284259C6C32889A12EE475B2B3235 /* error.json */, - 3C19644287F925BBF0523C39F37BECEF /* error.json */, - 973749216093C889B954FD629592DD94 /* experimentname.json */, - EB62E5B1E8D5E838F409FD5C1E32F820 /* expired.json */, - 02D8D0B5E3F364465ADF94FEA59ABF51 /* expiresdate.json */, - 21CB692F03772B8A5342D456AD5E3BE8 /* facebook.json */, - B4EA13604E988F0FE0523C8B69C0711E /* favicon.ico */, - BE4F9C074F25F41EED21EFCA2904FB2C /* favicon.svg */, - 1FA98A8DD50D36ADBB9945A994636592 /* fetchproducts().json */, - 292FF046179B94D98D027F9307F5A2D6 /* fetchproducts(_:).json */, - 05D8EF3FFA66D8FA2A10235146C69E6C /* fetchrawreceiptinfo(_:).json */, - C21E4F33ED1485DE407B438F96739FF5 /* fetchskproducts().json */, - C2C7AF7720278107D37290DBDE47629E /* firebase.json */, - A3052EDCE9AF29E01F33EDAC34CF549E /* frompaywall.json */, - FE7ABD9C938325EFAB9FC219836288EF /* gender.json */, - 83BC26D453E0E20468B807425E245615 /* grace.json */, - 2AD090091CE159B0568674A83D2DB723 /* grantpromotional(dayscount:productid:permissiongroup:callback:).json */, - 95C5CAC91BD9E3F68FBB54E6B74C12F5 /* handledeferredtransaction(transaction:).json */, - CE36CBC4CF64A4D80B61BC83F7310827 /* handlepushnotification(apsinfo:).json */, - A3AFCE4B52A6DEE73D4EC1C011D86DD8 /* hasaccess.json */, - E89832567517B8966D28060450256B71 /* hasactivesubscription().json */, - 3F88F51D0ED20633FE38F34A0E07ECA6 /* hash(into:).json */, - 96B976CE25BEDE3BE159651EBADEF8A8 /* hash(into:).json */, - 0118BA5A136F8751A2F75735A2FF8614 /* hash(into:).json */, - 9EBF82CB810256C411BBB5F04FFC80EE /* hash(into:).json */, - B2C1F2E436096D9F974A22D0C7BE8757 /* hashvalue.json */, - 270F745DB3D7D460505D987CAD7085D3 /* hashvalue.json */, - 2FF15E188365830EE92E6BB9DF0EC8C9 /* hashvalue.json */, - 6C1AC9206631AA1D4F150ED3AF6923D8 /* hashvalue.json */, - 71B15249BDD06522BF12CCB8DDC0EA7B /* haspremiumaccess().json */, - 6484CA7B7C62FC0AFCDD0D1B8DA385BE /* highlight-js-bash.1b52852f.js */, - A7DC908F63052FBD32F508C425430E15 /* highlight-js-c.d1db3f17.js */, - 1CE96D9EE773C6CCA250FBE0E6A010AF /* highlight-js-cpp.eaddddbe.js */, - 6B8E3ECC88447CD069F6464A378F0895 /* highlight-js-css.75eab1fe.js */, - E57D9569EF3DC81FEA44AA15D6535F09 /* highlight-js-custom-markdown.7cffc4b3.js */, - F6F3874FDD51206BAAAE0091BE6EA8ED /* highlight-js-custom-swift.5cda5c20.js */, - F7A78AF7FDC48ADFBDD20246EFEF5A6C /* highlight-js-diff.62d66733.js */, - 59748E7F5ADA55443EC3DB8D019E5320 /* highlight-js-http.163e45b6.js */, - 47CBCB156E6917A915A8F1FDC106E5B8 /* highlight-js-java.8326d9d8.js */, - 987C91566B7D34335D3CC85B7C63E472 /* highlight-js-javascript.acb8a8eb.js */, - 4B03594C02227422486BD8B6C6740158 /* highlight-js-json.471128d2.js */, - 737E7F39CF86FBFE04A68DCCDA874A44 /* highlight-js-llvm.6100b125.js */, - BB4AEE505EBF550BBB6CF04314AC4C16 /* highlight-js-markdown.90077643.js */, - A7E3B89C9A1F36C31BAB1BD584EE6FF5 /* highlight-js-objectivec.bcdf5156.js */, - 20D3749AB049BF1048F5D0102C83F31E /* highlight-js-perl.757d7b6f.js */, - 560509E7DABBD66820CFD87C4E4C19D1 /* highlight-js-php.cc8d6c27.js */, - 07B36C47BDB13206930F9B4567664733 /* highlight-js-python.c214ed92.js */, - 316E89B6CB4EE07DDFACB6B367AFF1CB /* highlight-js-ruby.f889d392.js */, - 11310E33BEE17FBC385265EDD7E111D1 /* highlight-js-scss.62ee18da.js */, - 4295892582F32A1D8D4FB75A31A161AF /* highlight-js-shell.dd7f411f.js */, - 3DB5B2B380E92EAE082A229705175F58 /* highlight-js-swift.84f3e88c.js */, - EF619639FCA8E99738B07385FBA1ACC7 /* highlight-js-xml.9c3688c7.js */, - 5983DE77CFE5F621355ADB7716A58D80 /* identifier.json */, - F104F4198349876015157A9450B575B4 /* incrementuserproperty(key:by:).json */, - 2A3211569D8565A33C339DE80D35E55F /* index.html */, - D5C46A12DD1E4CB96CB67AE9E68EE935 /* index.html */, - 9004C8A500A5C541D316F38948D12810 /* index.html */, - 0820AE8384726AE02103EF5DBEC7CE59 /* index.html */, - 9F5E39DBDFCD3545DA67F97F14AA89AF /* index.html */, - 2F938001A74820EC5CD480C7A51CFBEA /* index.html */, - 8DA3FFA8797FB7821C2D35937AF777E8 /* index.html */, - 87ED9AD71C2EDF1BF18A119C7C878037 /* index.html */, - 352D9440BBDD1417ACCC598E086D1AA5 /* index.html */, - 9275A6A5FD32F19005D43F19DA3B2F2F /* index.html */, - 1672918FFEDD35D437C5A2A58BC45917 /* index.html */, - 01302B9CE7DBBE1DE4E03BD954C472D6 /* index.html */, - E0CD588E32D592108FF09CCA7BBFAE18 /* index.html */, - 71860EC8580DB5B10A3626A2267EE3DA /* index.html */, - 4DF3FCC2EB23A7B9E9BA56A6C74D71A4 /* index.html */, - 448637BFFC9ECC1C8294AABDE71E41B9 /* index.html */, - 6951E9739BFFEF24E073FBB9735C07C3 /* index.html */, - 0A17113B25F1CAFDADD4D5BF796798EB /* index.html */, - E38576BF5FEF67A81FC49507BA0A1BBB /* index.html */, - 48F38943A2DED0451DD88A371414DADD /* index.html */, - 3302302CD83B9211199BDD6478093B93 /* index.html */, - B52CCD325A60E4710F13B4C97C50517C /* index.html */, - 5D2380C82B47CF1AD759C9EF1A2A6D47 /* index.html */, - E6E4E83BF9A193FA3A777FC3C998A168 /* index.html */, - B6D7CDADF4D17149C38C3C7442D57DC1 /* index.html */, - 70C5C4C4EFCF1E90697B523286091332 /* index.html */, - D6287D0310CCE1C93DF3EB2C08169FDA /* index.html */, - 07DFD6BEE5823E9526556F4C2BA8DCCD /* index.html */, - 092F0C55CE75A5FA0A85ECCD765DF533 /* index.html */, - 6D1F242CD756C79A596B962DE6091596 /* index.html */, - 1773A27DF6F471EF0BD5928E90A291D6 /* index.html */, - 0FAC9DE08BE704AB19387CA7A1AE5526 /* index.html */, - A09B0DBC522E22C2EEC7C11283A1F153 /* index.html */, - 431B2A63F1F2566C1BA5B7FEACB523BC /* index.html */, - F23AFFE6038D4795A9B09BF00738FFDA /* index.html */, - CEF7D87DC1C924ADCE52D13812ECCF24 /* index.html */, - 7DD61B03979B080BAA25E82F5E6EE52F /* index.html */, - 8D1B7BB77CF8197B78A48ACAFD4623FA /* index.html */, - C0F20E6900D37E7C50E769259A810166 /* index.html */, - A495A063427494008C8D61A9B7F18275 /* index.html */, - 14B11001767BEB5A393D235FD2009248 /* index.html */, - 8C68A611467CD3A4D0C9678355A2AD73 /* index.html */, - AA94915D823B8541B5E09E95D9066D37 /* index.html */, - DCBC2518F5D8FBEF7FFA19897953B28A /* index.html */, - AF7E1690B07AE34154479575F26083DC /* index.html */, - CA36ADA43F373DABCA363014AAF4C789 /* index.html */, - 17CC7EB6D4A51E3EEE15D7C7B68D8401 /* index.html */, - 1E58AFBA72A175ACEFF627DCC58BFCF2 /* index.html */, - 51CB8608F1E31D35451C51E7CA7FDD40 /* index.html */, - 91B1C5F9CF11B64C5A7CDFC24295BD73 /* index.html */, - BC726C39508C0F4157D66632E714EA3A /* index.html */, - BE7FDEEAE74C8FF500148B1A43E7A7EE /* index.html */, - EBACC6F849EA0B62733698D68602B6A0 /* index.html */, - D24EA1ACE45D550001D485AC6E5127B9 /* index.html */, - 3EF6B9F08FE3C9897DBADB8037749814 /* index.html */, - 4BE1323ACB1DF33C100106B2B2612B52 /* index.html */, - 050D75C4DAD1C7A9FB2074F2EE5B7D31 /* index.html */, - 1C754DFE746BDAFFFFD8407A3BA416C8 /* index.html */, - A0F1755DD64842FCF2DADA9F68320195 /* index.html */, - CAF3E61AAA60989743FCE1405221639E /* index.html */, - BB5C29F5248BE20D035A66B6DFED8B4D /* index.html */, - 734F0D6FC94FEBEEC623A090DDF6B03D /* index.html */, - B1335C765A6AA72C29202047DB4DE839 /* index.html */, - 5945361D2FECEDA51C4042D1AD04A380 /* index.html */, - C52030814BA00055DDE7A7EED33FE0FC /* index.html */, - 9C805F01D642D2B60224992004AC4E52 /* index.html */, - 96A229B1E5162E33F3814B38FDC20624 /* index.html */, - 07D8AE66E023164FE86056C30D11886B /* index.html */, - ADD3D43653E0358D4BDC65BA097C6E97 /* index.html */, - 16B4D5A8E0C9CE3B80DB5825CB98FFA3 /* index.html */, - CA9812F56F0D35C40005A3D82653257B /* index.html */, - 51AF3137DB2E7DD15F50B703F46AFE0F /* index.html */, - A15A437E3F166F5508E2F0D16F4D54D0 /* index.html */, - DB53D1C6B081A36E338EA1E90CF996B2 /* index.html */, - E942115050E2E53119CB02768AAAC802 /* index.html */, - FA8EB7A02A283EB9C4C242A39CFD2518 /* index.html */, - A08351AEC895B936F42B77B496598E3C /* index.html */, - 3EFE07E52A02CE1C6BF90E3D21D35062 /* index.html */, - A4FA2F51F6752B3E9E4634C1C61855E5 /* index.html */, - D61D8725B8A34BE49BA73629BD128C3B /* index.html */, - AC92275BEDED702D81C609127AA533FF /* index.html */, - 7A2BEE66C26CE3BBB90ED2AC8E623AFB /* index.html */, - 3834243D1FCD838A17A8E4F1A91D08F3 /* index.html */, - AD6605B104694D3A170E1A563D89EF61 /* index.html */, - AB024096861CEE3CD42DDAFB973B2C86 /* index.html */, - 8ACE5210E1CB3EDD934E0C016AEC75EF /* index.html */, - 5A51B66EF640750D8FD9A803840E7851 /* index.html */, - FCEBF9C877578036D82E96B65FF631F1 /* index.html */, - 58CEA9AEB266E5F2577A3047C89CFA26 /* index.html */, - FDC93EDB4427A2E67A88FD55E2BAB697 /* index.html */, - 710582A0230F2DB97CD7D1737F2D035E /* index.html */, - 613DC51A1036A167012E91D01BA7851E /* index.html */, - 50C7583136FB947F664554AB1291ABBF /* index.html */, - B1695478BCE5FC9C268E2B41567F582B /* index.html */, - 882CB97C788E2010E05820A73FA3FD26 /* index.html */, - 526EB655CD91B6D28895272FA151F0CE /* index.html */, - A1D985FFDC1322962FBA8FBFB5139901 /* index.html */, - 875199B81CF15A1E1486031F6C74FA69 /* index.html */, - F72202E8400C75E24C61285DBB270087 /* index.html */, - 9D115647BBF3FFC3539695AA46931882 /* index.html */, - 03B6E7740618EB6FCC789DF8878EA4CB /* index.html */, - B23CA3AF68A52C90AB1093607F8B1662 /* index.html */, - 919CFAA2D9DCFF2A3BE89757CDC345CF /* index.html */, - 246527B803466BFF97FE9D2B96D89F4E /* index.html */, - B26A70A1DD3DC9A691D7EBA827852009 /* index.html */, - 6DEC0878D1B33533F7E021980FD2A603 /* index.html */, - F3AA361E207F996E41DBD2EB90C62B55 /* index.html */, - EBACF03B588A242E90199BFB222D413E /* index.html */, - 026928E5E102269ABE9DD9669FAFBB68 /* index.html */, - F3A492E6F5CC74022787D53412D22228 /* index.html */, - CC6F76D0D3F0D2505B6541E147AEF4B2 /* index.html */, - DB8842FE36E79E4BB9B09D7C8304C76D /* index.html */, - 7779C43C5C40F672D6681714478A75F0 /* index.html */, - 2C7C11A64746DFA47DCBE65C90EBE1E7 /* index.html */, - 808DF7FAADAAF89CFA6F86062A3C6DB1 /* index.html */, - 2D462510938382B5B0B8DF5985713ED4 /* index.html */, - 1209D0362A74A90F2010072F6028D58F /* index.html */, - 9B2B288E7D0C686487BE94474026CC92 /* index.html */, - B26AAC1B616C3235BF0E552D7BA9F460 /* index.html */, - 5CEFB1254E8C836AAF9A549A6C580011 /* index.html */, - B2E84EDE36D7453E950B1B4BE1222283 /* index.html */, - E0BDB11CC65DC04398B49D5D78389D59 /* index.html */, - 4FDCE35710D77604A69F6AD57AF9BFDD /* index.html */, - 814143FC4FD5E7E91C7A80900373E029 /* index.html */, - 196D28B7240F103967ABE2D6CA189FE6 /* index.html */, - 462BDF5C39658F7569FBD7282E830596 /* index.html */, - 195E7A3567BC19C68DC2EE1496EDB738 /* index.html */, - 5DC1CB73037BC5A6A0D632F3A659A6BF /* index.html */, - 1CF62F3D072D943F966DB9354B2F0DD1 /* index.html */, - 2B48839D891098C63002309320EB49A5 /* index.html */, - 6D4F33DB7EAC833398E858A193C1BFB0 /* index.html */, - 1FE39BFE74574B7D734F1F58F35F42B7 /* index.html */, - B86B3B3A5A3D70660F3EC612BFC66946 /* index.html */, - 9FE971EE6286CB3A70DC9974C9A87669 /* index.html */, - 7A9B5E57C234059ED319DEFAE0663A8F /* index.html */, - 8FB78080E31869C9FAC7D0C5522D0A60 /* index.html */, - 83D3CEEF444FA12077BD84F500A3E03C /* index.html */, - E5DCB95009EF0F53206828F3B8469FB9 /* index.html */, - D6FEF656A338A75308424E0B3E594608 /* index.html */, - 36A0614991E1960E92D35429E3FE85E0 /* index.html */, - B4CAF0F0FEC0CE7180BC32418DADE91D /* index.html */, - 733962DAC2AEEDBE1752D10C90521D89 /* index.html */, - 4055B64A243C19EFB34ED36ED9C6B2C2 /* index.html */, - 63E98309039E1542411AF1E4E607E8A7 /* index.html */, - B1E1147542432941D9B11F1A56DFF899 /* index.html */, - 1B3FE243B27F8F50C9AC2F2B3D84788B /* index.html */, - 11B2D69E14387D5E360F269164B7E824 /* index.html */, - 679A12A5B2BE0E9E2671E4A6C32EF707 /* index.html */, - CC23284E8B2A6E874F295B8F0A2E58C0 /* index.html */, - 5DDAE55360D6F625677973390DA456C2 /* index.html */, - 02C07B5E85F6A780A7329FF21ADF0059 /* index.html */, - 6B987A57E5CF1A5EE746455D65D88667 /* index.html */, - 37A038801A541032EFF6831C12C52240 /* index.html */, - 42C147CB420FDDE8D6ED6224199017A2 /* index.html */, - 25C564C2CA5E78C29E39BBEFE76C0283 /* index.html */, - 5C73BD69E49D53A7DC1462AD90DB59E6 /* index.html */, - 5D530A6ADBBB93F19BC78BA1D4D4DB53 /* index.html */, - 4BB05F68AF73F97D025D6C5B3204D48B /* index.html */, - F1C40E59C2557F7B589813152118C43E /* index.html */, - 5EA17B9C6C4B7437863009B80B60C99F /* index.html */, - 86F3AC481C1EE13F6EAF32EA4993477B /* index.html */, - AFB461A8F5CECC8C05A36B68651A7E2C /* index.html */, - 575DC62BE77E6B838019600BD3F9A503 /* index.html */, - 1892115165075477354B03430BB49F72 /* index.html */, - 6148031A6AF4EA448D26000E62F0A5E5 /* index.html */, - B77617DD5F33ED2BAD937EC1EEE6F1AE /* index.html */, - 9E6AB1510A03D3B0D3399E8F409888B6 /* index.html */, - E7FD202B3D3D428A95A66A9B88C5DEE4 /* index.html */, - F6F9DA46EC8340283ADFDC3CF11EDA21 /* index.html */, - A9F7FD4016A9B089EA4D661A683899EC /* index.html */, - 98059461782EFC181100028F34420692 /* index.html */, - 5D8627F389FF38A466429263DF717C5A /* index.html */, - 884CE9EB22A9973418DF123BE921ECA7 /* index.html */, - 59C02E6D759B8815805210F2816FAD53 /* index.html */, - 494D5EA51FFEBDB7DA57C4B3AEE8C7E2 /* index.html */, - AC477CFE32FC2C266452549E2173D62D /* index.html */, - 274F57A4827351B8A115C98BC82DE0F3 /* index.html */, - D9AFC6339F6993F8DC81D476ABA2DD9E /* index.html */, - 741E3666071541587C5019CD055C7170 /* index.html */, - DB46EC79DC12CA307E15B1998F273CDC /* index.html */, - 7220C527BFF47A1874A470D1B86872D3 /* index.html */, - 0FD16E9FFE020C162BEB3BC0DA85D98A /* index.html */, - 64F0028AE1C08757CD97A48EC5793064 /* index.html */, - FCC9D34FA29D9967322E63D669DBB2EC /* index.html */, - 37CEC3CB37D18058023F87E0FFE26971 /* index.html */, - 556D774295D38D21D33476466B0ED0C4 /* index.html */, - 9C80B5BA1539D7F9D0F9ACCB1ED253C8 /* index.html */, - 98851F1B93E7A501E422C49AB9DBC781 /* index.html */, - 3F18EF2C89E6069251BBA0B9F56223EF /* index.html */, - 6E21BB0540CF0712F5FF6F4CD5AC1562 /* index.html */, - 0A12D89C654BDB42C2897F660DCAA006 /* index.html */, - 28C0A3D4422CC2730F89BA771FA87424 /* index.html */, - 519E1E049759C7B751192DFC0379549F /* index.html */, - CD0B22E9D29644DEABED89CBA01F64AD /* index.html */, - 6751C7EC9B1EC8552754141AC1D15CDB /* index.html */, - 750ED6117000513489B90D33DB6FC426 /* index.html */, - 132B70C836E7E51A8C88C8FFFDC2838A /* index.html */, - 289CB33283303C37828CBF86581F6337 /* index.html */, - 10CA493F590B516F65D9BA12E9148EE6 /* index.html */, - 67546F68DB62995881A628164691EEDD /* index.html */, - 50C611724EAC3F198E937BE9AFAEB4B1 /* index.html */, - 96DADF9F49FB29B28E4CED1A46568169 /* index.html */, - 1EE55F23B2DF996CF5916FBC3861DD3A /* index.html */, - 46F7BC71AE6016BCB32EC32EAD8AA5E4 /* index.html */, - 246B6AE44F8185D18AF20797874A92E7 /* index.html */, - 7A3FECB756CF5843D5F436351517B340 /* index.html */, - 3F9F1F18CFB36267822D909E50EDF5A1 /* index.html */, - 53F6FD385CDD06AF37AA892B104C727B /* index.html */, - E2EC453EC3EB5BB55E95579830C05B7C /* index.html */, - E90F428EAF5410C13A1E730187DE09F8 /* index.html */, - 6F5E900D182A4E8E70AF732E8D1F5F2A /* index.html */, - AF0F1E16D5F745C1D7662DB94F7BD660 /* index.html */, - CB64AED1E6F5029AFEDBCAB402F07568 /* index.html */, - 4D89CA639D5B95E02E577406ACAB428B /* index.html */, - FD61C98834DEABE58E504DFAD6312F58 /* index.html */, - A81FC53EF2CA9132E886EA12CB799A31 /* index.html */, - 3FD727669417F1DA9471D1355B526ED6 /* index.html */, - 560943A07E3B9D3D93B008CD7D691F5F /* index.html */, - C909918260631A757B15D91AC7A059D4 /* index.html */, - 161AE2C23CF390D51DC649D475F485EE /* index.html */, - B6D4F3E76F5E40162E6B995A96040477 /* index.html */, - AFC73DA12D8C9530D4E05B2E4066CA2A /* index.html */, - 6B1C7B31B0E9EDC951C111E38D7DB19F /* index.html */, - 6DC87E207E193E4208E4DFF4480F9586 /* index.html */, - 6BD14C2B032CB50DDC77D7DB07B32B11 /* index.html */, - 292DE3FBFF74F2E50CA07F6E56B18107 /* index.html */, - C6CE39E1B37502EF7AA1600E82376E90 /* index.html */, - 6D0A4226F93CAB19770D12C298712A9C /* index.html */, - 3AED0A97119387149D4312264890F09B /* index.html */, - 3301C025E7985B0FD8E446AE473E8871 /* index.html */, - 295B0DACF191E6631885D87D30768DC2 /* index.html */, - F8E638ACAD6F207A4461DF3A1E118C01 /* index.html */, - 2F1BE2BFC3BF80D728EB70A1445656E9 /* index.html */, - B20F7AC8059EA23D44725E97027D0C1D /* index.html */, - 58E6D3A8BDE0C88EF469E61BC0C3A1F0 /* index.html */, - 3B667C0AB35CE17FD5071F4823F750C6 /* index.html */, - 994BBBA641792A5719CF5C089565A4A5 /* index.json */, - D5EE6FFB1400CEADFDBDCF446236F310 /* index.12bb178a.css */, - 9234823778C9876308E82AC3C35D41E0 /* index.58e30ec4.js */, - 519F7D131DBE097FD18CF8C075DC6C93 /* init.json */, - 276E8DA03E620625EA37E1CAF189D287 /* init.json */, - 065D2FC512124951DC7EAEA217621D6D /* init.json */, - E5D3C9891FA89D841E9F326E53FBFD9A /* init(_:).json */, - 851534E175FDD103BBE23D21AA0F2B09 /* init(from:).json */, - 4F467627FEE49901B6378BA0D9B5D124 /* init(from:).json */, - 904853D1B3583451D7E56CB034013F3C /* init(from:).json */, - A3B0234F02E633C70298BCBB3DB43F87 /* init(from:).json */, - 75C615CA781A3D7D76818BADDB3BCC88 /* init(rawvalue:).json */, - D5294D0C29A5794C6188E34BEC13228A /* init(rawvalue:).json */, - 8E8286703D7EC9B7FD3FBC1D78C8E647 /* init(rawvalue:).json */, - 47F19C744CD5EEB473200C15BCE888DB /* init(rawvalue:).json */, - 892331AF246FF8DB525F58424DA1D5B6 /* intro.json */, - 18C2ABF3720995F500FA5B4ADD96BAF8 /* isactive().json */, - 29EED0AD2CD7786084E82DE6FE779E58 /* isactive().json */, - D5E72B3B4E48DC59D4EC92E23AAEB04A /* isautorenewenabled.json */, - 3D605F247FC62828E300A699E12F1585 /* isdefault.json */, - 7EE5F0F3C0A8EBC3997C34A64FB0C21F /* isinretrybilling.json */, - B01EC666925909E0208D24B7E65FBD99 /* isintroductoryactivated.json */, - 35471EAF148A57B79E4A0610EEBDF249 /* islocal.json */, - C6CBEA2C4C8C9D10512CC626A74FBF64 /* islocal.json */, - E17A36E19A724FCF498FD3B33728B203 /* isnonrenewingpurchaseactive(productidentifier:).json */, - AACC87552733F82E0D180150AE5225C2 /* issandbox.json */, - E550A4037668D02A50823A5CDD966EC9 /* issandbox.json */, - 6FAD2E128097ED08FBE29AE96087CA4D /* issandbox().json */, - 2C15398560A73F7B9148FE168C8A8682 /* json.json */, - 936B93ABFD5B99E476EB743229AE649A /* LICENSE */, - 393816B953767ED5D3BD5891FA80F9BF /* logout().json */, - 3E1626952949EA2A66E1A1EBA2012CDA /* main.json */, - 8A1BA2E164D292BADB2A75BB33CBC3F5 /* metadata.json */, - 345E645A1FB6DCFFBEDE7EAC170253D9 /* migratepurchasesifneeded(callback:).json */, - D7515815F58758CB51D09F1239BB6247 /* modified-icon.f496e73d.svg */, - 92764BB81D7E33E44FD5DFDFBC3FE8C5 /* name.json */, - 63A5B2F7336494F77A7E6B219C510BB8 /* name.json */, - E6FF5AE4027DBD1477D9E609483DCDED /* name.json */, - FF0FE65942F7D2A429A36EFA1117E689 /* name.json */, - 303A1107EC1C129FE7336179207EC9EC /* navigator.index */, - B378A8B07B710165EB080E2323E70B9F /* no-image@2x.df2a0a50.png */, - 10F8BCFB1D830D4911F01AC34D77C3E4 /* none.json */, - 8940E746B2E589C86C58DEC664FA74EC /* nonrenewingpurchase.json */, - 037E30CBD9D75E60B3A40DE7BCFFF54F /* nonrenewingpurchase.json */, - 713B1DF25861D1584BFED88B949B2ADF /* nonrenewingpurchases().json */, - 1E714EFC4D17065013740E0437014FDC /* onboarding.json */, - 7941BDEAB7C1B73A308866F10D611C4A /* optoutoftracking().json */, - 18FE1A0484CBBBDA8BB83D3B91E06D40 /* originalapplicationversion.json */, - 693489A21156C3A03BB285E93D9B6ECD /* originalpurchasedate.json */, - A876CE12EC2FE6D12F1AC2C752FB5689 /* paywall(_:).json */, - D237EBFE26D1C78A7866215C22BEEF95 /* paywallclosed(_:).json */, - A7B11645E1B1E47BBC8BD3EE1B707C45 /* paywallid.json */, - 2F2B618DD0044616256E1D7E190A4B1A /* paywallidentifier.json */, - 472E52467286F91830E07647911997C7 /* paywalls().json */, - 60287C0FA56684D29069066D23B8D2D2 /* paywallsdidfullyload(paywalls:).json */, - 1FE2825A7CD830FE9F358409E111B824 /* paywallsdidloadcallback(_:).json */, - 063FF79AC162EC1517C25E933A0B1385 /* paywallshown(_:).json */, - 9EF18A1783C38335AD3E91F7399EBF5C /* pendingrule().json */, - C2C65D5A1D5C86BFED3E76327D38C8EE /* pendingscreencontroller().json */, - 85A627FFEB72D8C934D116CC87D0356C /* permissiongroups.json */, - 67113B37B845ED4401C01973C3B426C0 /* phone.json */, - 80CC391C012A39BFD9F305BC266A7DD2 /* presentoffercoderedemptionsheet().json */, - 658805502B6831AC6168521992B3F984 /* product().json */, - 3D53C5208030FE4119D91E8D21BAF12D /* product(productidentifier:).json */, - 336FD52771CCE309F780CAE4E4C75557 /* productid.json */, - B968AF98975459C718E8103D4233C74B /* productid.json */, - A568EE5C9F709B128631018C4BEEB569 /* productid.json */, - 0261BBBF85AA039A9737D460AEA38492 /* products.json */, - A956107AED06F39A0CBB403D87F06AE6 /* products.json */, - B58F8420A138C7188AC55F33CAC21EA9 /* products.json */, - 076454C96CA077C1DCF7E91C88D9A769 /* promo.json */, - D8F586940E98DBC6EF1E3A9AA3737823 /* purchase(_:callback:)-6dhy3.json */, - 23F5DA60B49A56934E2620A8BAB079EB /* purchase(_:callback:)-9oi.json */, - E818582BE85C6124F5DE50E65B5498D1 /* purchase(_:ispurchasing:)-3cisu.json */, - 6EDB016BB6FA2E90AF8CED716985E636 /* purchase(_:ispurchasing:)-o1p9.json */, - F937EDFF985CCB5A74539F75EDC7E03F /* purchase(_:value:callback:).json */, - BE419814E184F38DF4937A4B7B8E60E5 /* purchasedat.json */, - 08B3567E2833345162A50F6C754A3225 /* purchasepromo(_:discountid:_:).json */, - 10804AEE3013AADE5FF4729B44CB57C3 /* purchasewithoutvalidation(_:callback:).json */, - 10369DE6CFF06B06BA34BC4BF86859E7 /* rawjson.json */, - 795FD7E8EA1185A12E9D41F305E741CD /* rawrepresentable-implementations.json */, - 8346CDB8AF626F11D14295F9B1F83F7A /* rawrepresentable-implementations.json */, - C39CA4542E3140CCE354693F51C853BD /* rawrepresentable-implementations.json */, - 8674966EC137252F25ABBEA0B6DEF1A8 /* rawrepresentable-implementations.json */, - 01A402D5E05172938945DE9E30E9A9B9 /* README.md */, - E130057E5C748FF0163623F83E063198 /* receiptcreationdate.json */, - 741C2F0F65BAB734E28FF398E91935D2 /* refunded.json */, - 371837A7346D207B6B7A062431586FD9 /* regular.json */, - 2482273BDA46D7DAB89D658A8384D365 /* restorepurchases().json */, - CC29FD881F06F2E788D11A33D28D587D /* restorepurchases(callback:).json */, - 24F0C9F90324CE97F8328C014C68A1DB /* rule_name.json */, - ECF97A70769108275C1C695D1276A403 /* screen_name.json */, - CB3F70D469530B61C032BF3D1DE6D674 /* sdktype.json */, - D5CD9335F2D137F278C47EC1CAB9C0F2 /* sdkversion.json */, - 0CCFDF285BDDAB43FF2F3828B272C755 /* setadvertisingidentifier(_:).json */, - 56E7B75CDA480166D36C335292DB6CE9 /* setcustompurchasevalue(_:productid:).json */, - 0E901C8F4F3CC047B77FA45F5AA6F6B8 /* setdelegate(_:).json */, - 0BD749E8A1B2BFF3AF48019746EC925D /* settings.json */, - 321EA8506C21697A93763E90D28DEAF7 /* setuidelegate(_:).json */, - 70F13BF3AB861554513BB972B942F722 /* setuserproperty(key:value:setonce:).json */, - 3B408806B254F8BC3699A0549E12D54D /* shared.json */, - 76C844D17D3EDCB47BC19906437F337B /* showpendingscreen().json */, - E8F0D9971518AFBFFAAAE1DF216AC7E4 /* skproduct.json */, - EFFBD4F4ECFF28A4060B57A31498013E /* start(apikey:userid:observermode:callback:).json */, - 8E82E5E60BAC3094CF6D41243B16B409 /* startedat.json */, - 2177FAE57832651F5733A6B996BB162C /* startmanually(apikey:userid:deviceid:observermode:callback:).json */, - 279CEB2EB0E6DF64D6C96223F4CC166B /* status.json */, - B1B78D3912E35309FC4160E2D6A07056 /* status_bar_color.json */, - 5937BF0E7599F629B9B1277CD38A473B /* store.json */, - 0E0DBB93C834703963F8890959955F90 /* submitpushnotificationstoken(token:callback:).json */, - 02D0FF0B8D597634D761AA456311F05D /* subscription.json */, - F0FF1DCA6781F67A7A79A0B7727987E2 /* subscription.json */, - 1D723DBF1B1C52F35A91BAFF448192FC /* subscription().json */, - 807D65C6B9C10BD2FC96B9A78ECBA7CA /* subscriptions().json */, - 62664383260E2378B6675D1428A43FBB /* success.json */, - D0DDB14CE287FC2D1DE483084809E6CC /* success.json */, - A90D9F2E84843CC02D1D7854325546F5 /* thankandclose.json */, - 1946404E6BF5A76908229E202E8137EC /* theme-settings.json */, - E9C32DA70B6C08B74842119CF0073A84 /* toolbar.json */, - 2578414D1DD4855B900F94FC3B9C5C1F /* topic.6a1c7b7f.js */, - DE4ADA2D61DC48645EA18858E2CFAFC9 /* topic.ee15af52.css */, - 23D573D40BEA63F9C39CF4455E8DD385 /* transaction.json */, - B434CFFD57BEB1AE2429879F62C55FA2 /* transaction.json */, - F48615FA26B399C7FD205DEBDEE7E718 /* trial.json */, - D9DB5352D32B555950B8D9CA84B3E40F /* tutorials-overview.06e8bcf7.css */, - D584306BA5371AA0590552924D414A3A /* tutorials-overview.c8178b83.js */, - FA41960842BC952FBD5F53FC8C8F64C6 /* updateuserid(_:).json */, - 0AF319D7CAE8AEBE3E4DF01A1DDD40EE /* userdidload(rawpaywalls:).json */, - 2AA5B3CA7285EDD084A1C7CC3E7BF473 /* userid().json */, - D40D74901DAC7FF822FEBB0AA4D972D1 /* validatereceipt(callback:).json */, - AA79FAB4D140513D0401338E9FCA71DE /* variationname.json */, - 1A21DE3492634F06228AC175407A6EB4 /* willpurchaseproductfrompaywall(_:).json */, + 378C92919162DFCA1031A1B582533558 /* ApphudSDK.modulemap */, + 138E8EACEF9F3D8FD5A3AB6211BC333C /* ApphudSDK-dummy.m */, + EC33212EA179C801F91DA66B3B6F7BCD /* ApphudSDK-Info.plist */, + 5E62566237D4CBA72E51B54E081712A8 /* ApphudSDK-prefix.pch */, + E86F5D71456E5782B9F0194FC805B2BD /* ApphudSDK-umbrella.h */, + 4624E45529A7F8A753ECBD7B29E92CAC /* ApphudSDK.debug.xcconfig */, + 2C15A9FA1DCA2A187438ABE61609FDEA /* ApphudSDK.release.xcconfig */, + DE2CA5B871635467BE2243F27DF9C6E4 /* ResourceBundle-ApphudSDK-ApphudSDK-Info.plist */, ); - name = Pod; + name = "Support Files"; + path = "Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK"; sourceTree = ""; }; - AC32E185BC8EFA1AC76F91AC850297AA /* ApphudSDK */ = { + A139B85D8B844B92CF32B739BEEDF10E /* Products */ = { isa = PBXGroup; children = ( - 2842B5B02BBEADFF00832651 /* PrivacyInfo.xcprivacy */, - F5475108F46060CAA9D75E8343DCC225 /* ApphudUI */, - 0B0286C9F21F2F265DCD45BAF678BA23 /* Internal */, - A765C2B0A9D5338BB45F4A379BCCCE6A /* Pod */, - 9C1286F087C3EA506EE856B9E4DB3F7F /* Public */, - 8FCEEAAAE9F9B8672AE33C4B42F80F3D /* Support Files */, + 116B608BECADE7354BEF4977EBA361C6 /* ApphudSDK */, + FDC773E39B7E921785F22CF4DB1C31F5 /* ApphudSDK-ApphudSDK */, + 0264D1C26F4354EC5FA1600B3E6302FB /* Pods-ApphudSDKDemo */, + B56C96D34D319EFFDF946CE818A07979 /* Pods-ApphudSDKTests */, ); - name = ApphudSDK; - path = ../../..; + name = Products; + sourceTree = ""; + }; + C3D6246B0CBDF1F9DAC95E6E6D1EA889 /* ApphudUI */ = { + isa = PBXGroup; + children = ( + D14C27112C451E1ECC989168952AC257 /* ApphudNavigationController.swift */, + 1933F55A508B50863CD2C5C18E8E54C3 /* ApphudRulesManager.swift */, + 905A39163EC3BA162541E144C212AC91 /* ApphudScreenController.swift */, + F64AF49FE9B3E47F5A8C329A99E91292 /* ApphudScreenController+Extensions.swift */, + EF8318D2356725F3AB3D7CF081567F16 /* ApphudScreenController+Macros.swift */, + ); + name = ApphudUI; + path = Sources/ApphudUI; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 530676CE86F37196DEC220204B356163 /* Development Pods */, + 3611F1CB8D76C138C5E6FE7E12C3EBC2 /* Development Pods */, 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */, - 41861D59B350A39BD81F489AA9CF578A /* Products */, + A139B85D8B844B92CF32B739BEEDF10E /* Products */, F932D7886476FCB9AA6C8F2C3CF79DAD /* Targets Support Files */, ); sourceTree = ""; @@ -1404,17 +986,669 @@ path = "Target Support Files/Pods-ApphudSDKTests"; sourceTree = ""; }; - F5475108F46060CAA9D75E8343DCC225 /* ApphudUI */ = { + DC65684630238640F5FF8D7E6474B8CE /* Pod */ = { isa = PBXGroup; children = ( - 6A8DD69B9FE0F284843F64BAAB605B61 /* ApphudNavigationController.swift */, - 940302AABD93D9718D481548539C1BA2 /* ApphudRulesManager.swift */, - 34D6567FE29BBD0139F8F6CCB690E7EA /* ApphudScreenController.swift */, - 6AD237A9C4F541DF5B436BD846771E23 /* ApphudScreenController+Extensions.swift */, - E6B433AF171C1764787660BB8A27FA68 /* ApphudScreenController+Macros.swift */, + 4C67924EBA576FEFC17CB054565FA19B /* !=(_:_:).json */, + 835472C6FAD28D58890E7B9DA7FF3AFD /* !=(_:_:).json */, + 04EBAF8B2FF788A0A87912262942766F /* !=(_:_:).json */, + 944DE458BE0670C4E44E14C8F312BBDC /* !=(_:_:).json */, + F6519DB70AD948BB8FCAE5B42EF33623 /* !=(_:_:).json */, + C18ED3C09C14D1E48898B1142C5D50BF /* addattribution(data:from:identifer:callback:).json */, + 9DC89E6CB05E5403F477F7EB53EA2214 /* added-icon.d6f7e47d.svg */, + F5E8DC7CC7C80D3D32F0FB33011EA9AD /* adjust.json */, + 1D42464B18A76C67C3446E9D80CBE1EB /* age.json */, + 5D8DA47801ACF06EA8B6B39198385796 /* apphud.json */, + 363E3537A5D3CA6BB3669544232D2231 /* apphudasyncpurchaseresult.json */, + A01FEA92426196B3E57686E6C29EE887 /* apphudattributionprovider.json */, + 219F23AC38676899C8001707B0240F3B /* apphudattributionproviderapplesearchads.json */, + DED7C704A62C36AC4039F95313C6C8F6 /* apphudboolcallback.json */, + 42637816BCF827BF0946B98A71F59B08 /* apphuddelegate.json */, + D541E158B760C496CDA26655E1506DCD /* apphuddidchangeuserid(_:)-1dyji.json */, + AFF315473072554D9037BCA46EC34867 /* apphuddidchangeuserid(_:)-2g2jg.json */, + 31ED7516F4D99BCEB9AC5B6BC467147C /* apphuddiddismissscreen(controller:).json */, + D9C6D7ED51A6DC41161A9F0723B5BCAE /* apphuddidfailpurchase(product:offerid:errorcode:screenname:).json */, + 2FDC63FD67F6C9B035CCEEDA0094BF89 /* apphuddidobservepurchase(result:)-1ym71.json */, + 39E60AF0536BC7AC28536A0E10727F07 /* apphuddidobservepurchase(result:)-57k7y.json */, + 8EF77C811423CD7E269B0E7845661783 /* apphuddidpurchase(product:offerid:screenname:).json */, + 327D805B874195313FB9D74C650EFBED /* apphuddidselectsurveyanswer(question:answer:screenname:).json */, + 22C0AF48A447734DADAE72E601E6BE64 /* apphudeligibilitycallback.json */, + C62608CED8FCA24A5321CE381ADD9B33 /* apphuderror.json */, + 00DED05826DD29DD08B3E8C0337B6FFC /* apphudgroup.json */, + 64D9CA2F248BCD6AE93D194A99E6F001 /* apphudhttpclient.json */, + 67DC7DB84B63F3E76F0534587AA0FF0F /* apphudkeychain.json */, + 22521646EEF9219458883E8C9973944A /* apphudnonrenewingpurchase.json */, + 8A45407BC479CC8EB505700689F55A8C /* apphudnonrenewingpurchasesupdated(_:)-31k4.json */, + 1FC24322D11C574AC73BF604C56F6400 /* apphudnonrenewingpurchasesupdated(_:)-7sfe7.json */, + 4D689EECF2454B48BB0E4F7F7FC205B8 /* apphudparentviewcontroller(controller:).json */, + 5B160D310D32618900EEA3627E01A6AE /* apphudpaywall.json */, + 6E39BF5B22477CA03970955E298FFEB5 /* apphudpaywallid.json */, + 87D0197433AC9C2690655DDEA1FDFC3C /* apphudplacement.json */, + B7836E7574BF7CFE744401FC2608EFEC /* apphudplacementid.json */, + 96B757C2310D5A1310817430CC24D924 /* apphudproduct.json */, + 67816271D94D34EF5E217F65DC4919C5 /* apphudproductfor(_:).json */, + B6E9C267211AFBB2240148ABF0288D2C /* apphudpurchaseresult.json */, + F0203F3AC1A28D7BF1B5A0EAF5147A93 /* apphudreceipt.json */, + 7AED61F8E7950E1C57C02A9C8C5A31A1 /* apphudrule.json */, + C472282912E00AD6CA01607A11F6078E /* apphudscreen.json */, + D433F0E2D32F3797B98C44A19DBCBB38 /* apphudscreendidappear(screenname:).json */, + 793EF2E4162A09FE3AA0B9B4D7D5948F /* apphudscreendismissaction.json */, + 1DD293AB0776CAF1F39AB83399487130 /* apphudscreendismissaction(screenname:controller:).json */, + 5E43B8CAE281D06801215D55CF25AF0C /* apphudscreenpresentationstyle(controller:).json */, + 314A7A17E91551CBED5E62744362B9D1 /* apphudscreenwilldismiss(screenname:error:).json */, + 190AE54356D409B72822673F62396419 /* apphudsdk.json */, + 098C351F6EDFF49E6F1C462445E3564D /* ApphudSDK.podspec */, + 3C4D5370A08575638D6EFE911CA65928 /* apphudsdkversionnumber.json */, + 3A0F6B9C22BC7C92CE62A4B164292755 /* apphudsdkversionstring.json */, + B630028046C3E93D63BAB585EE0A2672 /* apphudshouldperformrule(rule:).json */, + 5EB0B8ED75867D9AC5A3B57E11A231B1 /* apphudshouldshowscreen(screenname:).json */, + 4353F6D1F0E6CDF2A865033CE592B817 /* apphudshouldstartappstoredirectpurchase(_:)-2ek16.json */, + ACC920107E77A482B9AC1BD77D4255D8 /* apphudshouldstartappstoredirectpurchase(_:)-2mv8h.json */, + FD4B241A5FFF32C67F816E49F660014C /* apphudsubscription.json */, + F355A6D9F8C1FBF074BC1BA05B4F043C /* apphudsubscriptionstatus.json */, + 749B95A8552515B0489F22FA76761F9C /* apphudsubscriptionsupdated(_:)-2uxsb.json */, + D5C298FC3A7C21662C20373092667CA0 /* apphudsubscriptionsupdated(_:)-3dnhb.json */, + 72FFEA232B15591069D760BB9AB9CF30 /* apphuduidelegate.json */, + FF24DF08BB013D243176783F1AB393CB /* apphuduser.json */, + 085AAD4D1EA7A9E0C3486AB03FD0850C /* apphuduserpropertykey.json */, + 26190D14664D07F015DCFDA3B13B1617 /* apphudutils.json */, + EE6ED74E7E2F524133033109E685C138 /* apphudwillpurchase(product:offerid:screenname:).json */, + 9B770D8569592F03C36890F471D4AA77 /* appleadsattribution.json */, + 287B48E6FDD26E83379CDD987348851B /* applicationversion.json */, + E04B0C29D13799BD8AEF2D786E5F54C4 /* appsflyer.json */, + 865ECF8194FC67BD9014122EBE38CED7 /* appstorereceipt().json */, + B43E63115866CE6D9C234AFA6012F540 /* availability.index */, + E9FA7BB01337007B1E7AD8306CB3F111 /* banner.json */, + E809E9262BFFBF85152F5899080B6AEA /* banner.json */, + 7114C4998A4487F6C00187EFB75CA16A /* bundleid.json */, + 6E1EB4CA7413C9CD3B7355DE2EF12B54 /* canceledat.json */, + 427D15712888338B5701B19983D2FCB0 /* canceledat.json */, + 48CFB7A62D9F4B444707131F357A4F04 /* checkeligibilitiesforintroductoryoffers(products:callback:).json */, + 1F0A9EBDAA1FF01FA3BDE34591358F84 /* checkeligibilitiesforpromotionaloffers(products:callback:).json */, + C9EB0B90F7B2DF83264B99A239A5FFEC /* checkeligibilityforintroductoryoffer(product:callback:).json */, + 56A63B42AFA5FDA1287D6935281A419E /* checkeligibilityforpromotionaloffer(product:callback:).json */, + 8478485D5924EC08F2E7436033B71F85 /* chunk-2d0d3105.cd72cc8e.js */, + AB22433D2973CF432A55AA2E8E10CD7B /* chunk-c0335d80.10a2f091.css */, + F2CFC625921B6D8A6A9C75AAD30AE557 /* chunk-c0335d80.76a68cc5.js */, + C7440E2E2BCE386F5BC1E90CE0580EE5 /* chunk-vendors.ba2dd0cb.js */, + 85FF46CF8D91D9FD43250331D0E31FAA /* closeonly.json */, + F6EB3D866A37EB7F359AF02E53D5EEA2 /* cohort.json */, + C2C94EA5401B0D1D50742F249C1339C4 /* content.json */, + 5C4899728B7970ACE96DC42A398EC514 /* content.json */, + 8E42D28AF8F34B663CAD63F51C8D1B44 /* custom.json */, + 48BCE2E53FE3854D5B8D8491EFF542A4 /* data.mdb */, + 399BF254D5F84B2E455BB55029132CE2 /* deprecated-icon.015b4f17.svg */, + 1DD6290E7D14BB03EAFF72C942053E06 /* description.json */, + 6B124E796326A55AA8A9C766A4F146FB /* developer-og.jpg */, + 76829D0E7081EF22E12FF8B7C5D6F8A7 /* developer-og-twitter.jpg */, + B31D1E5AFA1F2A5D0C4A3C93A0765E68 /* deviceid().json */, + BA6C914EAF75A838013F07728448AA97 /* didupdatenotification().json */, + 50C16046956A8B3BF6023CA9B72327C7 /* documentation-topic.1d1eec04.css */, + 44C674C6B4979A20C4D937A5E8420E30 /* documentation-topic.57e91f8a.js */, + B309644A073A70E12D3F6079A4CD44F8 /* documentation-topic~topic.1679ec90.js */, + C650556BB7047B3D239D8152594C6294 /* documentation-topic~topic.b6287bcf.css */, + A5C647D27BDACDDE4583F453459B5577 /* documentation-topic~topic~tutorials-overview.90c61522.js */, + CDBA0A1997313A3B70519619C8328CFC /* documentation-topic~topic~tutorials-overview.d6f5411c.css */, + 8869B08C01FB355A462014E54B89D281 /* domainurlstring.json */, + 5A83A5EA691BAC068A7165456E6A0637 /* doswizzle().json */, + 7E0F53B77229121E427E9D27E3EB117B /* email.json */, + 508BACBCC66D239DB194E6EEE61A0B83 /* enablealllogs().json */, + 3682CCA0F339904D8C430FB1E43150AF /* enabledebuglogs().json */, + C67A028195B3CC34018B1BF69296C094 /* enabledebuglogs().json */, + 5636E11C1B2EB7B03365CB1E402C8D5E /* encode(to:).json */, + B8A426DE0141DCA684CCDC44D2CEECBB /* encode(to:).json */, + BDB62954FEB9F2FDD84A4E262ED4EA7F /* encode(to:).json */, + 766D7FB643D2BEC6D76F49AC819917F8 /* encode(to:).json */, + DD6239532D983C5DF98654CD0FBB6BB0 /* encode(to:).json */, + 9EBD35CF634F671D261A465D67C8E9C2 /* encode(to:).json */, + F3E970CAB2A0536A3DBC70224289CB5B /* encode(to:).json */, + 4A79F9E75F20971C39BF1F1B205516EE /* equatable-implementations.json */, + B8ECD0CB8B801C0C122D0DBA4C128D04 /* equatable-implementations.json */, + 89FFA1A7AE86A87DB29AA59ED2E9307A /* equatable-implementations.json */, + 362D65CA6C4403E33EF4576865DC0921 /* equatable-implementations.json */, + DE81DB5F5291C65A0F0968D82EAE2F30 /* equatable-implementations.json */, + 8EF4D2AECB9E3312877AA86CAAAF525A /* error.json */, + 4FF26545C2448675D9F0922F9B380872 /* error.json */, + 3BF5829B9A36556BF3EC943F60C2E88D /* experimentname.json */, + E55651EB105DC2D70D1DEBAF9A65EC3E /* experimentname.json */, + CCE12AA2753417D08F0D8300A6057ACB /* expired.json */, + 8843BBD10B7791D5B7ACB898E79C8A0B /* expiresdate.json */, + D7CADB7112B5E90CE1E330B65054D64A /* facebook.json */, + D28C3147CC3F45CAB450D450D3866398 /* favicon.ico */, + 7B5EECB7DCD573C591CC18E6DFD2FC85 /* favicon.svg */, + 26757B4081214481CEF861D5C50C9810 /* fetchproducts().json */, + 498D98DD9073CBAC05EA43C253CA5C60 /* fetchproducts(_:).json */, + DCD575907735B582554C8F9EDD502B0C /* fetchrawreceiptinfo(_:).json */, + FF1139589C2B0A63F7F6B5F61C26BABB /* fetchskproducts().json */, + 4B95CEE75CB5E4FB632622D1EB23AA29 /* firebase.json */, + F7406B44E081A7A2D38AF0D9A463E84A /* gender.json */, + D27E4574CA6075741D07EF9EBC16AA65 /* grace.json */, + 2F10EBB9F4B09F06CBB62130BE258F33 /* grantpromotional(dayscount:productid:permissiongroup:callback:).json */, + D003E3057DF355551CD566B3F2AEE174 /* handledeferredtransaction(transaction:)-4tnlp.json */, + 966016B52D1C6B92B267DE25CAC5A741 /* handledeferredtransaction(transaction:)-856ot.json */, + 48A09A4721D9913F78283DCCE07BA319 /* handlepushnotification(apsinfo:).json */, + 2E76FEFF59E0335A1FA06A51448BD7D1 /* hasaccess.json */, + 08B60DDBC257A0C3CE884D58EDEA0DE5 /* hasactivesubscription().json */, + F51E617DD6F4197A1C675C0E9C52CC6A /* hash(into:).json */, + 7A1547989F0E898FBF55879F5089E373 /* hash(into:).json */, + 4FE6A017EBE57C39822207B419C6B277 /* hash(into:).json */, + 3C37ED601E3F8F067B1742E55B248957 /* hash(into:).json */, + 6371BC5D5C76480D901EC14C9637697C /* hash(into:).json */, + 5B891B398F4265DC1EE4017295F13014 /* hashvalue.json */, + 9FE0924BA435C42C3CAAD4FF76E71B02 /* hashvalue.json */, + A5BAE0DF8A7F1C12E1F36C508F986EE1 /* hashvalue.json */, + 995A4A23E239C73784DF300520189670 /* hashvalue.json */, + 61FC0D7DEAFA0165345D867206C4414E /* hashvalue.json */, + 031C7968296D12C5877D49BB396FC05B /* haspremiumaccess().json */, + 4FF1486436256C430CDAAC93F78CA107 /* highlight-js-bash.1b52852f.js */, + C282EA2B50340BB9F5D20B658B9F5D1D /* highlight-js-c.d1db3f17.js */, + 0362E6B929B87675D98A77BB833028C9 /* highlight-js-cpp.eaddddbe.js */, + 826CE2D46FA35A73A79713CD114CE1D6 /* highlight-js-css.75eab1fe.js */, + 0E2FA3A8B1B5DF2C03A56C95A55C5BFB /* highlight-js-custom-markdown.7cffc4b3.js */, + 03CA9FF12A6561BEBB7B4C54081E7CF9 /* highlight-js-custom-swift.5cda5c20.js */, + FEFAAEC0AD56141E1851E5C71B718A71 /* highlight-js-diff.62d66733.js */, + 4A36251AA10C8D6AF480F8530C7571B2 /* highlight-js-http.163e45b6.js */, + F7EE980BDE29227A3C9C158BFA34345A /* highlight-js-java.8326d9d8.js */, + A41AD23E63255224D2EB26AE0670C9A8 /* highlight-js-javascript.acb8a8eb.js */, + 0D4DE9D4200B19E93EAD99600C968DA2 /* highlight-js-json.471128d2.js */, + 1FA47810C0DF69FA51F55C56F9418B42 /* highlight-js-llvm.6100b125.js */, + 33221E5E41D37F251EF266C15FB5890D /* highlight-js-markdown.90077643.js */, + 59D6F30B9E9C00C4E546879376D414FA /* highlight-js-objectivec.bcdf5156.js */, + 7CAC6AB55652098D142BD2BDBA669EC9 /* highlight-js-perl.757d7b6f.js */, + 6B101EE41294BBD3A628BC6226297F3C /* highlight-js-php.cc8d6c27.js */, + 797448F2FEBBBB4E2113B14DCFBF13C0 /* highlight-js-python.c214ed92.js */, + 4CF8FF8E585B9814AF311B41EAC7CE83 /* highlight-js-ruby.f889d392.js */, + 53D7EAE5AA607C48A89A98B7D4F65D98 /* highlight-js-scss.62ee18da.js */, + E47C5C14677F354E61A9C83DD0043E90 /* highlight-js-shell.dd7f411f.js */, + AF69651F5F786765849F56B7AD9BC9AC /* highlight-js-swift.84f3e88c.js */, + F1BC55194DF6FFBD0FC9FFE0C8645954 /* highlight-js-xml.9c3688c7.js */, + DFBC64FFC9C9A193B4208ED6C9FEFCD7 /* home.json */, + 3FA09F279FCF4936FB6B8B90A721754D /* home.json */, + 17B4D524E34FDF69BFD8777327CED64F /* identifier.json */, + EE782DD6BF167834FFFCDDD1B0C60B0B /* identifier.json */, + B8B53A3B090868FAB82D0148810594B4 /* incrementuserproperty(key:by:).json */, + 2000D39CCDFC61A5723259EFFC762BDF /* index.html */, + D8E0E5617A25F33F9FE685BF9ED265DD /* index.html */, + D8F3FCB16C678738C119E79C12FEC907 /* index.html */, + 7E9F6F56D93F138A2ECA8A1A9C202C46 /* index.html */, + 4DE3C7BEDD74B0D7669A40DFF1511B18 /* index.html */, + D03F30DC1B4E889FBC01509CD3535310 /* index.html */, + CEDFEFD686604BC4415220966FB7A8E8 /* index.html */, + 3B91616507E8D83ADC35BFFEDD77E193 /* index.html */, + F89938326A065DE35C1A817F34BDDBD2 /* index.html */, + 6657D06818A4D2C93B06EABC5E5B44BB /* index.html */, + D7B283C87E6499C65B70F2AADD2A35EA /* index.html */, + 984699F74DAA116E6EAE4BFF449C27F7 /* index.html */, + FA5CA1BCD5007E638544C42F03AE66AF /* index.html */, + B8E433658E5E24F38834BBDBCEF625A6 /* index.html */, + 0AC314387899A2CFF521BA2A2E7B9825 /* index.html */, + 1380B06D15490290D75287AEFF75F1F9 /* index.html */, + 716B9C56782206248C293D1B447677A7 /* index.html */, + BE3B740B169AC5E87D606B4F335268D3 /* index.html */, + EBE59C8F8CA991CE1E696DA0505BA2DE /* index.html */, + D0776E07B0E4965537A7F40FC80BE0EE /* index.html */, + EE1C49A45FD0AA48B4BCD10E3D8DB825 /* index.html */, + A5F0B8BDF2CF69513319EA7BE43FD104 /* index.html */, + 014C334C45BBFB2D2997D6136CCFD835 /* index.html */, + 5FEFE1D02BB6A81FE1AD5747073BA414 /* index.html */, + 9872C42520E90FCD91498DE694FCF7F8 /* index.html */, + E1609F224AA82401AC358CFA4E47764B /* index.html */, + 4A05448F3BCB078D4A8359C1D168D2CF /* index.html */, + 98BB486EEB5A9013FD05F90E52B73754 /* index.html */, + 7B70EA40875EAD26F321A2C2ABCA83A7 /* index.html */, + 005BA7320424CA2C0346D1B8477EB767 /* index.html */, + 37CEC96A0FE240A565FF31C30BC32420 /* index.html */, + 833C5F0259002ADC13ACBCCB9D884016 /* index.html */, + 115E905C8CEF4C27CF15E8EAF42E623F /* index.html */, + 1AB512869B9CF1F24E464D4E56D18686 /* index.html */, + 7EDAC00CA70381867DB923E73BAF2140 /* index.html */, + 0F558264804FB16B1F6B441D3A0AF7F5 /* index.html */, + 6750CB5D55F152A94D26E5A95EB5BD4B /* index.html */, + 9FAA9E9F9E63C3C7AE6C8E6CACDFD1D4 /* index.html */, + 3245F13DCDF94E006077FBBA07955985 /* index.html */, + 86BB6B0E576C89141DFE55728A0A6BBF /* index.html */, + 53049F791BFB77C0698C9079F71B8CF0 /* index.html */, + 31FA54A37470176B6493D59584F446E1 /* index.html */, + 53AF8AF9C5AE6A3DAF4C7BEB488FEA91 /* index.html */, + 1C76D1CEE1A0089BBA3A621507BFA3B7 /* index.html */, + EE28FB94118958FD1CF07989A50BBECB /* index.html */, + 55858D2A41BB98DBAC11F46D8D8A6CDC /* index.html */, + 1C889C3636B73B044F37F4254DF78704 /* index.html */, + B4FAEC919D281D66632D2B0822DF7454 /* index.html */, + FEF5E50941508A58686A39FE826BA8C6 /* index.html */, + 59B841825BF4FCFFF7D611843F77530E /* index.html */, + 11036E84A63F0FF4DDA7D7695D8D074E /* index.html */, + 9720E1B374BA66E572B76EA063AF9F17 /* index.html */, + 512FEC6640812550645E70F2CD1F327F /* index.html */, + 74B9683D9A43CD07DFC670ADDC8CEAFF /* index.html */, + 813565939838B0CD2E28AF9B8F383E07 /* index.html */, + 74DE29B2A72621206F98BFFCC86EE555 /* index.html */, + B3071B3E81C54FF7B6030A9FBF2E8410 /* index.html */, + A432C0E464F7566490EC1DA74E77E4C3 /* index.html */, + 3640F83C961510032769367015E5CCBF /* index.html */, + 6E026710FA9EB2E90558E23D6DB37027 /* index.html */, + B461FFE913067ABFE23FF3CD22E5E191 /* index.html */, + 38334C303317F78932D575AA22D83A4D /* index.html */, + 5F5182A882BDAA07957B9B8430C816EE /* index.html */, + DB2546C0952E514186AA4BEA8FCAA0C7 /* index.html */, + DD4FEE511E88F0D29E465753E7DB80CF /* index.html */, + 1280E4E3B290B1A96A52437C5F51C56D /* index.html */, + 89F107871555C8CA85909BE107CAA436 /* index.html */, + 0471E93743CD0AA2DF1F53B0503B2863 /* index.html */, + 1A962445465D5FBD3CA604E339E624C5 /* index.html */, + 2A1B30F1B23FF4621DD74D27C997F665 /* index.html */, + 7DAE6ABA58B13284FC4C50AC67F1AE7A /* index.html */, + 198DF6F489653133FCF5D26B1374312A /* index.html */, + BB6180CAC87308754DAA4D1940974B7B /* index.html */, + 4FFC459BD5045EE72E201435F7030C90 /* index.html */, + 4D126B4346BAD58951CF265CEA002BA1 /* index.html */, + B057919612807EC4685BDA84E9D40EF2 /* index.html */, + 753877EFA7ED03ED95ACB959420B307E /* index.html */, + 38B178018B94019C25E501BE90205837 /* index.html */, + 56DF59648786DCD71C95198DD0917D0E /* index.html */, + 03D45F3B2B4755D49C10A5588F05D8A5 /* index.html */, + EAA0E0F96963C2E462E085AFA7A6B768 /* index.html */, + FE1462A88D58470AEE1D9AEAE847355C /* index.html */, + 6F8BDAE54F5E541CB09CC4203E742CFA /* index.html */, + C8146E4746A726CD8E869787212A921C /* index.html */, + D2F1A0A58CBDAB98330A427B236C6E6A /* index.html */, + 79AD643626EACFFD283685ECFF96010B /* index.html */, + 2EF829531AC9F138E4AD26775A41780E /* index.html */, + EF23363DDF7B676FE12173C68F1AB8F7 /* index.html */, + 43C4A0C619C311C312C5BE7AEAE7BD0E /* index.html */, + 4BBCD3707872F8EC0883A2CEAEB84574 /* index.html */, + DB1B58079146C36D42C048C00225CE99 /* index.html */, + C76EC3CF68FAB98782C429FDA91107A2 /* index.html */, + 24E2BB11CF33FAAC4D0CEDC9820D1238 /* index.html */, + E5E9D97E81231442AB0B71B101CADB0F /* index.html */, + 028EDB033C09869A1C9DC0812FEA920C /* index.html */, + 545175362E5B597300ECFAB69A1BC508 /* index.html */, + F52814D1F505EDB2810AF24EE8A040CC /* index.html */, + 056F0C1FF54332D7DE8778F36FCC9AB1 /* index.html */, + 820A65D23B499EDE11BBDA07180890F4 /* index.html */, + 2F00E0C0A93CFC9C8EB846AF08FF7F27 /* index.html */, + 4AD75C7D35074B55A57BD619D482EB96 /* index.html */, + 39522202DA02352866476F4745DD7C0B /* index.html */, + 03DFA9D805504B1971EB052D6983E9AE /* index.html */, + 69FAC1E4EF03C0C449CAE7E1398FB877 /* index.html */, + 2B4C5CF496D1773F14B0B47BD213DB4B /* index.html */, + 0CD91A953ED47BC863B928A2235F65FF /* index.html */, + D637FD00D2CA12CFB75561474F6EE027 /* index.html */, + B37E421B81192BF1B253203A272DB6CC /* index.html */, + 63E48DD76CE6F11906E5A3091B809A08 /* index.html */, + 18BEA5E4A7742338D6CA0215ECAD1A47 /* index.html */, + 6A46B77182401BF2EDB3CDC940904937 /* index.html */, + 8C31A7734F37F467360D8A780E5F10C2 /* index.html */, + C17DBC87414FEFE9859247EADA80C016 /* index.html */, + 597B655FFBA5EF144577D1195E5341BB /* index.html */, + A8283EC7F6EFE3B0FDBF95E88F09920A /* index.html */, + 089A68BF3D9EF7C28911A45D97B984E4 /* index.html */, + 7C7D44C4FA8F937E4A3BE6035AC7116A /* index.html */, + 59204D9858ABF3637A97D25307FF9E60 /* index.html */, + D0CCD1E19E35A3D7011D089240473E58 /* index.html */, + C3E8F2F94D73C9903B88012FF60F6E7C /* index.html */, + B3C8B8013B1C98AB256A702D87E41BC9 /* index.html */, + DCC24247DEF32C486F81B0EC75206167 /* index.html */, + 030ED1DA6EBE60AF4EBFF9FDFCB4ADA1 /* index.html */, + 1C0577FDDEA13669CBACCC7B80EBF07F /* index.html */, + 68A74F50FCDE303D18361FF23C191CF2 /* index.html */, + D43DDCA64AAB519EA8BFF2F3DB5F068A /* index.html */, + E779824EED68EAEBC086E77300F81EB4 /* index.html */, + 42DE11A01D13658807FE6AC49663E412 /* index.html */, + 93A6DAEC0D2355EC276E7CCCE0941E83 /* index.html */, + 33EBA5EFEB83A38652AA974C83FBE804 /* index.html */, + 2C2D17FA0856B7DD470C43B856AACCD2 /* index.html */, + 16F6FE2BE8C9F053ADB33CF50C9A1ED8 /* index.html */, + B7E531E2E4D041BCFFED5FABDBA8FAB2 /* index.html */, + 89F06B9231CEF50DC61A73EDD9124BFA /* index.html */, + 5FD975D03EE120D1CB9A6419E5F0B202 /* index.html */, + 92D62E1A876E0C32A1EC6B50184C3CBF /* index.html */, + 5FB82E5398F4E9B85BF4A702D15A4501 /* index.html */, + B614FA4AE6E4D9D7942688B71C8D5F43 /* index.html */, + 70EB2E2FDB3A189B0390C5209C04C63C /* index.html */, + 42F9331BF3A82C2F0F892B56425D7944 /* index.html */, + 36571392BBFBB9918F74573895393DB9 /* index.html */, + EF4BF8F9CF2BC40E8F0B16AF05FC6665 /* index.html */, + 4DACEC7B275BD454DE9505886446E4CE /* index.html */, + 053EC5FA6048198C34BCEFD752578F92 /* index.html */, + 967265DC890E9290BA23017D800F26C4 /* index.html */, + B8935BA0F73427A91FE9841A073137C4 /* index.html */, + 097B79E1443960CF41CA4F4A8C7FDA6F /* index.html */, + 05ACE00ACCB6A446D3A8DB91F381893F /* index.html */, + 02B233A367353549AF6EFA266AB8A75B /* index.html */, + F53338B6371D48EAA72AF530229D180E /* index.html */, + C8E5FCB4A5584DC7305B9A3A7C1C3A0E /* index.html */, + 04B3202FCED4E459023D654DE53AFE9E /* index.html */, + 8A1D4084D48F1EB934EA295E5AD8BE5D /* index.html */, + 5CB936D5901B82EC2981FC50663B2EBA /* index.html */, + CCDC35C4CF904086C34D5522F031AC6D /* index.html */, + 14D0724F29AA9EFE59BE9C36C34C07BE /* index.html */, + DD8504E298CDC2719A89CE9DC2C663D5 /* index.html */, + 0BBDFDDE4D502D31682E8F718A9DF815 /* index.html */, + 23ABD04FB5178BABE4F12DDD05C8209E /* index.html */, + 6DA5D10C47F0B432B6E8E20002D4B72E /* index.html */, + 96EBC3D7C684FEB96DF2D0BB4B012224 /* index.html */, + DA10F999D144C2BF85560A8A123EABA1 /* index.html */, + 29CF915F1892E9CCFCF9C529E8C7D5C6 /* index.html */, + FCE3C7A29B2D22FB4EEDD78ADB3217BF /* index.html */, + A64E058C71490C2394340EABFCDA5F6C /* index.html */, + 0802C0D43E925B8A17F6F66E56506131 /* index.html */, + 19F73758CB5CDE226DFED1C890387CF3 /* index.html */, + 884AF2C03F185B9B8261CBB374B00449 /* index.html */, + DBB76560898BFC55ED4245D08080EBA1 /* index.html */, + D4C4BB08898F2472046569D1CF9883CF /* index.html */, + 481E8552226487FBBF2B9C358FCDF0C5 /* index.html */, + AA6B1346122EA540C9E652E336B28015 /* index.html */, + 0ACFEDFF31F8BA7744C85936CE9C0DEF /* index.html */, + 53449867A15A6A1D25588F92FCEC363F /* index.html */, + 06B5666C0470691EBBE82B1C892E3DDD /* index.html */, + 7403307514DA91951312BA8C68C89136 /* index.html */, + 3586ACE86C0B3B8E770CDDB2FA96C477 /* index.html */, + 5AB95C159CA14B592352188FB4539686 /* index.html */, + 8A11293B1FAB16AE02C70FFF0CB21343 /* index.html */, + 7BD344DF2042C983C39F7C8CBEDD410F /* index.html */, + 59C7356074A27EB03328E960CB843532 /* index.html */, + AE19EE4D8E049577973222905B886377 /* index.html */, + 1BB8F6F902B76C8351212521284FE35C /* index.html */, + 22586537538A571356D85EFAA4BCA9FE /* index.html */, + 12EB55713BBEFDF7318D10F5A5886B70 /* index.html */, + A4C2FD9F71BF179F579AB7069C5467B7 /* index.html */, + E4B775BB547AD8F7FC9A9E239448E92C /* index.html */, + D706C91848E16F52619B535114BA1EDE /* index.html */, + 12895E5704AB01952C518A845E9BA567 /* index.html */, + 7A2BF9E721FF3804A5F72CFE81F03405 /* index.html */, + AC6E530DB0029DC9A08E604C988343CA /* index.html */, + 67F8EF19004AE85EAEF7EAF6BC00A77B /* index.html */, + 5ADDAE344FA9A051DE08A52D5F746E3C /* index.html */, + EDA6D40197E81F4B60D02B1BCE782C72 /* index.html */, + 507340F7841217C9CDD304122093E2A2 /* index.html */, + 7B80DAF3B34D5B34961EF20504C8EE17 /* index.html */, + 5CCA502DFD6D306525FB8D5831C71B2F /* index.html */, + DBAC46ED49CFFCDE1D442B42C2B46F32 /* index.html */, + 3D2FDE4AEC6237666E72024BC6680C58 /* index.html */, + 796A15AE2FCBC6B41FDDE75F21279404 /* index.html */, + 1D76CACFC91E68C098D85A9844FFB2F9 /* index.html */, + D892BF6A3A085B094B33F1799CCDCD9B /* index.html */, + D6F0F78677876BF066CD904F54B174CC /* index.html */, + 3FF1FE0D13D563E3CD5A3AEA3CC361C8 /* index.html */, + 1770ABD355AC8082778E6C259EB6B5AF /* index.html */, + DB5D5D94CB212F3A82D2C862A50AD4F0 /* index.html */, + 4FDB322113FD0E81A54AEB3A4C97BF1F /* index.html */, + AF3104E27557127C5020A93FC2811DC1 /* index.html */, + 2485E6DCFE334271CAC234363FB9B2F6 /* index.html */, + 09564906446F86D5C6E617A715EF7E6A /* index.html */, + 5E798F60DB596DEE1823552E72A08592 /* index.html */, + 15A2D7CD82FB0552C3EAAB5E932B6937 /* index.html */, + 2D9E7A633077EAEFFFAD133E3EE1BDD6 /* index.html */, + 9E3B44710A41D84117E9F0CE16DA63C2 /* index.html */, + 91D1F46FBE3FA9C71DA17D938B6B3DE2 /* index.html */, + 5DB586814E00FC08BEBADB295E575184 /* index.html */, + 5337DDB741B9E3C6B4228B5082F5C9AF /* index.html */, + 066B6C796E7E0A7595BFA5598DE5D1DD /* index.html */, + BDCC3B0CB59A668DC4C58763902CA920 /* index.html */, + 7FD197F0E62C3E256E2A8A351D33C334 /* index.html */, + 227C1FDAC27B25C2FC718A07F85643DC /* index.html */, + 76D521D89C998C10F756128B045676E7 /* index.html */, + FF6F1B99F8907B1A8E0162686FA69AA7 /* index.html */, + 7F1494ACCA0CD27A59A351DBD32B6E27 /* index.html */, + 98B80D79B5EF24C4D9F580704CE26512 /* index.html */, + F1478F20BF55317DC949D49AD6E40F53 /* index.html */, + DF56785C328253CAA627B1088336239F /* index.html */, + 9DC731D9FD4F631E275CD669BC9F29EF /* index.html */, + 23B0BBD681DECC57E2D7D6E0DCB28306 /* index.html */, + A71382DDBADB1EE93CD3FC4489CCB4AD /* index.html */, + 64CC5B84F1423D92AB50C65F0B6A5227 /* index.html */, + 34D481DEF9742BE622623400205B110E /* index.html */, + DFE8B0F0B8F426C484C8AE420AEFB714 /* index.html */, + 9C7AC1AF0F2315B4EB88D2CDF6DC49A5 /* index.html */, + AE84EDA6B3734A2797563FCEEA7D4542 /* index.html */, + 0DFFA5946C3ED1AF0FB093F888C3FD27 /* index.html */, + AA40AB105AA3C760857EF9B7B35C510D /* index.html */, + D69AECECC3A43E57708F01473A31E6B9 /* index.html */, + AE8357C6D5321AC649C9F10F1D07B485 /* index.html */, + 6BB7C357A67C3AA7AAD2CF3A9D4859C6 /* index.html */, + B357859B9293E75F2C0AEE6E05F6D178 /* index.html */, + 0A195EBB893495F77D5A5251477C8448 /* index.html */, + 935D043662E3A1871DE4E458455BDCD4 /* index.html */, + 96E5B2326E936B138646F29BA61022FB /* index.html */, + CD40993F440651F76CC9B5F999E53804 /* index.html */, + E7E0B2F37E422D846CC4E3A4CBB34F76 /* index.html */, + 254DFE30408DED2B441DE31740119827 /* index.html */, + C259CE0F91092977F57B815F07EE6A7D /* index.html */, + 0094B8DC438AAA58921D80843ACA44D6 /* index.html */, + 167EE4BEAC6425C008BF19641969467F /* index.html */, + 375F08BBFB7DCE0B36706B8F9CCA4460 /* index.html */, + 49AE2FCFFCA62D58E0A85D6D82E2573D /* index.html */, + FFA2CD8322A92C97D48FB6CACFCDE140 /* index.html */, + 830D382E65B908F9352C0AF4E4DB35F7 /* index.html */, + 61836E065BB560A0A756164476DD91DC /* index.html */, + 69302FA4292F4ED46F7F35DD6C80AC3A /* index.html */, + C67629502C86C466739C2B2A63CF0741 /* index.html */, + C1A6585F9B68EA9EC770B00A791C328B /* index.html */, + CEA4424E81D2E909DB6B340767080B7C /* index.html */, + 3C28443244D8BD40F25B5643777699AC /* index.html */, + 9AE2FED90DC6BBC68F2FC1009EC437F9 /* index.html */, + A721E0AC32322CE5974E4143C4278E0A /* index.html */, + D98E3044C1A17B3B4685012B4473AE44 /* index.html */, + DA83DAE3015DEFACD48EEA07061CB751 /* index.html */, + 0406EEBCE39841C5467615617EC1DEB7 /* index.html */, + 4199C6CAA91EBB55EB405D5238C0267C /* index.html */, + A6CE58557ACFFE4EBB9F7B1036266F84 /* index.html */, + E33DEEC91980113BF28A7E852980FAEE /* index.html */, + 4E5740F96D39D7F3A51CF6D8738C1963 /* index.html */, + DC6C268FC6D9BE60F47FEF4B4914156E /* index.html */, + C0A09D19FD110ADED4F30BBACC72AB21 /* index.html */, + CA1129C8CCAE9B4C2477934D5F34B561 /* index.html */, + CDA8F2D700AB428B51D69072BC538A7E /* index.html */, + 57E29DC5931BC37F75C4E9AA7670FC25 /* index.html */, + 2B4C9F7EF607CB912177589CC355BCD2 /* index.html */, + 07F6D8247DEF371D8C1CE6D996D43027 /* index.html */, + DA0A59408BA5F9995895AB081A1DEB76 /* index.html */, + 9D6EDCB6B1582B7B618459F043DD2BDA /* index.html */, + D239D3020A5CBC6985E48F9E20505514 /* index.html */, + E765C0A632BF7800F37A906FAE6391CF /* index.html */, + F428278E033D1A0F3286795E333A9D0C /* index.html */, + 8CA0DDD390C79967E30F722FC939104F /* index.html */, + 45475D1B105478234C4F75198853D4AD /* index.html */, + F4EB3E7F04148FD9D4A00A54FF656CF9 /* index.html */, + B76B7265B55868912B3467328ECF3757 /* index.html */, + 890A23C9E5CB89058BA33347A1C67086 /* index.html */, + 61D2C3082BAF51928833C3E9CB89AD55 /* index.html */, + 23503443BDACDC4A7D9EFE1D6664673A /* index.html */, + 43221A937E32A7FF1087E5D9FE0ACAF9 /* index.html */, + 62938681A37576CE6F41EDF1CD712169 /* index.json */, + 19C6C70A6D5E2F4E80BCAB183124F0DC /* index.038e887c.css */, + 484E70DAFA756B051C1FF119B8762B52 /* index.e8a5d294.js */, + 823D69B2FF7682E2831B7390C94B0020 /* init.json */, + FE95B55F17ACB38D94B28A5B4AF3E2E3 /* init.json */, + 988D70D70AAEAAE0312B6673EA282224 /* init.json */, + 609337307260DED4586D7AAF0FE44246 /* init(_:).json */, + CB74404113327353F7B8880C9A49DD76 /* init(from:).json */, + 4C9ED87511289324382BB525DD09DE7A /* init(from:).json */, + 5CEA2B363C2C76E7BD0B356398FA6814 /* init(from:).json */, + 7971353CCC897A22ED8EBC8EEED683DE /* init(from:).json */, + 10C06F625403D5DED3EC21DCE38FF4CD /* init(from:).json */, + 0FF45750D3661067A53439D23AE37272 /* init(from:).json */, + CF7EFC897949EB9E8E162E29017BBD8E /* init(from:).json */, + C2E7986B2C4454A054975B03DBCCBEBD /* init(from:).json */, + 4F1A418C7F886A1E39B08EB869D861E0 /* init(from:).json */, + 996DB09DAF7C4B6B7395868A0C0AD705 /* init(rawvalue:).json */, + 000D2797D87EA0321AA44750DCC41D42 /* init(rawvalue:).json */, + C36663A86C636F99E0CAC04DABDE9134 /* init(rawvalue:).json */, + 6172D209E3C5277E0D0229A384274EF6 /* init(rawvalue:).json */, + FD541DC2CDBC1BBF17A77DBB127AB2B4 /* init(rawvalue:).json */, + 61DCF8FDCB712946480EEB2861516B27 /* intro.json */, + B3C19824DAADF07674FC4C21DAFE2FE4 /* isactive().json */, + 5EBC6BC5C0C84EC06F80ED975626103A /* isactive().json */, + 729EA05EB9EB601F6F5D428FC2BAC117 /* isautorenewenabled.json */, + AF4B8AFCB19E59FA9314BDAEBBC077F2 /* isdefault.json */, + AD1FFAB4C5F167720D58911B60BD6020 /* isinretrybilling.json */, + AA2DE926C070CBA0077C9DA48C9AC8BE /* isintroductoryactivated.json */, + 76932E1B270E6A585A77079E079EFB45 /* islocal.json */, + 6B2B47A4AEC2CBEA9A9452C44FAA135D /* islocal.json */, + 99A6B3EC75411086F5E167C8506BC88B /* isnonrenewingpurchaseactive(productidentifier:).json */, + EA4FA041089287617E6354580623783F /* issandbox.json */, + 0E790DFF5441EE618112CC3F30805EDC /* issandbox.json */, + 351B58477938736E8BFD9CD877810927 /* issandbox().json */, + C54BDFE5896D6A6436311F14346E5737 /* json.json */, + 5C6D21F4B108EB5672C918F42D266055 /* LICENSE */, + 484C622C1025FAE37275D1394417D678 /* logout().json */, + 06427A1D4716AB8F173A59757E902C26 /* main.json */, + 85EC60AF7B4C337FE664B86A67D935D2 /* main.json */, + 4C1D659CB3CAC03CB9467198714E2CAC /* metadata.json */, + 8D683EBDC7A19B00FF9DFFA5BDA7C964 /* migratepurchasesifneeded(callback:).json */, + F1AC68D18ADA4E470425E5D4575B9B0C /* modified-icon.f496e73d.svg */, + FBA6D4AD54F2AD21E5EE19AA6ADC73AB /* name.json */, + C6A4B85E18275CC85626BB785983295A /* name.json */, + 1F7081601932B9572D3F7B3407F3E7E2 /* name.json */, + 523E583890A4C3B764CADA5A82BBDE90 /* name.json */, + 4ABD684FF0055D8BA4B86E570F3F5B37 /* navigator.index */, + 29E7949D2872B1B382D5617CCF68B144 /* no-image@2x.df2a0a50.png */, + 049BAAB624309EC278D8C1635F063AFA /* none.json */, + 4C1CBCDC9C193651332E98777F8476E7 /* nonrenewingpurchase.json */, + FB7EEF6573F4BCE5070525D53D44DF9E /* nonrenewingpurchase.json */, + FA2B604ADB0E8EB29A18FF2AB3703A8C /* nonrenewingpurchases().json */, + 546EB58AADD868CC82745BEE56C637BB /* objectwillchange.json */, + BAFD20C671B4D565E45F85B42A726EF2 /* objectwillchange.json */, + DBA20D4A5715AB4B7CC31AF7B020DF28 /* observableobject-implementations.json */, + 4E82FC5013473420652FDE1CC722766D /* observableobject-implementations.json */, + E15FFB2BE4569302E79C5277E70CEEB5 /* onboarding.json */, + 3B48FAA5841D61E8A7E97BB0629F76D2 /* onboarding.json */, + BFD6DE28264C33BA79900985E1F32111 /* optoutoftracking().json */, + 56456FDD21A69278B8D93FE483E9F3D0 /* originalapplicationversion.json */, + 6CD437AAA2979B3E6D5684FAB97848AD /* originalpurchasedate.json */, + D6808A52C8A15141302FBCA3AD372B16 /* paywall.json */, + BAD7F3A0859C819604F2BE10E84468E4 /* paywall(_:).json */, + 905787E7FCC5CDF15921939B675F7EF9 /* paywallclosed(_:).json */, + 6C64E4D5D2DD783B1F3696B1C292D8E7 /* paywallid.json */, + AA302AF00A4580B500F2304462ED3FF7 /* paywallidentifier.json */, + 5B63C1D426853B678CFE03C663FB4A1C /* paywalls().json */, + DE09E169D02311F3A9530CCE847D5682 /* paywallsdidfullyload(paywalls:)-3kcab.json */, + 1956995D5E2FDF3DA0EA6CB0E98EB014 /* paywallsdidfullyload(paywalls:)-6z8g8.json */, + B816941495FCC552C8B60F94B6B08B6D /* paywallsdidloadcallback(_:).json */, + 1C28EF38C7A44E22079431AFA48D9DCD /* paywallshown(_:).json */, + 508A4250E1CECD364F395CFCE94D1D94 /* pendingrule().json */, + CBC84E4C7F7CBA5A689423551FC178FB /* pendingscreencontroller().json */, + 721F6BEA75DF3B68E8C2E29764BDF40B /* permissiongroups().json */, + C2D1993B7A7D355535AD5588D1ABFCA6 /* phone.json */, + 03F19199619D3FD92AC7D3C2BA2617DA /* placement(_:).json */, + 70341284D4EACA36610FC0BDDBC46849 /* placements().json */, + E6165FA872C7F26BDAF9BE86A763AF5D /* placementsdidfullyload(placements:)-27ou4.json */, + DE2F643A8A1209E5E084E76A3A816AFA /* placementsdidfullyload(placements:)-8b6v8.json */, + B84DBA302BC549F80F34DEDB09299AA0 /* placementsdidloadcallback(_:).json */, + 5F1F86E12441DA54D6BFC91080773343 /* post_customers_timeout.json */, + 9BA7757694BB0ECE515AAEB07658E1D4 /* presentoffercoderedemptionsheet().json */, + 702968F7CF29027145DA48AF05293FB1 /* product().json */, + 687CC968BBF016BCCC69DC754F1FC8C3 /* product(productidentifier:).json */, + 46DC220B97B28099E3CA3EC794C8DB4C /* productid.json */, + 1C41086D5BFA724C8A8CB9A12ECE7E48 /* productid.json */, + 06DB90DE3E8509C2D43E79DEC65C1D8A /* productid.json */, + C9AEA7289FA0AE60E4AC9E1D8D35C7ED /* products.json */, + 528C187B9FB85FE9239F5A499B8D7D0A /* products.json */, + 333E38B828EFED848FBB2E7B5C2898A1 /* products.json */, + 3CEC2333F05FDEC7F38E24E1FC22D58F /* promo.json */, + AE8F6760F29A9B9D9C1D8161A9944E74 /* purchase(_:callback:)-6dhy3.json */, + 6F4B8FC9CCD50ABC5856980F1586E79D /* purchase(_:callback:)-9oi.json */, + 95849E5738E272E62DB418F6A686B9C7 /* purchase(_:ispurchasing:)-3cisu.json */, + FF61F7D15CE5E3BED36142E38910F376 /* purchase(_:ispurchasing:)-o1p9.json */, + F58CC1CAE4C7CB5361022F6FA5902CBB /* purchase(_:value:callback:).json */, + B708317929C65B0E08D52EBE24BF289D /* purchasedat.json */, + 23FA3D2074698A86CBDB441B9C1681F4 /* purchasepromo(_:discountid:_:).json */, + F64D133F1E8B2ABD283249CD2365F024 /* purchasepromo(apphudproduct:discountid:_:).json */, + C79CDB1611C7C054D91CA2B14DD5BBF6 /* purchases.json */, + F79CC99E6D8AAEB048B8C37192EB119D /* rawjson.json */, + D0EE108F557706EDE79D65E3688FD4ED /* rawpaywalls().json */, + 32229E4470479397D40ADA61D703142C /* rawpaywalls().json */, + 4096EB00A7A23475842185A090B40044 /* rawplacements().json */, + C3864E1192B54A8A3FE9D00A316B30CD /* rawplacements().json */, + 022EF51E031D28DEC5AF58BBCEC5A360 /* rawrepresentable-implementations.json */, + 913B3F87315F3E6F6853BD537BBFBBFA /* rawrepresentable-implementations.json */, + 08F51F2B74E8E2AB8A0CD4D2B84CE53A /* rawrepresentable-implementations.json */, + 9793A89DF61E84DC11C15AE4C347D15E /* rawrepresentable-implementations.json */, + C283CDCA1B1158C1A39D41518B9D3C7D /* rawrepresentable-implementations.json */, + 2479683E73F83869AEFFE8E01A73075D /* README.md */, + C9016BB65764FC44487964FF8B9891C2 /* receiptcreationdate.json */, + F1F9CD739FFE1111BAEFD9C4D8525AB3 /* refunded.json */, + 61A9374CCAD37461F8F3D696824EFA82 /* regular.json */, + 18EC0E56BB7300058485B77A9DE461E1 /* restorepurchases().json */, + 5DA72A23F1992A76B424C32487DADE2F /* restorepurchases(callback:).json */, + EC07E71892A99D54BD84D861C6783069 /* rule_name.json */, + 7527A921AF9BB055F7CE988A6BD1FBCD /* screen_name.json */, + B29B7F9C0C22F46825B2AB8D4EF9EB8F /* sdktype.json */, + C12430AEF3B694011FD58B5411485BDD /* sdkversion.json */, + 6344FB745BDFCCA5C913B44EB4D0A7BD /* setadvertisingidentifier(_:).json */, + D23823537773EC7649CE81BC8F9461E4 /* setcustompurchasevalue(_:productid:).json */, + 7ED5D20FE6C0E71F3332C9B08E6076CD /* setdelegate(_:).json */, + 3BBF14B40BDB1C0098CD73AE0A332115 /* settings.json */, + FCE1CBFBCF3C689E42DFB80BCF6EC92E /* settings.json */, + 00B109284B915A8E48DCAEBBAA1D246A /* setuidelegate(_:).json */, + 2F919BB016A3554AC1957CF939374B8E /* setuserproperty(key:value:setonce:).json */, + DADA0A7C0E0AD57E9A99B25E83EE87E9 /* shared.json */, + FE1AA8745F5D05B9CB1E0F7543928721 /* showpendingscreen().json */, + 41F8D024D6658219B46447D6446AE038 /* skpaymentqueue.json */, + DB7917C4BFBA2D8FA0526F4D7562C741 /* skproduct.json */, + 83BE33B764BAC74C74AB014462EEB74C /* start(apikey:userid:observermode:callback:).json */, + D26197D18EA273F1DDCCAA9F6708C622 /* startedat.json */, + D014E852FC323B59D440C251523A76A4 /* startmanually(apikey:userid:deviceid:observermode:callback:).json */, + A24C29B2488B5BBBCFA2F0555DEAE3A3 /* status.json */, + 22811EA9744DBE8D4884997139D63C0B /* status_bar_color.json */, + 86E856BEE9D5617F9355AF7D1BC163A5 /* store.json */, + E8D286392A5D047D4177F76AE2F5A04B /* storekit.json */, + 97087744FD83A3B47B898D100BC1AE17 /* submitpushnotificationstoken(token:callback:).json */, + 551C8ED2DFC36D28BD78172B35ECD2DF /* submitpushnotificationstokenstring(string:callback:).json */, + 3D984A5201D14C22885D48A310C15C86 /* subscription.json */, + 8F70EC16800BEBFE68DC24FA128CAA94 /* subscription.json */, + DFDF0093F9E1E56F69148F4AC7F270F1 /* subscription().json */, + 20A821A13E036BFF8AECE2E1E9B15056 /* subscriptions.json */, + 41A7DA637C4B65B05821D6369499DB23 /* subscriptions().json */, + D1AF80834134C56751E111AEECCD24B5 /* success.json */, + 1B097BC0884B434A9CFB6A3962E6361F /* success.json */, + 7CB38BCCE2E9D04485954AF77D6354E0 /* thankandclose.json */, + DA26BB6A27AF5887660456FDF5976C8F /* toolbar.json */, + F18C9D2A516DFBE35D341B54562292C3 /* toolbar.json */, + 6FE8B0E61D4687FCAE5EDE721D76ADEE /* topic.8cd0c0c4.js */, + F8F5AB663F122594D755DEFAD4EEE630 /* topic.d8c126f3.css */, + 3376618593B8EA6618A4A8BEE07568AC /* transaction.json */, + 627C62703C536D47FEDF8B5E6A9B0DA2 /* transaction.json */, + 9C29F0B32513147A482B69491C453E85 /* trial.json */, + A449FF33D68955C1A78ACD70E7072FA6 /* tutorials-overview.2a32cd6f.js */, + C94153A08D13184EA4B8853AE8005433 /* tutorials-overview.c249c765.css */, + CCEE0B48668C8265A5719CFC1735E19F /* updateuserid(_:).json */, + 57EC841362B82989F763254BAE37DD1A /* userdidload(user:)-4f87g.json */, + 283DDC75FC04E82687AE098A1BE521E0 /* userdidload(user:)-4qpvb.json */, + ADA5789869022F09A24D5380387291A3 /* userid.json */, + 5E5D43CB521D0763416D1B128B1DD816 /* userid().json */, + C559A44879C4C365681CF16E4FB0318E /* usestorekitv2().json */, + 0CF2DB49BE218DCB15A192BA25C4A72F /* willpurchaseproductfrom(paywallidentifier:placementidentifier:).json */, ); - name = ApphudUI; - path = ApphudSDK/ApphudUI; + name = Pod; + sourceTree = ""; + }; + EB856F1E01D47FB4B3D9C16617A47D44 /* Internal */ = { + isa = PBXGroup; + children = ( + 34AD6AEBCA3234DAE8C1882E95928B72 /* ApphudAsyncStoreKit.swift */, + A20885A0724B1AC33A8FE8C9CA376944 /* ApphudDataActor.swift */, + C7106E801E51C211A05914D728387D92 /* ApphudExtensions.swift */, + F1A05DD8BDAAEC486F2CACBC0D8B76BC /* ApphudHttpClient.swift */, + 67003D6E7796F156D9C64CAC236DA909 /* ApphudInternal.swift */, + DCAF24543108801D03F235A41B824735 /* ApphudInternal+Attribution.swift */, + 884E28629654739DD8EA3DA8BBC288B3 /* ApphudInternal+Currency.swift */, + D3461D89CDD4B9AF4186D719B0C29760 /* ApphudInternal+Eligibility.swift */, + 28DE5768AE58CC69B5CED27C4B664AEA /* ApphudInternal+Fallback.swift */, + C391E9E56E60FD44B122D3F696F4688A /* ApphudInternal+Product.swift */, + 397EB9055E2ECBFC51A42E450FF811E6 /* ApphudInternal+Purchase.swift */, + F2C80F7B69B9BE65ED7FA4EBC1711DD7 /* ApphudInternal+UserUpdate.swift */, + 8367D42E0082E034E3CE1D5166C33736 /* ApphudKeychain.swift */, + 06B04C43A31CC20F129B3F86F7141FE8 /* ApphudLoggerService.swift */, + 543DE553E805DD032C734A83E0ADF94A /* ApphudProductsStorage.swift */, + 9804525463C8BEB788D0248E009B52C7 /* ApphudSafeSet.swift */, + FA5F00DAC207362F525DD6A8B6FBFB1F /* ApphudStoreKitWrapper.swift */, + AD9F88CFBF7329D968E43FA54B7480B3 /* ApphudURLSession.swift */, + FE9D8872B93D16FBAA550CAACF19B528 /* ApphudUserProperty.swift */, + ); + name = Internal; + path = Sources/Internal; sourceTree = ""; }; F932D7886476FCB9AA6C8F2C3CF79DAD /* Targets Support Files */ = { @@ -1429,19 +1663,19 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 8A6A33EC1C9A763EAD9A80E2D050F6AC /* Headers */ = { + 23316B7DCC0D65CF6E2BBCC1EA6D07A7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E23509DC3C1658E63972418C267BB146 /* Pods-ApphudSDKTests-umbrella.h in Headers */, + 8F3C90B3E4D6893186EAAD166205CA3A /* ApphudSDK-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B95A569DA08BE389A71803DF95975924 /* Headers */ = { + 8A6A33EC1C9A763EAD9A80E2D050F6AC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7151A62A632D35311BFC7DEFCFBF17D4 /* ApphudSDK-umbrella.h in Headers */, + E23509DC3C1658E63972418C267BB146 /* Pods-ApphudSDKTests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1458,22 +1692,40 @@ /* Begin PBXNativeTarget section */ 343DC10EADFFDC93272E42B403A64D9F /* ApphudSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = 9899EBA150826416FE0E8D29247F2D9B /* Build configuration list for PBXNativeTarget "ApphudSDK" */; + buildConfigurationList = A7AB05830ABA5017E5E0BC66043E5F38 /* Build configuration list for PBXNativeTarget "ApphudSDK" */; buildPhases = ( - B95A569DA08BE389A71803DF95975924 /* Headers */, - D984A59DE84077AC26227F8E988065B8 /* Sources */, - CE917021F6AD5643012255B4F3C41B24 /* Frameworks */, - 75749A656EBF8B22417FF21D61D2E3B5 /* Resources */, + 23316B7DCC0D65CF6E2BBCC1EA6D07A7 /* Headers */, + 9C1D018CE674D32589DC772838E1AF25 /* Sources */, + 3035A1DDEC460E5D5E0BF51E42ACB402 /* Frameworks */, + 6090CCEA8BC5E3C64AEAC041E0934D30 /* Resources */, ); buildRules = ( ); dependencies = ( + DEF8F2F5CFEFEB70857B4EA2E3BBA5F2 /* PBXTargetDependency */, ); name = ApphudSDK; productName = ApphudSDK; productReference = 116B608BECADE7354BEF4977EBA361C6 /* ApphudSDK */; productType = "com.apple.product-type.framework"; }; + 38EC234C697A4C00957FAF0E2787FD69 /* ApphudSDK-ApphudSDK */ = { + isa = PBXNativeTarget; + buildConfigurationList = 751691F423A0AE83890D5ED59BC17690 /* Build configuration list for PBXNativeTarget "ApphudSDK-ApphudSDK" */; + buildPhases = ( + 5247872B1BCE655201C9DDE3BBBCD1CA /* Sources */, + D2271F45ECE9560757D6BEDC5751F415 /* Frameworks */, + 3EB65C45DE9D5E3ACA0EF354382D2E1C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "ApphudSDK-ApphudSDK"; + productName = ApphudSDK; + productReference = FDC773E39B7E921785F22CF4DB1C31F5 /* ApphudSDK-ApphudSDK */; + productType = "com.apple.product-type.bundle"; + }; 4B5E44478D36BF195BA940FA313BA745 /* Pods-ApphudSDKDemo */ = { isa = PBXNativeTarget; buildConfigurationList = 1BFBDD4BD418971C82CD04671C72A989 /* Build configuration list for PBXNativeTarget "Pods-ApphudSDKDemo" */; @@ -1486,7 +1738,7 @@ buildRules = ( ); dependencies = ( - 8D5EFEF53F472720991A3432C470CE97 /* PBXTargetDependency */, + B8FF576E9030845F39C248E58E182A13 /* PBXTargetDependency */, ); name = "Pods-ApphudSDKDemo"; productName = Pods_ApphudSDKDemo; @@ -1505,7 +1757,7 @@ buildRules = ( ); dependencies = ( - 5163A80D50FAC1C6B654CF4C54C672DD /* PBXTargetDependency */, + F63A54D8DF018D3C21A8505BD6F44E6B /* PBXTargetDependency */, ); name = "Pods-ApphudSDKTests"; productName = Pods_ApphudSDKTests; @@ -1518,8 +1770,8 @@ BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 1300; - LastUpgradeCheck = 1300; + LastSwiftUpdateCheck = 1500; + LastUpgradeCheck = 1500; }; buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 12.0"; @@ -1530,11 +1782,12 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 41861D59B350A39BD81F489AA9CF578A /* Products */; + productRefGroup = A139B85D8B844B92CF32B739BEEDF10E /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 343DC10EADFFDC93272E42B403A64D9F /* ApphudSDK */, + 38EC234C697A4C00957FAF0E2787FD69 /* ApphudSDK-ApphudSDK */, 4B5E44478D36BF195BA940FA313BA745 /* Pods-ApphudSDKDemo */, 76F451124F20293D7826F1C4F8541B8B /* Pods-ApphudSDKTests */, ); @@ -1549,11 +1802,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 75749A656EBF8B22417FF21D61D2E3B5 /* Resources */ = { + 3EB65C45DE9D5E3ACA0EF354382D2E1C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2842B5B12BBEADFF00832651 /* PrivacyInfo.xcprivacy in Resources */, + 72CAAB9257B4E4A29EA5BC0F50F445C8 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6090CCEA8BC5E3C64AEAC041E0934D30 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EE4710EBE32801216A77470EB5B7F024 /* ApphudSDK-ApphudSDK in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1575,6 +1836,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5247872B1BCE655201C9DDE3BBBCD1CA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 76514A10CD36943F60530488327204A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1583,72 +1851,77 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D984A59DE84077AC26227F8E988065B8 /* Sources */ = { + 9C1D018CE674D32589DC772838E1AF25 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 98872B7DCBAEE6AE07B73D7F81A6251F /* Apphud.swift in Sources */, - 28714CBF2B3F21CE00899013 /* ApphudDataActor.swift in Sources */, - 63766874239360B5DC091C9AEA01EC92 /* ApphudAsyncPurchaseResult.swift in Sources */, - 2802A2C02B280A3D00F29C5C /* ApphudEnums.swift in Sources */, - 266C2196AB0E2A643AD9FF12DC134EB6 /* ApphudAsyncStoreKit.swift in Sources */, - 0B371EFAC1B25EBA1C31CB20C7140CB7 /* ApphudDelegate.swift in Sources */, - 571DFE4759ADB40226D3CA89B3911494 /* ApphudError.swift in Sources */, - 85A22DA6D06BBB5AAC6D8F65EF94B093 /* ApphudExtensions.swift in Sources */, - 99E1A4B0DFD567082C2943F4EBF59F3F /* ApphudGroup.swift in Sources */, - 288AD5922AE21FDC008A9883 /* ApphudProductsStorage.swift in Sources */, - 2861BB172B175D2100B65779 /* ApphudSafeSet.swift in Sources */, - 1D69224ACB5B60342A6D12BE67D8035B /* ApphudHttpClient.swift in Sources */, - 203946A35123382848F41A28E6DF1388 /* ApphudInternal.swift in Sources */, - 283F8D4F2B4EB81600F86CD8 /* Documentation.docc in Sources */, - 0CAAF14FBE7E8B468F4BF8782755BF43 /* ApphudInternal+Attribution.swift in Sources */, - 6213DD5411080B028BA1D9E11260F29E /* ApphudInternal+Eligibility.swift in Sources */, - 4F9B86B04F1BC9529B6FAA3EB1430431 /* ApphudInternal+Fallback.swift in Sources */, - 0F8C4278F7AEE3AF65D0DF03639C83FC /* ApphudInternal+Product.swift in Sources */, - 397E8220413828B74039C073633EFAC2 /* ApphudInternal+Purchase.swift in Sources */, - 1492143AF40AF7BE63DF3273AE490365 /* ApphudInternal+UserUpdate.swift in Sources */, - 8A6F7C9FA4F476D50FF3109AC6DCFDEC /* ApphudKeychain.swift in Sources */, - 621985717A5F5495ED56B4D328D0C68A /* ApphudLoggerService.swift in Sources */, - 75A530E1D5D89A197603FB8E9FDD86FC /* ApphudNavigationController.swift in Sources */, - B3E40FA9D9C1500F4F4B15F98324C959 /* ApphudNonRenewingPurchase.swift in Sources */, - 63FD8EECAAEFE10B3F5CEE4E78800DA6 /* ApphudPaywall.swift in Sources */, - 043BB7838F94C3DF872B6DEC4B8AFE9E /* ApphudProduct.swift in Sources */, - BE4A5D25CF541E38F6040961B0772B7E /* ApphudPurchaseResult.swift in Sources */, - 0B8B80366EA23EA1D6B3DF42D6313099 /* ApphudReceipt.swift in Sources */, - ABB5E0BCB8AED918C6994F3AFD6BE904 /* ApphudRule.swift in Sources */, - E3517F7F75123EB47EFBACB2E62E5EBB /* ApphudRulesManager.swift in Sources */, - 4EB1C8FF57185ECDE7AF0E1F041C3594 /* ApphudScreen.swift in Sources */, - F6FEAD368C73ADCD16FB9A526C3DBA49 /* ApphudScreenController.swift in Sources */, - EFC5E9C083D4A734A4D6CCB86A1EFD08 /* ApphudScreenController+Extensions.swift in Sources */, - 922945C7ABFB2C7D86EC1B7D47E3E1FB /* ApphudScreenController+Macros.swift in Sources */, - 2C576FEBC6A7A1201CF910EF585433B8 /* ApphudSDK-dummy.m in Sources */, - 431CD61285008B3D12B9C06782419D11 /* ApphudStoreKitWrapper.swift in Sources */, - E6226F89C80AD52E752659F33AD3D77A /* ApphudSubscription.swift in Sources */, - 280919D72B0734BD0079FA86 /* ApphudURLSession.swift in Sources */, - 28714CBD2B3F21BF00899013 /* ApphudUser.swift in Sources */, - F3E2B984C5AA81CCCF4993CF27A489E6 /* ApphudUIDelegate.swift in Sources */, - 3BB5C86F6B8455D8FA79FFF02D48D6FE /* ApphudUserProperty.swift in Sources */, - C574D6E8575BD1D285DF805BAA756F71 /* ApphudUserPropertyKey.swift in Sources */, - 28B081032B19DB8B0003E2E8 /* ApphudInternal+Currency.swift in Sources */, - 2C5D2EE289288DB3F0CA065E6C6CB99C /* ApphudUtils.swift in Sources */, - 2861BB152B175D1500B65779 /* ApphudPlacement.swift in Sources */, + F7EF7EDD75D4F1BCE2F748F7E9390A71 /* Apphud.swift in Sources */, + 2F48295B831EE2E97C0434306A958D1E /* ApphudAsyncPurchaseResult.swift in Sources */, + 2D0CCBAF795A5CC359E4FF4A43AC10D4 /* ApphudAsyncStoreKit.swift in Sources */, + 630B47A3FC8EF1C87E67D63E5A246DA7 /* ApphudDataActor.swift in Sources */, + 0B3CFC72CE3FEC846DB072C16F70B624 /* ApphudDelegate.swift in Sources */, + D395B88D7CF5D0C315F5A18BB88613CB /* ApphudEnums.swift in Sources */, + D9D292E9066FCBBC5DA5A5C0CE7611E8 /* ApphudError.swift in Sources */, + D91001AA1D90C222BA2C7902335CEC43 /* ApphudExtensions.swift in Sources */, + 152ECFD1D858E1AB2744C618392F0C94 /* ApphudGroup.swift in Sources */, + 6929B9B8E0A8F04C8898A63975357B8C /* ApphudHttpClient.swift in Sources */, + A8980381868210D2F3B2A3747D99CD39 /* ApphudInternal.swift in Sources */, + 93E04AE4495F460A70020790DC698596 /* ApphudInternal+Attribution.swift in Sources */, + 84FD9FA269B14ABCA0DEED391F8FAB6C /* ApphudInternal+Currency.swift in Sources */, + 4DC5BE134288FA3C3DA34CAFABA299E0 /* ApphudInternal+Eligibility.swift in Sources */, + 9C988FC2F62E161ED8BDA2E935216FF1 /* ApphudInternal+Fallback.swift in Sources */, + 3C9ED8D12A60C9D7512FECDB79B21493 /* ApphudInternal+Product.swift in Sources */, + C07134DF171C2140F65688D1B9F319FE /* ApphudInternal+Purchase.swift in Sources */, + 30B3AD43FD1A42DDC2BFF6610A8B1FF0 /* ApphudInternal+UserUpdate.swift in Sources */, + 2A5C411F70A16089C75108B07F682707 /* ApphudKeychain.swift in Sources */, + 93D170ADF7AC7CBEE78966BED1DECABF /* ApphudLoggerService.swift in Sources */, + E13F9E4783A165C0713BCD700384B5EC /* ApphudNavigationController.swift in Sources */, + 784E275840C4BAA967397AD056ABF15E /* ApphudNonRenewingPurchase.swift in Sources */, + 606B25F5044E0F6C6644178707C93F68 /* ApphudPaywall.swift in Sources */, + 6E7EF4B013BCA5153C9EAC992BF6ECD6 /* ApphudPlacement.swift in Sources */, + F48C655AEAA893D6604C3FAB80F31F4C /* ApphudProduct.swift in Sources */, + 5EF3752B5173DEF03FCC5CCCD8D26257 /* ApphudProductsStorage.swift in Sources */, + 253C5EE2AEFCF632DC239B2C478FEBA8 /* ApphudPurchaseResult.swift in Sources */, + 9F1A955AE9C242E38D0277BDF8D971E9 /* ApphudReceipt.swift in Sources */, + 5209AC153CA609E8508090E973E846DA /* ApphudRule.swift in Sources */, + 94AA2D589C9FF28F34A3F0DF48B0CBF5 /* ApphudRulesManager.swift in Sources */, + 9C58A91D95B6471F786EE84F87C11752 /* ApphudSafeSet.swift in Sources */, + EB8C8951C91A73DC322893F20E7A53DC /* ApphudScreen.swift in Sources */, + EB9E162F7A44B0FA4737C008F953F205 /* ApphudScreenController.swift in Sources */, + E140D1977C289029DFEE80F15DCAC25B /* ApphudScreenController+Extensions.swift in Sources */, + 945DB81774CE8892F1B653A51FAA35FF /* ApphudScreenController+Macros.swift in Sources */, + 30128EEB7B2841BC994C36D692FA1E77 /* ApphudSDK-dummy.m in Sources */, + 969A525D69A16CEED1931BB1844A1772 /* ApphudStoreKitWrapper.swift in Sources */, + 561FE77C4E26D1B778F6EBFF1BFA5B57 /* ApphudSubscription.swift in Sources */, + 4FA159C53F84E9E1746382F6E0ED1E23 /* ApphudUIDelegate.swift in Sources */, + 046A86D2050AD3994C36F1CF0B1B171C /* ApphudURLSession.swift in Sources */, + F5F5D64FD07071AAE782D96CED648C4F /* ApphudUser.swift in Sources */, + E0CFCE116AFD98EA58A369F209A36F29 /* ApphudUserProperty.swift in Sources */, + D4DF037EBC350E029BD737D3A31B8C39 /* ApphudUserPropertyKey.swift in Sources */, + 6CC21C2976034269D29D96E9064F1CF9 /* ApphudUtils.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 5163A80D50FAC1C6B654CF4C54C672DD /* PBXTargetDependency */ = { + B8FF576E9030845F39C248E58E182A13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ApphudSDK; target = 343DC10EADFFDC93272E42B403A64D9F /* ApphudSDK */; - targetProxy = F74BE5CED2B8467BDF637A278CA13591 /* PBXContainerItemProxy */; + targetProxy = 01E88705211FFC1A2962F1D56322D0BC /* PBXContainerItemProxy */; + }; + DEF8F2F5CFEFEB70857B4EA2E3BBA5F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "ApphudSDK-ApphudSDK"; + target = 38EC234C697A4C00957FAF0E2787FD69 /* ApphudSDK-ApphudSDK */; + targetProxy = F9D95C5A3361459063178A8F74412914 /* PBXContainerItemProxy */; }; - 8D5EFEF53F472720991A3432C470CE97 /* PBXTargetDependency */ = { + F63A54D8DF018D3C21A8505BD6F44E6B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ApphudSDK; target = 343DC10EADFFDC93272E42B403A64D9F /* ApphudSDK */; - targetProxy = 4AAF48E9A8A74513CA8223327161C628 /* PBXContainerItemProxy */; + targetProxy = 5445A891E898A1E43E55805158D838C3 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1691,6 +1964,59 @@ }; name = Release; }; + 2205BAE558C433F03FCD07AA0E2C7F3F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2C15A9FA1DCA2A187438ABE61609FDEA /* ApphudSDK.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ApphudSDK"; + IBSC_MODULE = ApphudSDK; + INFOPLIST_FILE = "Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + PRODUCT_NAME = ApphudSDK; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 2878CB176B198B9444F7B1F91CAC56C9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2C15A9FA1DCA2A187438ABE61609FDEA /* ApphudSDK.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/ApphudSDK/ApphudSDK-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/ApphudSDK/ApphudSDK-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/ApphudSDK/ApphudSDK.modulemap"; + PRODUCT_MODULE_NAME = ApphudSDK; + PRODUCT_NAME = ApphudSDK; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 7C53B1BF4699F5D17359779CBB862E7B /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A4E7E34DF35F847B083E90174C9FAE16 /* Pods-ApphudSDKDemo.debug.xcconfig */; @@ -1831,6 +2157,23 @@ }; name = Debug; }; + 9A4D65D06408A00A5A8597490BA2782E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4624E45529A7F8A753ECBD7B29E92CAC /* ApphudSDK.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ApphudSDK"; + IBSC_MODULE = ApphudSDK; + INFOPLIST_FILE = "Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + PRODUCT_NAME = ApphudSDK; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 9E406C6AAF85E580207CD97B0044DEAB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1931,45 +2274,9 @@ }; name = Release; }; - FCCDC380815D6E10C9F5E77D9E3773F9 /* Release */ = { + F467222FBD662E4DC84B34B6C4C0D597 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 39BF880C822F5F461A403968877D07BC /* ApphudSDK.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/ApphudSDK/ApphudSDK-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ApphudSDK/ApphudSDK-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/ApphudSDK/ApphudSDK.modulemap"; - PRODUCT_MODULE_NAME = ApphudSDK; - PRODUCT_NAME = ApphudSDK; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - FD1253B0B961549543DD7BA4D6CF7E8B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8F9428AF76915853F33190ED0F778175 /* ApphudSDK.debug.xcconfig */; + baseConfigurationReference = 4624E45529A7F8A753ECBD7B29E92CAC /* ApphudSDK.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2023,6 +2330,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 751691F423A0AE83890D5ED59BC17690 /* Build configuration list for PBXNativeTarget "ApphudSDK-ApphudSDK" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9A4D65D06408A00A5A8597490BA2782E /* Debug */, + 2205BAE558C433F03FCD07AA0E2C7F3F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 843CE8EC85897760FCD610B89629B856 /* Build configuration list for PBXNativeTarget "Pods-ApphudSDKTests" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -2032,11 +2348,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9899EBA150826416FE0E8D29247F2D9B /* Build configuration list for PBXNativeTarget "ApphudSDK" */ = { + A7AB05830ABA5017E5E0BC66043E5F38 /* Build configuration list for PBXNativeTarget "ApphudSDK" */ = { isa = XCConfigurationList; buildConfigurations = ( - FD1253B0B961549543DD7BA4D6CF7E8B /* Debug */, - FCCDC380815D6E10C9F5E77D9E3773F9 /* Release */, + F467222FBD662E4DC84B34B6C4C0D597 /* Debug */, + 2878CB176B198B9444F7B1F91CAC56C9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK-Info.plist b/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK-Info.plist index 362a435d..be941466 100644 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK-Info.plist +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0 + 3.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK.debug.xcconfig b/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK.debug.xcconfig index 3bdc7f53..a8050edf 100644 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK.debug.xcconfig +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK.debug.xcconfig @@ -1,7 +1,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK.release.xcconfig b/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK.release.xcconfig index 3bdc7f53..a8050edf 100644 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK.release.xcconfig +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ApphudSDK.release.xcconfig @@ -1,7 +1,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist b/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist new file mode 100644 index 00000000..29ee7c02 --- /dev/null +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 3.3.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSPrincipalClass + + + diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo-frameworks.sh b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo-frameworks.sh index b5894a24..295934af 100755 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo-frameworks.sh +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo-frameworks.sh @@ -18,7 +18,7 @@ echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" BCSYMBOLMAP_DIR="BCSymbolMaps" diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo.debug.xcconfig b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo.debug.xcconfig index ff3b0aa0..87bdca82 100644 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo.debug.xcconfig +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo.debug.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK/ApphudSDK.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "ApphudSDK" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo.release.xcconfig b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo.release.xcconfig index ff3b0aa0..87bdca82 100644 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo.release.xcconfig +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKDemo/Pods-ApphudSDKDemo.release.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK/ApphudSDK.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "ApphudSDK" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests-frameworks.sh b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests-frameworks.sh index b5894a24..295934af 100755 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests-frameworks.sh +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests-frameworks.sh @@ -18,7 +18,7 @@ echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" BCSYMBOLMAP_DIR="BCSymbolMaps" diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests.debug.xcconfig b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests.debug.xcconfig index 344219b4..6d830a94 100644 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests.debug.xcconfig +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests.debug.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK/ApphudSDK.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "ApphudSDK" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests.release.xcconfig b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests.release.xcconfig index 344219b4..6d830a94 100644 --- a/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests.release.xcconfig +++ b/Example/ApphudDemoSwift/Pods/Target Support Files/Pods-ApphudSDKTests/Pods-ApphudSDKTests.release.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK/ApphudSDK.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "ApphudSDK" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Example/ApphudDemoSwiftUI/Podfile.lock b/Example/ApphudDemoSwiftUI/Podfile.lock index 050eb600..0b4b9a60 100644 --- a/Example/ApphudDemoSwiftUI/Podfile.lock +++ b/Example/ApphudDemoSwiftUI/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - ApphudSDK (3.0.0) + - ApphudSDK (3.3.0) DEPENDENCIES: - ApphudSDK (from `../../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../../" SPEC CHECKSUMS: - ApphudSDK: acfff4bd9bfc68036f9832d63aae3cc46f147ffe + ApphudSDK: b6f5043ac996f43627626184a324f8bd5a108269 PODFILE CHECKSUM: 4b9915c3556364dfea2be629bb16d3499b9ecc2d -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/Example/ApphudDemoSwiftUI/Pods/Local Podspecs/ApphudSDK.podspec.json b/Example/ApphudDemoSwiftUI/Pods/Local Podspecs/ApphudSDK.podspec.json index 2028ecf9..bdef439a 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Local Podspecs/ApphudSDK.podspec.json +++ b/Example/ApphudDemoSwiftUI/Pods/Local Podspecs/ApphudSDK.podspec.json @@ -1,6 +1,6 @@ { "name": "ApphudSDK", - "version": "3.0.0", + "version": "3.3.0", "summary": "Track and control iOS auto-renewable subscriptions.", "description": "Track, control and analyze iOS auto-renewable subscriptions with Apphud.", "homepage": "https://github.com/apphud/ApphudSDK", @@ -13,16 +13,21 @@ }, "source": { "git": "https://github.com/apphud/ApphudSDK.git", - "tag": "3.0.0" + "tag": "3.3.0" }, "frameworks": "StoreKit", "platforms": { "ios": "13.0", - "osx": "10.15", + "osx": "11.0", "tvos": "13.0", "watchos": "6.2" }, "swift_versions": "5.0", - "source_files": "ApphudSDK/**/*.{swift,h,m}", + "source_files": "Sources/**/*.{swift,h,m}", + "resource_bundles": { + "ApphudSDK": [ + "Sources/PrivacyInfo.xcprivacy" + ] + }, "swift_version": "5.0" } diff --git a/Example/ApphudDemoSwiftUI/Pods/Manifest.lock b/Example/ApphudDemoSwiftUI/Pods/Manifest.lock index 050eb600..0b4b9a60 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Manifest.lock +++ b/Example/ApphudDemoSwiftUI/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - ApphudSDK (3.0.0) + - ApphudSDK (3.3.0) DEPENDENCIES: - ApphudSDK (from `../../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../../" SPEC CHECKSUMS: - ApphudSDK: acfff4bd9bfc68036f9832d63aae3cc46f147ffe + ApphudSDK: b6f5043ac996f43627626184a324f8bd5a108269 PODFILE CHECKSUM: 4b9915c3556364dfea2be629bb16d3499b9ecc2d -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/Example/ApphudDemoSwiftUI/Pods/Pods.xcodeproj/project.pbxproj b/Example/ApphudDemoSwiftUI/Pods/Pods.xcodeproj/project.pbxproj index 1856dd62..3ee6a766 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/ApphudDemoSwiftUI/Pods/Pods.xcodeproj/project.pbxproj @@ -7,145 +7,785 @@ objects = { /* Begin PBXBuildFile section */ - 05A55DCE02F5934424845A40CD06FFE8 /* ApphudReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B87AC9758159598D0122E844A3B7E6 /* ApphudReceipt.swift */; }; - 07B9B8DD29B06E446F0D2A4BDA3BE712 /* ApphudInternal+Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6E4D415DC1B55D414273F42EDFBA78B /* ApphudInternal+Product.swift */; }; - 0946D1FD7E843A56F5E329FC39A7D69E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */; }; - 0A57EFA0DC435AD09736E1AE830A50CB /* ApphudUserPropertyKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1CC7810738C4E785D1D2B0B6D30A492 /* ApphudUserPropertyKey.swift */; }; + 046A86D2050AD3994C36F1CF0B1B171C /* ApphudURLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2CC4D96EBFF894E1A315053F0A8AF28 /* ApphudURLSession.swift */; }; + 0B3CFC72CE3FEC846DB072C16F70B624 /* ApphudDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD4EB9EF0CCA965D7D20101527E7FC3 /* ApphudDelegate.swift */; }; + 152ECFD1D858E1AB2744C618392F0C94 /* ApphudGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B5B80D208DA5BA7693F1723B09247E /* ApphudGroup.swift */; }; 20CC87A3A9C5C7859792FF645BDD28C8 /* Pods-ApphudDemoSwiftUI-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 722A1240A013449A8C448CEC6DFE3697 /* Pods-ApphudDemoSwiftUI-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2802A2C22B280C2100F29C5C /* ApphudEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2802A2C12B280C2100F29C5C /* ApphudEnums.swift */; }; - 28714CC12B3F223300899013 /* ApphudDataActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28714CC02B3F223300899013 /* ApphudDataActor.swift */; }; - 28714CC32B3F224900899013 /* ApphudUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28714CC22B3F224900899013 /* ApphudUser.swift */; }; - 28B081052B19DBB00003E2E8 /* ApphudInternal+Currency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B081042B19DBAF0003E2E8 /* ApphudInternal+Currency.swift */; }; - 28B081072B19DBCE0003E2E8 /* ApphudProductsStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B081062B19DBCE0003E2E8 /* ApphudProductsStorage.swift */; }; - 28B081092B19DBDB0003E2E8 /* ApphudPlacement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B081082B19DBDB0003E2E8 /* ApphudPlacement.swift */; }; - 28B0810B2B19DBEE0003E2E8 /* ApphudSafeSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B0810A2B19DBEE0003E2E8 /* ApphudSafeSet.swift */; }; - 28B0810D2B19DC020003E2E8 /* ApphudURLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B0810C2B19DC020003E2E8 /* ApphudURLSession.swift */; }; - 28D479222AC5289E00AA34B4 /* ApphudInternal+Fallback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28D479212AC5289E00AA34B4 /* ApphudInternal+Fallback.swift */; }; - 29816AB2B94F3A64C20900FAFA4F4AD1 /* ApphudUserProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = B75E670F397EF5B43C891B16309E59B1 /* ApphudUserProperty.swift */; }; - 2ACDA93ADA6F7AAE8C184DA86550383A /* ApphudScreenController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0DA6948C30247E8711D9A3E8A99760A /* ApphudScreenController.swift */; }; - 30E650789281B6A72C787EC12AA07770 /* ApphudStoreKitWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7E959FDD554D76A568697945195252 /* ApphudStoreKitWrapper.swift */; }; - 312C89AA8E8BE7B77DB83FD029F36BFD /* ApphudInternal+Attribution.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38110B8C5E6EE0B2F431954BF53DDFD8 /* ApphudInternal+Attribution.swift */; }; + 253C5EE2AEFCF632DC239B2C478FEBA8 /* ApphudPurchaseResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C846A2599FD7E5261A76815003BCAD /* ApphudPurchaseResult.swift */; }; + 2A5C411F70A16089C75108B07F682707 /* ApphudKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B2495CF4E16EA9EBF41D716308238 /* ApphudKeychain.swift */; }; + 2D0CCBAF795A5CC359E4FF4A43AC10D4 /* ApphudAsyncStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = D531DD467BF364BE01D804C236EEE7E2 /* ApphudAsyncStoreKit.swift */; }; + 2F48295B831EE2E97C0434306A958D1E /* ApphudAsyncPurchaseResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B425BF3F7D2ADFC109B7059754F2BE /* ApphudAsyncPurchaseResult.swift */; }; + 30128EEB7B2841BC994C36D692FA1E77 /* ApphudSDK-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C5278494200275DC7B2E0B78B3497BD4 /* ApphudSDK-dummy.m */; }; + 30B3AD43FD1A42DDC2BFF6610A8B1FF0 /* ApphudInternal+UserUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 728550F259198886F6EF627A361ED457 /* ApphudInternal+UserUpdate.swift */; }; 3349CB6E23F2849CB666F7F5D2ACBB04 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */; }; - 47B04BD4B53979C9E9C8901227DF9C64 /* ApphudLoggerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 632AEC6AA147E8EE2DC0AE1704741A8A /* ApphudLoggerService.swift */; }; - 57C253DF71AFA86030474CBD41596DDB /* ApphudAsyncPurchaseResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002B5679BF4CFDB62344F4CCDC2A0D7A /* ApphudAsyncPurchaseResult.swift */; }; - 59F2BBE2C99FA54597E751800EFA96D0 /* ApphudScreenController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0FD40048061F3D161B4B3545D2BB823 /* ApphudScreenController+Extensions.swift */; }; - 5BB0E51275F5BD46F6AAFD2E526364F9 /* ApphudScreenController+Macros.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43D1D92C0A0E32000945066FE469C6A3 /* ApphudScreenController+Macros.swift */; }; - 6437D3EAD16520D2003FF92E097C4188 /* ApphudSDK-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AD75F0709BFD8AA398F06C7A3DA1AD8 /* ApphudSDK-dummy.m */; }; - 66C40F4E4EC00C8FE632E4799E745042 /* ApphudGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EB9E39DAC4B2F9B43D06878308E0F8C /* ApphudGroup.swift */; }; - 6948637D34224721EE0A492C6A97FFCC /* ApphudPurchaseResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4A8C2B9D14ECA4F3DA30F35B72E7C12 /* ApphudPurchaseResult.swift */; }; - 6AF08BEEC42128CDB8F8811E3C270599 /* ApphudPaywall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27448C5FCBB27AB270B787EDEA529179 /* ApphudPaywall.swift */; }; - 6C57516A97AE38BFC53ECCD3BFEAFA1D /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE38071E84A9951B95FEECBEA926D5C /* StoreKit.framework */; }; - 6E0FB849643C2303D7FC4BD64031CCE0 /* ApphudScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78F724E641C343597AB5A90A53D4BBAC /* ApphudScreen.swift */; }; - 788AF447636EEB4744F6E4BEF490585E /* ApphudInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C5E798BA02E2520F942BA6755655AA /* ApphudInternal.swift */; }; - 7E1D1D8DAB073E45F24B5E05DF2876BF /* ApphudInternal+Purchase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E0AE6544959F5006A163A31501E0F4 /* ApphudInternal+Purchase.swift */; }; - 7F814F95B8ED7C53C8BA9C98BB716A28 /* ApphudRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B40C7244584708E1A6514992A413709 /* ApphudRule.swift */; }; - 81364D0A4C5062B60457CB9E080D6D29 /* ApphudUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47F142CE560A0A2800083423ED2755E5 /* ApphudUtils.swift */; }; - 84D21DB8A75A0FC0FA85C8F3657A1A12 /* ApphudNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1344230843FA475B78B116C7F90762 /* ApphudNavigationController.swift */; }; - 8928DF6AAA22D1051A1B0D08B262E3A9 /* Apphud.swift in Sources */ = {isa = PBXBuildFile; fileRef = B799E823AB010F7D00BFEB4F3C99AD3F /* Apphud.swift */; }; - 9279919D132F677BBC048D1EB003F2B1 /* ApphudUIDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCF703F6A4AC12AC975C1CA59C2D3542 /* ApphudUIDelegate.swift */; }; - 9EBF762960C0BA46C3E2BC1CB187574A /* ApphudAsyncStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 970A9BED165AE433EB1AD44531AA025B /* ApphudAsyncStoreKit.swift */; }; - A0A565D1C3CA7BB9B082B619B1BE6058 /* ApphudInternal+Eligibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 914466FD14F7E35D03C196D140C5D29F /* ApphudInternal+Eligibility.swift */; }; - AC2C8C4E21A27F112FEEF07E62DBD4D7 /* ApphudKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DBA4DF1AD54EA2E707A7912762B6C8 /* ApphudKeychain.swift */; }; - ACA071C88D4C3CA6072F11758AB1E231 /* ApphudError.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3608EE3ED0723412B2BCBFF77F97399 /* ApphudError.swift */; }; - B95B46F749CC6AE4E9E4DCFC3F4DAF85 /* ApphudExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 861A33BF72633AF9B9434FB030189D3B /* ApphudExtensions.swift */; }; - BA21D52D032E39DB288303511CFA0992 /* ApphudProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12BB531E6E3BBEEA5083288F16E2FAA5 /* ApphudProduct.swift */; }; + 3C9ED8D12A60C9D7512FECDB79B21493 /* ApphudInternal+Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44FA62CBBFB32E4D51C13542BFD7A233 /* ApphudInternal+Product.swift */; }; + 4DC5BE134288FA3C3DA34CAFABA299E0 /* ApphudInternal+Eligibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F2D492A3E930D6FE52384B8A6058D2 /* ApphudInternal+Eligibility.swift */; }; + 4E1BFA44189017B094D215B49137D480 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */; }; + 4FA159C53F84E9E1746382F6E0ED1E23 /* ApphudUIDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C06BBBF456C50998235E1FCFD1FDEBE2 /* ApphudUIDelegate.swift */; }; + 5209AC153CA609E8508090E973E846DA /* ApphudRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E6943FB959BFCD7679A88FF4190ADE6 /* ApphudRule.swift */; }; + 561FE77C4E26D1B778F6EBFF1BFA5B57 /* ApphudSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DF56EF80F74A3459F0080EE079FB74F /* ApphudSubscription.swift */; }; + 5EF3752B5173DEF03FCC5CCCD8D26257 /* ApphudProductsStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 926692A108AC0DE199F6B16B573461AB /* ApphudProductsStorage.swift */; }; + 606B25F5044E0F6C6644178707C93F68 /* ApphudPaywall.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDF3DC41BB8CFE9112231DEDC0A94ED4 /* ApphudPaywall.swift */; }; + 630B47A3FC8EF1C87E67D63E5A246DA7 /* ApphudDataActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AA945DE497F539C37EB51366DD9ACAC /* ApphudDataActor.swift */; }; + 6929B9B8E0A8F04C8898A63975357B8C /* ApphudHttpClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50BD7CFC68C8225BB742DBA4FF16A5D3 /* ApphudHttpClient.swift */; }; + 6CC21C2976034269D29D96E9064F1CF9 /* ApphudUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD53CFF6F581DC4AAB10640BC8EDB2AB /* ApphudUtils.swift */; }; + 6E7EF4B013BCA5153C9EAC992BF6ECD6 /* ApphudPlacement.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDFC9D0A75CB68611CECF88F119029FF /* ApphudPlacement.swift */; }; + 72CAAB9257B4E4A29EA5BC0F50F445C8 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 29CE0B2B8A808B916BF3C948DA54366F /* PrivacyInfo.xcprivacy */; }; + 784E275840C4BAA967397AD056ABF15E /* ApphudNonRenewingPurchase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B73CF45338D2003C0172FD21681FA0B2 /* ApphudNonRenewingPurchase.swift */; }; + 84FD9FA269B14ABCA0DEED391F8FAB6C /* ApphudInternal+Currency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B53BD49343161333C3EF1C83C64C6B2 /* ApphudInternal+Currency.swift */; }; + 8F3C90B3E4D6893186EAAD166205CA3A /* ApphudSDK-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDC510066BF9CCE27CD2436F3A958BA /* ApphudSDK-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93D170ADF7AC7CBEE78966BED1DECABF /* ApphudLoggerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A72AE19486C06C4807AEA92C553C60B /* ApphudLoggerService.swift */; }; + 93E04AE4495F460A70020790DC698596 /* ApphudInternal+Attribution.swift in Sources */ = {isa = PBXBuildFile; fileRef = 085D742CF52BA4858CE201152231FA49 /* ApphudInternal+Attribution.swift */; }; + 945DB81774CE8892F1B653A51FAA35FF /* ApphudScreenController+Macros.swift in Sources */ = {isa = PBXBuildFile; fileRef = 162AC9716DCC86FC22CFACB81E2CE16F /* ApphudScreenController+Macros.swift */; }; + 94AA2D589C9FF28F34A3F0DF48B0CBF5 /* ApphudRulesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A67E56AE5FBC818C04B86D558D52C2 /* ApphudRulesManager.swift */; }; + 969A525D69A16CEED1931BB1844A1772 /* ApphudStoreKitWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CEEF8CEE576176F5B5D07E7E277A56 /* ApphudStoreKitWrapper.swift */; }; + 9C58A91D95B6471F786EE84F87C11752 /* ApphudSafeSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA5DD8C3882AC2281BB32668B583907D /* ApphudSafeSet.swift */; }; + 9C988FC2F62E161ED8BDA2E935216FF1 /* ApphudInternal+Fallback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48890E4124D92A0311BF720F26443ED7 /* ApphudInternal+Fallback.swift */; }; + 9EC3F5B1BDBF8F1EB762C69D4592C264 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE38071E84A9951B95FEECBEA926D5C /* StoreKit.framework */; }; + 9F1A955AE9C242E38D0277BDF8D971E9 /* ApphudReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = B60DD9F51186EC137BD2AEC733A4527E /* ApphudReceipt.swift */; }; + A8980381868210D2F3B2A3747D99CD39 /* ApphudInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CDB3F749EAB02F8D6618AE6CE90C9D /* ApphudInternal.swift */; }; BAFEFDDA4AE448DC9730AD67A92A43D0 /* Pods-ApphudDemoSwiftUI-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C37479E5DEE782C5FFD6B087907AFBC6 /* Pods-ApphudDemoSwiftUI-dummy.m */; }; - BB0CD59BFE309EA76BF5280C4E205E8C /* ApphudHttpClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1392386470C99E33060E36D573E5C379 /* ApphudHttpClient.swift */; }; - D8A77A7CBAECF0AC1AEC891C9ABA13C1 /* ApphudInternal+UserUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8ABAA9D04954DF17AEA0491F29807F9 /* ApphudInternal+UserUpdate.swift */; }; - DC84ED9CE012F1D60CE5634739190BE0 /* ApphudDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1D48805EEDE03D260B094B8D652926 /* ApphudDelegate.swift */; }; - DD8269095724BBACE6B5B53E1D4BB930 /* ApphudSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 910E5896E493B196092777D930AFAB65 /* ApphudSubscription.swift */; }; - E2DA157D6DF6FD342FA04153424BD95C /* ApphudSDK-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F614E24DFC6F4A7F014977BC8DC19C9 /* ApphudSDK-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB1E4801B93BB000255AF389202C2C2F /* ApphudRulesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31C8A3746C54254A3828DFC9F82C0BB /* ApphudRulesManager.swift */; }; - ECB19B5496827DD79B49ED97ED51A34A /* ApphudNonRenewingPurchase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D46C838BBBAC8D3288991C888A61571 /* ApphudNonRenewingPurchase.swift */; }; + C07134DF171C2140F65688D1B9F319FE /* ApphudInternal+Purchase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C912696761D3D27826232895A225A12F /* ApphudInternal+Purchase.swift */; }; + D395B88D7CF5D0C315F5A18BB88613CB /* ApphudEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = C680DDD17C66A0837A05E441ACA763E5 /* ApphudEnums.swift */; }; + D4DF037EBC350E029BD737D3A31B8C39 /* ApphudUserPropertyKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2101739BDFA10B1237B5CCF11B6BF9B5 /* ApphudUserPropertyKey.swift */; }; + D91001AA1D90C222BA2C7902335CEC43 /* ApphudExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA064033A3028BB046015A9B1D1F3155 /* ApphudExtensions.swift */; }; + D9D292E9066FCBBC5DA5A5C0CE7611E8 /* ApphudError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7E35DF376F79D6B45D397BBEE64B0C6 /* ApphudError.swift */; }; + E0CFCE116AFD98EA58A369F209A36F29 /* ApphudUserProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3A75253D4FB7338D10F4F836EAFB0C6 /* ApphudUserProperty.swift */; }; + E13F9E4783A165C0713BCD700384B5EC /* ApphudNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECE87EA7FB75C2866D5182FA0EFC938C /* ApphudNavigationController.swift */; }; + E140D1977C289029DFEE80F15DCAC25B /* ApphudScreenController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A24BE678E8F6F7EA6C3A83FC3498547 /* ApphudScreenController+Extensions.swift */; }; + EB8C8951C91A73DC322893F20E7A53DC /* ApphudScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BDB3345AE57E49FDA822D04ACA1920C /* ApphudScreen.swift */; }; + EB9E162F7A44B0FA4737C008F953F205 /* ApphudScreenController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A5BDCCFB97C4A6C753B5299EA42FCB1 /* ApphudScreenController.swift */; }; + EE4710EBE32801216A77470EB5B7F024 /* ApphudSDK-ApphudSDK in Resources */ = {isa = PBXBuildFile; fileRef = FDC773E39B7E921785F22CF4DB1C31F5 /* ApphudSDK-ApphudSDK */; }; + F48C655AEAA893D6604C3FAB80F31F4C /* ApphudProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E749883F6DEBB66E20C2727048FC723 /* ApphudProduct.swift */; }; + F5F5D64FD07071AAE782D96CED648C4F /* ApphudUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47EEF4257913C923472FE5C3B860AEDA /* ApphudUser.swift */; }; + F7EF7EDD75D4F1BCE2F748F7E9390A71 /* Apphud.swift in Sources */ = {isa = PBXBuildFile; fileRef = EED8E44DAAFF0AB3365376DBB3984F57 /* Apphud.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 482D0A0CD667553D6B409863DA0EB5B8 /* PBXContainerItemProxy */ = { + 8B98FC7C3A3F17F48483E6DA254EDD63 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 343DC10EADFFDC93272E42B403A64D9F; remoteInfo = ApphudSDK; }; + F9D95C5A3361459063178A8F74412914 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 38EC234C697A4C00957FAF0E2787FD69; + remoteInfo = "ApphudSDK-ApphudSDK"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 002B5679BF4CFDB62344F4CCDC2A0D7A /* ApphudAsyncPurchaseResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudAsyncPurchaseResult.swift; sourceTree = ""; }; + 008D54A202F620E8316EB59B0EC4F566 /* apphudshouldperformrule(rule:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudshouldperformrule(rule:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudshouldperformrule(rule:).json"; sourceTree = ""; }; + 014E0692C89B2AF42770D5E116F2361F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/transaction/index.html; sourceTree = ""; }; + 02399FEB704630405B7AE438AA7CF977 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/name/index.html; sourceTree = ""; }; + 024586CFDAE592E55A5D8CD3179AC5B7 /* settings.json */ = {isa = PBXFileReference; includeInIndex = 1; name = settings.json; path = docs/data/documentation/apphudsdk/apphudplacementid/settings.json; sourceTree = ""; }; + 028D35A84C55F00BA60BF0A6705CA2FB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidfailpurchase(product:offerid:errorcode:screenname:)/index.html"; sourceTree = ""; }; + 03009DEC2E0818269568C57167648E6A /* highlight-js-perl.757d7b6f.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-perl.757d7b6f.js"; path = "docs/js/highlight-js-perl.757d7b6f.js"; sourceTree = ""; }; + 04407D420541691145D622EE75E70F0D /* setuserproperty(key:value:setonce:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setuserproperty(key:value:setonce:).json"; path = "docs/data/documentation/apphudsdk/apphud/setuserproperty(key:value:setonce:).json"; sourceTree = ""; }; + 05CA18871F62F07DF6C54AFC569C6FCF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/trial/index.html; sourceTree = ""; }; + 0603E1E25E0CE9C8C4B89FA71510FAD3 /* didupdatenotification().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "didupdatenotification().json"; path = "docs/data/documentation/apphudsdk/apphud/didupdatenotification().json"; sourceTree = ""; }; + 063729D1498C1DB8F6ED9217E77BBA9F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/sdktype/index.html; sourceTree = ""; }; + 067D474D8EBB26DB84E7C02006525DF6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywalls()/index.html"; sourceTree = ""; }; + 0691BD283D5E0FC41FE1471FDDAC60CF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/issandbox()/index.html"; sourceTree = ""; }; + 06E259B0388AC4C76366460CDC58C8F3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/placement(_:)/index.html"; sourceTree = ""; }; + 073A66F2D05BA4AB1925FB518261461A /* hasaccess.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hasaccess.json; path = docs/data/documentation/apphudsdk/apphudgroup/hasaccess.json; sourceTree = ""; }; + 0783C62828F8733B3DC5F0CBD1B2E5FF /* paywallsdidfullyload(paywalls:)-6z8g8.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallsdidfullyload(paywalls:)-6z8g8.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)-6z8g8.json"; sourceTree = ""; }; + 07C2AFAFE975F5FBD82E7DA529AE72BE /* doswizzle().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "doswizzle().json"; path = "docs/data/documentation/apphudsdk/storekit/skpaymentqueue/doswizzle().json"; sourceTree = ""; }; + 082709C2ADC9E6FB32E115496AB65F39 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/submitpushnotificationstoken(token:callback:)/index.html"; sourceTree = ""; }; + 085D742CF52BA4858CE201152231FA49 /* ApphudInternal+Attribution.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Attribution.swift"; sourceTree = ""; }; + 09497F5647E33C672FCFDF2A1CA0D878 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/content/index.html; sourceTree = ""; }; + 096909D8E8F14AFD4D6B7E34BD6CD41D /* apphudproduct.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudproduct.json; path = docs/data/documentation/apphudsdk/apphudproduct.json; sourceTree = ""; }; + 0A3FE24294425064ED8741CA78B16B80 /* subscription.json */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/subscription.json; sourceTree = ""; }; + 0A4519520922564312791C2A2A2BA9E2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywall(_:)/index.html"; sourceTree = ""; }; + 0AE10E6E8A8D0455358721BFC7480014 /* sdktype.json */ = {isa = PBXFileReference; includeInIndex = 1; name = sdktype.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/sdktype.json; sourceTree = ""; }; + 0BE100E6AB3D59618223D15D75FF46C8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/cohort/index.html; sourceTree = ""; }; + 0C20EEA4F0D3D52571A698E40C7447DF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/products/index.html; sourceTree = ""; }; + 0CBE118DFA2EA7C45DD558804525B418 /* highlight-js-css.75eab1fe.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-css.75eab1fe.js"; path = "docs/js/highlight-js-css.75eab1fe.js"; sourceTree = ""; }; + 0D698C1E14A93F2D6D7A6DF591E418B9 /* toolbar.json */ = {isa = PBXFileReference; includeInIndex = 1; name = toolbar.json; path = docs/data/documentation/apphudsdk/apphudplacementid/toolbar.json; sourceTree = ""; }; + 0D7BF507A885AE46364638D72F9A8439 /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; name = products.json; path = docs/data/documentation/apphudsdk/apphud/products.json; sourceTree = ""; }; + 0DC17CC719CCBB8F9E86D379BEEB7295 /* post_customers_timeout.json */ = {isa = PBXFileReference; includeInIndex = 1; name = post_customers_timeout.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/post_customers_timeout.json; sourceTree = ""; }; 0DE38071E84A9951B95FEECBEA926D5C /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/StoreKit.framework; sourceTree = DEVELOPER_DIR; }; + 0E1874EFE93ED6550460B3CE6C493CD8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/banner/index.html; sourceTree = ""; }; + 0E60DE1C098B31AAB4A55E9BC000B00F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/nonrenewingpurchase/index.html; sourceTree = ""; }; + 0F014411005CA5BE24BD546AE3AF55A4 /* documentation-topic.57e91f8a.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic.57e91f8a.js"; path = "docs/js/documentation-topic.57e91f8a.js"; sourceTree = ""; }; + 0F35F82DCE95231391231739A73BB479 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)-1ym71/index.html"; sourceTree = ""; }; + 0F4CFDF24635A88A286701A40A9C996D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscription/isactive()/index.html"; sourceTree = ""; }; + 0F9C67A4BB7C83C6DE125A0E964B8C4A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduser/purchases/index.html; sourceTree = ""; }; + 10AD1DB69B28A5CBC51635D405FB0B03 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/equatable-implementations.json"; sourceTree = ""; }; + 1100B28DF969F76C9FC25A4CEBA32DDE /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/hashvalue.json; sourceTree = ""; }; + 110C19DA111A0185DC88A3970D3BFDAE /* paywallsdidfullyload(paywalls:)-3kcab.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallsdidfullyload(paywalls:)-3kcab.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)-3kcab.json"; sourceTree = ""; }; 116B608BECADE7354BEF4977EBA361C6 /* ApphudSDK */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ApphudSDK; path = ApphudSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1188F0A314C7D950ECF77C8608430D23 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/grace/index.html; sourceTree = ""; }; + 1211A4BDD940C97835730DD0675A4395 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuddelegate/index.html; sourceTree = ""; }; 123521031CE665DF0EDEED803D6CFBA0 /* Pods-ApphudDemoSwiftUI-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ApphudDemoSwiftUI-Info.plist"; sourceTree = ""; }; - 12BB531E6E3BBEEA5083288F16E2FAA5 /* ApphudProduct.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudProduct.swift; sourceTree = ""; }; - 1392386470C99E33060E36D573E5C379 /* ApphudHttpClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudHttpClient.swift; sourceTree = ""; }; - 1A770129F0CD81344DE4C7E7E83FDC42 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 1AD75F0709BFD8AA398F06C7A3DA1AD8 /* ApphudSDK-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ApphudSDK-dummy.m"; sourceTree = ""; }; - 1B40C7244584708E1A6514992A413709 /* ApphudRule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudRule.swift; sourceTree = ""; }; - 1F953BE5F8B5575A775B7A5D92D998D3 /* ApphudSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ApphudSDK.debug.xcconfig; sourceTree = ""; }; - 27448C5FCBB27AB270B787EDEA529179 /* ApphudPaywall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPaywall.swift; sourceTree = ""; }; - 2802A2C12B280C2100F29C5C /* ApphudEnums.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudEnums.swift; sourceTree = ""; }; - 28714CC02B3F223300899013 /* ApphudDataActor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudDataActor.swift; sourceTree = ""; }; - 28714CC22B3F224900899013 /* ApphudUser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudUser.swift; sourceTree = ""; }; - 28B081042B19DBAF0003E2E8 /* ApphudInternal+Currency.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Currency.swift"; sourceTree = ""; }; - 28B081062B19DBCE0003E2E8 /* ApphudProductsStorage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudProductsStorage.swift; sourceTree = ""; }; - 28B081082B19DBDB0003E2E8 /* ApphudPlacement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudPlacement.swift; sourceTree = ""; }; - 28B0810A2B19DBEE0003E2E8 /* ApphudSafeSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudSafeSet.swift; sourceTree = ""; }; - 28B0810C2B19DC020003E2E8 /* ApphudURLSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApphudURLSession.swift; sourceTree = ""; }; - 28D479212AC5289E00AA34B4 /* ApphudInternal+Fallback.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Fallback.swift"; sourceTree = ""; }; - 2A1344230843FA475B78B116C7F90762 /* ApphudNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudNavigationController.swift; sourceTree = ""; }; + 1289D41F4177F716CDE193B07CD7532F /* skpaymentqueue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = skpaymentqueue.json; path = docs/data/documentation/apphudsdk/storekit/skpaymentqueue.json; sourceTree = ""; }; + 12A21FA2529DB79AA03453CE930086DE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/closeonly/index.html; sourceTree = ""; }; + 132BE9D913D7A5ECC13EE4ED9E4CC63A /* shared.json */ = {isa = PBXFileReference; includeInIndex = 1; name = shared.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/shared.json; sourceTree = ""; }; + 13A26CA6DDE9AE64E7873E49350C031A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/product()/index.html"; sourceTree = ""; }; + 13F2D492A3E930D6FE52384B8A6058D2 /* ApphudInternal+Eligibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Eligibility.swift"; sourceTree = ""; }; + 1435BDE4AE0A868BE4557118957A0E9E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/userdidload(user:)-4qpvb/index.html"; sourceTree = ""; }; + 1444C0C5C44683AFC90AB432E437629E /* originalpurchasedate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = originalpurchasedate.json; path = docs/data/documentation/apphudsdk/apphudreceipt/originalpurchasedate.json; sourceTree = ""; }; + 144BE9096DCCDDE79527F9AB02C65EF1 /* apphud.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphud.json; path = docs/data/documentation/apphudsdk/apphud.json; sourceTree = ""; }; + 1506C85E5639DD89865EDB66E5B3DE02 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywall/encode(to:)/index.html"; sourceTree = ""; }; + 1526EAB5263B5C6A935A16F043BAF7CA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/product(productidentifier:)/index.html"; sourceTree = ""; }; + 15550EA376AC3EFDBA41A0BDC10F6504 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/hash(into:).json"; sourceTree = ""; }; + 162AC9716DCC86FC22CFACB81E2CE16F /* ApphudScreenController+Macros.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudScreenController+Macros.swift"; sourceTree = ""; }; + 16425FD806658D16C69CCB272FA90F63 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/restorepurchases()/index.html"; sourceTree = ""; }; + 165AB46CE58D701493D99ACBFA6A425B /* added-icon.d6f7e47d.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "added-icon.d6f7e47d.svg"; path = "docs/img/added-icon.d6f7e47d.svg"; sourceTree = ""; }; + 16EFFD9AE01D4253C1184144A87301EC /* none.json */ = {isa = PBXFileReference; includeInIndex = 1; name = none.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/none.json; sourceTree = ""; }; + 16FF92735AC6737F82D24E34BF16F842 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/enabledebuglogs()/index.html"; sourceTree = ""; }; + 173AE5280125D220FA3E16CA05083F80 /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; name = products.json; path = docs/data/documentation/apphudsdk/apphudgroup/products.json; sourceTree = ""; }; + 173C14F859C4E40519D229CA0C0F5535 /* nonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; name = nonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/nonrenewingpurchase.json; sourceTree = ""; }; + 18147463BB6A164A3644163366D64BE7 /* onboarding.json */ = {isa = PBXFileReference; includeInIndex = 1; name = onboarding.json; path = docs/data/documentation/apphudsdk/apphudplacementid/onboarding.json; sourceTree = ""; }; + 18276EF3E3B6C210DCCF4E07FA97025E /* start(apikey:userid:observermode:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "start(apikey:userid:observermode:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/start(apikey:userid:observermode:callback:).json"; sourceTree = ""; }; + 18CFB2C1117552A9ABAFFC63324CF918 /* apphuduserpropertykey.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuduserpropertykey.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey.json; sourceTree = ""; }; + 195357488A01DAE1AC7FA6090CEAFD30 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/handlepushnotification(apsinfo:)/index.html"; sourceTree = ""; }; + 19B425BF3F7D2ADFC109B7059754F2BE /* ApphudAsyncPurchaseResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudAsyncPurchaseResult.swift; sourceTree = ""; }; + 19C0F0094B5BD9AA3D04CCC48614F1D6 /* closeonly.json */ = {isa = PBXFileReference; includeInIndex = 1; name = closeonly.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/closeonly.json; sourceTree = ""; }; + 19D9A425383EA2A5A5B9E1BDAD40A553 /* apphudpurchaseresult.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudpurchaseresult.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult.json; sourceTree = ""; }; + 1CE5FBFB1F474213F7CE78C57C5BA1A1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/init(rawvalue:)/index.html"; sourceTree = ""; }; + 1D020016E6D8FF41505F7402E94FD1D4 /* regular.json */ = {isa = PBXFileReference; includeInIndex = 1; name = regular.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/regular.json; sourceTree = ""; }; + 1D298791C8A01BA534EB135B39E5D476 /* isactive().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "isactive().json"; path = "docs/data/documentation/apphudsdk/apphudsubscription/isactive().json"; sourceTree = ""; }; + 1DF56EF80F74A3459F0080EE079FB74F /* ApphudSubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudSubscription.swift; sourceTree = ""; }; + 1E09462F0374FD677EAAEA9BCD99E285 /* highlight-js-http.163e45b6.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-http.163e45b6.js"; path = "docs/js/highlight-js-http.163e45b6.js"; sourceTree = ""; }; + 1E3353EB3C43C185C9021238A355D41B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilityforpromotionaloffer(product:callback:)/index.html"; sourceTree = ""; }; + 1E47754BAD63C2309C77373F7CDC664F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + 1E5BA151B0E4C91D9B255647EBF2816E /* checkeligibilitiesforintroductoryoffers(products:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "checkeligibilitiesforintroductoryoffers(products:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilitiesforintroductoryoffers(products:callback:).json"; sourceTree = ""; }; + 1E749883F6DEBB66E20C2727048FC723 /* ApphudProduct.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudProduct.swift; sourceTree = ""; }; + 1EAD0EE052523DE3FEFCA44469868540 /* refunded.json */ = {isa = PBXFileReference; includeInIndex = 1; name = refunded.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/refunded.json; sourceTree = ""; }; + 1EE86E172561D73C8C074C8329F2C34A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/grantpromotional(dayscount:productid:permissiongroup:callback:)/index.html"; sourceTree = ""; }; + 1EF802845269F04C107A41EBC2AE51FA /* subscription.json */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/subscription.json; sourceTree = ""; }; + 1F18C1956F31BD35D9B31EB99AC99157 /* chunk-2d0d3105.cd72cc8e.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "chunk-2d0d3105.cd72cc8e.js"; path = "docs/js/chunk-2d0d3105.cd72cc8e.js"; sourceTree = ""; }; + 1F8343A3D344CC870CD5BFB50C56F429 /* success.json */ = {isa = PBXFileReference; includeInIndex = 1; name = success.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/success.json; sourceTree = ""; }; + 2101739BDFA10B1237B5CCF11B6BF9B5 /* ApphudUserPropertyKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUserPropertyKey.swift; sourceTree = ""; }; + 2268DDCA81B98AA71FB391162164767B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/productid/index.html; sourceTree = ""; }; + 22EF86438327D6C5A91BD14F81D360EF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/!=(_:_:)/index.html"; sourceTree = ""; }; + 23C7C5C0C087459FEED913D8272CC07F /* paywallshown(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallshown(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallshown(_:).json"; sourceTree = ""; }; + 23CA9C0DCDA6F6156CBCE7B7A800436A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/expired/index.html; sourceTree = ""; }; + 23FA219A22FACC06A87812A611F352D6 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/hash(into:).json"; sourceTree = ""; }; + 249558F2ABC8A8185C9CD5BD2EA3AACE /* appleadsattribution.json */ = {isa = PBXFileReference; includeInIndex = 1; name = appleadsattribution.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/appleadsattribution.json; sourceTree = ""; }; + 266D257C56DFAC3AC85D06C0CD3952AA /* highlight-js-llvm.6100b125.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-llvm.6100b125.js"; path = "docs/js/highlight-js-llvm.6100b125.js"; sourceTree = ""; }; + 267655B6249776C6B589AE73326E7296 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilitiesforpromotionaloffers(products:callback:)/index.html"; sourceTree = ""; }; + 27117269D565EDEA59DA21638008780A /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = name.json; path = docs/data/documentation/apphudsdk/apphudscreen/name.json; sourceTree = ""; }; + 2768DF604F01E92C5ABCE5D4E23598EB /* apphuddidselectsurveyanswer(question:answer:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidselectsurveyanswer(question:answer:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidselectsurveyanswer(question:answer:screenname:).json"; sourceTree = ""; }; + 27C4261FEB69CFEACB86AFE276BB5CCC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/islocal/index.html; sourceTree = ""; }; + 28176462C360E2776B8D05064D67EE42 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudplacementid/hashvalue.json; sourceTree = ""; }; + 2948C1B3587A815F8DAA931B966D72DE /* subscription().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "subscription().json"; path = "docs/data/documentation/apphudsdk/apphud/subscription().json"; sourceTree = ""; }; + 2959BC458927E9297C60C1D7B81EF74B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setdelegate(_:)/index.html"; sourceTree = ""; }; + 29A2517D0C9F35F4A3DB023A9E58CB3C /* apphudscreen.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudscreen.json; path = docs/data/documentation/apphudsdk/apphudscreen.json; sourceTree = ""; }; + 29CE0B2B8A808B916BF3C948DA54366F /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 2A33029EB167B6F8CCFE0F4AF7FCA839 /* apphudattributionproviderapplesearchads.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudattributionproviderapplesearchads.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/apphudattributionproviderapplesearchads.json; sourceTree = ""; }; + 2A3F56B6D185D7043AC1E302F184E81B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/rawjson/index.html; sourceTree = ""; }; + 2A75F10083B287B85FCEC14270D0421A /* description.json */ = {isa = PBXFileReference; includeInIndex = 1; name = description.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/description.json; sourceTree = ""; }; + 2AB5994F1753E808A3575C603F9F8795 /* init(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(_:).json"; path = "docs/data/documentation/apphudsdk/apphuduserpropertykey/init(_:).json"; sourceTree = ""; }; + 2AB9B5CC63022235251CB2F969A82A1F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/!=(_:_:)/index.html"; sourceTree = ""; }; + 2AC0379CC403AC91D9A450F67D90DCCD /* home.json */ = {isa = PBXFileReference; includeInIndex = 1; name = home.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/home.json; sourceTree = ""; }; + 2AD9F574C45A23A66EA9F3020AF8E96B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/onboarding/index.html; sourceTree = ""; }; + 2B9739A589D08641356B386A99295362 /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/rawrepresentable-implementations.json"; sourceTree = ""; }; + 2B973B14902D7BFB084027DE53C7BC78 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchproducts(_:)/index.html"; sourceTree = ""; }; + 2BDB3345AE57E49FDA822D04ACA1920C /* ApphudScreen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudScreen.swift; sourceTree = ""; }; + 2BDC510066BF9CCE27CD2436F3A958BA /* ApphudSDK-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ApphudSDK-umbrella.h"; sourceTree = ""; }; + 2E54D1E219B94441EAE8F0D8A340D52F /* enablealllogs().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "enablealllogs().json"; path = "docs/data/documentation/apphudsdk/apphudutils/enablealllogs().json"; sourceTree = ""; }; + 2E6CD93C1F9B11D00DF848817B739D51 /* purchase(_:callback:)-9oi.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:callback:)-9oi.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:callback:)-9oi.json"; sourceTree = ""; }; + 2F22F6EB8109E96B870906147CC581F3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/storekit/skpaymentqueue/index.html; sourceTree = ""; }; 2F4ECE1A3CB6A77B4B78B908C71BF55F /* Pods-ApphudDemoSwiftUI */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-ApphudDemoSwiftUI"; path = Pods_ApphudDemoSwiftUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2F8E6A654557C9FFF12A98C8EBB3AAE6 /* apphuddidfailpurchase(product:offerid:errorcode:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidfailpurchase(product:offerid:errorcode:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidfailpurchase(product:offerid:errorcode:screenname:).json"; sourceTree = ""; }; + 2F9AC5FDAB6AF89BB0F34D5D3E1EF6E0 /* ApphudSDK-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ApphudSDK-prefix.pch"; sourceTree = ""; }; + 2FB0D59D4B0054F3E0C7D1CDC821C789 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/start(apikey:userid:observermode:callback:)/index.html"; sourceTree = ""; }; + 2FBCABA11F2EDF54EA2565CBC82B3921 /* receiptcreationdate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = receiptcreationdate.json; path = docs/data/documentation/apphudsdk/apphudreceipt/receiptcreationdate.json; sourceTree = ""; }; 308D49B225DC2927B6C09B24C54822B0 /* Pods-ApphudDemoSwiftUI-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ApphudDemoSwiftUI-frameworks.sh"; sourceTree = ""; }; - 38110B8C5E6EE0B2F431954BF53DDFD8 /* ApphudInternal+Attribution.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Attribution.swift"; sourceTree = ""; }; - 3D46C838BBBAC8D3288991C888A61571 /* ApphudNonRenewingPurchase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudNonRenewingPurchase.swift; sourceTree = ""; }; + 30C78DFFD7D26B58CC3D87CBEBEFCCFB /* main.json */ = {isa = PBXFileReference; includeInIndex = 1; name = main.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/main.json; sourceTree = ""; }; + 30ECEEE6CE669EA863A8FF76691454DA /* apphuddidchangeuserid(_:)-2g2jg.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidchangeuserid(_:)-2g2jg.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)-2g2jg.json"; sourceTree = ""; }; + 3175EA9D55BE38EADB466E593EDF56EB /* phone.json */ = {isa = PBXFileReference; includeInIndex = 1; name = phone.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/phone.json; sourceTree = ""; }; + 31FDABDFDB88B7E02AB98BFFE87125E7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = ""; }; + 32623129AFA41B83C0466FCE4F99CE8A /* setuidelegate(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setuidelegate(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setuidelegate(_:).json"; sourceTree = ""; }; + 32FD3AFB1E34DA49F885AEAACB7BC959 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)-31k4/index.html"; sourceTree = ""; }; + 3314A4FA46CB720929BCA4528A0C4438 /* deprecated-icon.015b4f17.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "deprecated-icon.015b4f17.svg"; path = "docs/img/deprecated-icon.015b4f17.svg"; sourceTree = ""; }; + 3337DBDAF95A8366D8929CD8F8C2490F /* purchase(_:ispurchasing:)-3cisu.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:ispurchasing:)-3cisu.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-3cisu.json"; sourceTree = ""; }; + 3365343DADB7AE677540DA040C2CA871 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/thankandclose/index.html; sourceTree = ""; }; + 345ED2757FF93DBF583EB3B5675B60BC /* purchases.json */ = {isa = PBXFileReference; includeInIndex = 1; name = purchases.json; path = docs/data/documentation/apphudsdk/apphuduser/purchases.json; sourceTree = ""; }; + 34979BAE2D3FDDDA5C263A3CF65B84F3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/settings/index.html; sourceTree = ""; }; + 34A5786B239964C5551DE942489F4974 /* paywallid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = paywallid.json; path = docs/data/documentation/apphudsdk/apphudproduct/paywallid.json; sourceTree = ""; }; + 359B32B858520378350BA3818AB41D64 /* checkeligibilityforintroductoryoffer(product:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "checkeligibilityforintroductoryoffer(product:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilityforintroductoryoffer(product:callback:).json"; sourceTree = ""; }; + 361D73909D6C52298C61B595A651210A /* topic.d8c126f3.css */ = {isa = PBXFileReference; includeInIndex = 1; name = topic.d8c126f3.css; path = docs/css/topic.d8c126f3.css; sourceTree = ""; }; + 368B329004C767C16A5608CDDFFA3265 /* firebase.json */ = {isa = PBXFileReference; includeInIndex = 1; name = firebase.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/firebase.json; sourceTree = ""; }; + 369BEAFCFF9BC7A58CFFDD1B827232C7 /* ApphudSDK.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ApphudSDK.modulemap; sourceTree = ""; }; + 36AE5FAB553DFAF42C35954D24CFBDAE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/willpurchaseproductfrom(paywallidentifier:placementidentifier:)/index.html"; sourceTree = ""; }; + 36B50EFAF4A169C0CA3FD605815601B3 /* highlight-js-diff.62d66733.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-diff.62d66733.js"; path = "docs/js/highlight-js-diff.62d66733.js"; sourceTree = ""; }; + 36CC9495AD2217A6DF0A8F1D2042505E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/hashvalue/index.html; sourceTree = ""; }; + 36D79478ECC9733486231FA739C5F4EB /* apphudsubscriptionsupdated(_:)-2uxsb.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudsubscriptionsupdated(_:)-2uxsb.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)-2uxsb.json"; sourceTree = ""; }; + 36F497638F4EEF62F95504F0A4A26154 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/sdkversion/index.html; sourceTree = ""; }; + 377E20A6462D5216988F69A7A2650A9E /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/equatable-implementations.json"; sourceTree = ""; }; + 3864B111C3B13CF474553D5CE16FC2A8 /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/!=(_:_:).json"; sourceTree = ""; }; + 38969F41CB8787E0D33789D2B58EB335 /* settings.json */ = {isa = PBXFileReference; includeInIndex = 1; name = settings.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/settings.json; sourceTree = ""; }; + 38A2A8B546C4CFD4D3EBBFA129CFA673 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/hash(into:)/index.html"; sourceTree = ""; }; + 3901C01DEE501E5C9B000A97310144CA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduser/init(from:)/index.html"; sourceTree = ""; }; + 393D1CEBDEF493CFB8C95B5B4451D32F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/index.html; sourceTree = ""; }; + 3990AFF4347B18E3CF8D2CF42142D020 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/issandbox/index.html; sourceTree = ""; }; + 3A24BE678E8F6F7EA6C3A83FC3498547 /* ApphudScreenController+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudScreenController+Extensions.swift"; sourceTree = ""; }; + 3B644FC8B9B4CBDB5AC68ED5DE2EFEC3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/custom/index.html; sourceTree = ""; }; + 3C0483E8EC3AF968F35BA644BF15F08B /* deviceid().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "deviceid().json"; path = "docs/data/documentation/apphudsdk/apphud/deviceid().json"; sourceTree = ""; }; + 3C149CFD39640F215F44623DA7681B7A /* expired.json */ = {isa = PBXFileReference; includeInIndex = 1; name = expired.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/expired.json; sourceTree = ""; }; + 3DE9EC49349B9B34FF916BBC7402A72A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilitiesforintroductoryoffers(products:callback:)/index.html"; sourceTree = ""; }; + 3FE29F51F616021B1258CEBC6E5AF007 /* restorepurchases(callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "restorepurchases(callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/restorepurchases(callback:).json"; sourceTree = ""; }; + 4020676492E90E7FEF5BAAE3E71ABA16 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/init(from:)/index.html"; sourceTree = ""; }; + 40ABA592859B2FABFCD774672AFD3781 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduser/rawplacements()/index.html"; sourceTree = ""; }; + 40F1B25D81CB7D7E08E7B20AE16662A1 /* applicationversion.json */ = {isa = PBXFileReference; includeInIndex = 1; name = applicationversion.json; path = docs/data/documentation/apphudsdk/apphudreceipt/applicationversion.json; sourceTree = ""; }; + 411CBFF4F9C100A2C7790566408E4A5C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudwillpurchase(product:offerid:screenname:)/index.html"; sourceTree = ""; }; + 413679316365FCBA2324529564BCE6DB /* skproduct.json */ = {isa = PBXFileReference; includeInIndex = 1; name = skproduct.json; path = docs/data/documentation/apphudsdk/apphudproduct/skproduct.json; sourceTree = ""; }; 423D44AA006E5E9F48375DBE709115EF /* Pods-ApphudDemoSwiftUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ApphudDemoSwiftUI.release.xcconfig"; sourceTree = ""; }; - 43D1D92C0A0E32000945066FE469C6A3 /* ApphudScreenController+Macros.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudScreenController+Macros.swift"; sourceTree = ""; }; - 47F142CE560A0A2800083423ED2755E5 /* ApphudUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUtils.swift; sourceTree = ""; }; + 424D0A7060D3CEDA85F78CB8F7FD91FB /* documentation-topic~topic~tutorials-overview.d6f5411c.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic~topic~tutorials-overview.d6f5411c.css"; path = "docs/css/documentation-topic~topic~tutorials-overview.d6f5411c.css"; sourceTree = ""; }; + 424D43FCD8EA7B21982FA31F5519ACB6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/appstorereceipt()/index.html"; sourceTree = ""; }; + 428A9EFB4CF75C66AD27A02ABAA57ADC /* no-image@2x.df2a0a50.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "no-image@2x.df2a0a50.png"; path = "docs/img/no-image@2x.df2a0a50.png"; sourceTree = ""; }; + 42ED5018E2F7200F2C57B369F4A0EAA2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/productid/index.html; sourceTree = ""; }; + 438BF06F2A74C8404EB4D6745FC67C85 /* onboarding.json */ = {isa = PBXFileReference; includeInIndex = 1; name = onboarding.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/onboarding.json; sourceTree = ""; }; + 4393713A592135FF545132018FCF8907 /* apphuduser.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuduser.json; path = docs/data/documentation/apphudsdk/apphuduser.json; sourceTree = ""; }; + 44FA62CBBFB32E4D51C13542BFD7A233 /* ApphudInternal+Product.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Product.swift"; sourceTree = ""; }; + 4510D2B9512C4299148D0C6E8B4F9943 /* rawplacements().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawplacements().json"; path = "docs/data/documentation/apphudsdk/apphuduser/rawplacements().json"; sourceTree = ""; }; + 46468732640F7C6519D030ADAAB725F1 /* apphuddidchangeuserid(_:)-1dyji.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidchangeuserid(_:)-1dyji.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)-1dyji.json"; sourceTree = ""; }; + 4680526A868C7D85D355AE69E4B11264 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/addattribution(data:from:identifer:callback:)/index.html"; sourceTree = ""; }; + 46A77D92933CE9AF796A90A5BE5A7AFA /* isintroductoryactivated.json */ = {isa = PBXFileReference; includeInIndex = 1; name = isintroductoryactivated.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isintroductoryactivated.json; sourceTree = ""; }; + 474246398D5182D64A2032775F2B2E86 /* paywall.json */ = {isa = PBXFileReference; includeInIndex = 1; name = paywall.json; path = docs/data/documentation/apphudsdk/apphudplacement/paywall.json; sourceTree = ""; }; + 47CCB2C4E482ED74ABD1AC0A6DE25E9F /* error.json */ = {isa = PBXFileReference; includeInIndex = 1; name = error.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/error.json; sourceTree = ""; }; + 47EEF4257913C923472FE5C3B860AEDA /* ApphudUser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUser.swift; sourceTree = ""; }; + 48890E4124D92A0311BF720F26443ED7 /* ApphudInternal+Fallback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Fallback.swift"; sourceTree = ""; }; + 48E231FC13E166082636F7899BA519D9 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/init(from:).json"; sourceTree = ""; }; + 490AE80BB7C754C94C3FB17983753C1F /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/rawrepresentable-implementations.json"; sourceTree = ""; }; + 494C008FA71605FBC944FFC4324038BC /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/equatable-implementations.json"; sourceTree = ""; }; + 494E80E5277957DB16B8A9B286643A8A /* data.mdb */ = {isa = PBXFileReference; includeInIndex = 1; name = data.mdb; path = docs/index/data.mdb; sourceTree = ""; }; + 49E31342D2284C22BB30B615D39956DF /* chunk-c0335d80.76a68cc5.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "chunk-c0335d80.76a68cc5.js"; path = "docs/js/chunk-c0335d80.76a68cc5.js"; sourceTree = ""; }; + 4A72AE19486C06C4807AEA92C553C60B /* ApphudLoggerService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudLoggerService.swift; sourceTree = ""; }; + 4A9E8C86A0BB017E19F0FC3BBF20A602 /* highlight-js-php.cc8d6c27.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-php.cc8d6c27.js"; path = "docs/js/highlight-js-php.cc8d6c27.js"; sourceTree = ""; }; + 4AAC4831978A08427B6D4A3426E4DFE4 /* status.json */ = {isa = PBXFileReference; includeInIndex = 1; name = status.json; path = docs/data/documentation/apphudsdk/apphudsubscription/status.json; sourceTree = ""; }; + 4ACDA65865853461ADCD570D21A9116A /* availability.index */ = {isa = PBXFileReference; includeInIndex = 1; name = availability.index; path = docs/index/availability.index; sourceTree = ""; }; + 4B7965568C4139B584648E4546E1362A /* documentation-topic.1d1eec04.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic.1d1eec04.css"; path = "docs/css/documentation-topic.1d1eec04.css"; sourceTree = ""; }; + 4B7C29FBAE84D7EC4FC8184C855D2CC0 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/hash(into:).json"; sourceTree = ""; }; + 4CCDD0268DD5BF459964C3CE9794280B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacement/paywall/index.html; sourceTree = ""; }; + 4D73B004EC9920EC662D83567C8EE5F3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/checkeligibilityforintroductoryoffer(product:callback:)/index.html"; sourceTree = ""; }; + 4E2209D3B5011BAFB8FED0DF73CA5E85 /* apphudsubscription.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsubscription.json; path = docs/data/documentation/apphudsdk/apphudsubscription.json; sourceTree = ""; }; + 4E6BDAA9BA8D900487C572AD21EF0818 /* highlight-js-scss.62ee18da.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-scss.62ee18da.js"; path = "docs/js/highlight-js-scss.62ee18da.js"; sourceTree = ""; }; + 4E957F333C8E727309BFC51DB01EF0CB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/!=(_:_:)/index.html"; sourceTree = ""; }; + 4EA565F312F3BE9E7E9ABB2FE9CC0AD7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)-2g2jg/index.html"; sourceTree = ""; }; + 4F94B4B54B583206B2568402F0241DE2 /* addattribution(data:from:identifer:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "addattribution(data:from:identifer:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/addattribution(data:from:identifer:callback:).json"; sourceTree = ""; }; + 4FF5D0389EDA0ABA90925E83D8037634 /* documentation-topic~topic~tutorials-overview.90c61522.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic~topic~tutorials-overview.90c61522.js"; path = "docs/js/documentation-topic~topic~tutorials-overview.90c61522.js"; sourceTree = ""; }; + 4FF7EF7F0C537686900CFE09C625EDD3 /* isnonrenewingpurchaseactive(productidentifier:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "isnonrenewingpurchaseactive(productidentifier:).json"; path = "docs/data/documentation/apphudsdk/apphud/isnonrenewingpurchaseactive(productidentifier:).json"; sourceTree = ""; }; + 5035473C6365D81C7E1DC12FC71630C2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/haspremiumaccess()/index.html"; sourceTree = ""; }; + 507D34AAD5FF5F423717811F05DC7186 /* status_bar_color.json */ = {isa = PBXFileReference; includeInIndex = 1; name = status_bar_color.json; path = docs/data/documentation/apphudsdk/apphudscreen/status_bar_color.json; sourceTree = ""; }; + 50AAC84F2C47CA26C4AC965329A45618 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/subscription/index.html; sourceTree = ""; }; + 50BD7CFC68C8225BB742DBA4FF16A5D3 /* ApphudHttpClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudHttpClient.swift; sourceTree = ""; }; + 50CCA75CAB7F1928EEFAD0DC14659911 /* apphuddiddismissscreen(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddiddismissscreen(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddiddismissscreen(controller:).json"; sourceTree = ""; }; + 51921EBBADFBF72D0D85BC6E85C9B5E1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/adjust/index.html; sourceTree = ""; }; + 52A3C8CAAFD975C46231058ED8B893BA /* bundleid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = bundleid.json; path = docs/data/documentation/apphudsdk/apphudreceipt/bundleid.json; sourceTree = ""; }; + 52E6928051297278FE839892BCAE3C5D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreendismissaction(screenname:controller:)/index.html"; sourceTree = ""; }; + 52EA7BFD77E0D973B964EA78B14D421F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/!=(_:_:)/index.html"; sourceTree = ""; }; + 5306D76410930FFF38A52D87654A2556 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)-2mv8h/index.html"; sourceTree = ""; }; + 530CD2E883333B8BFFEC7C6EF8F4FD6C /* enabledebuglogs().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "enabledebuglogs().json"; path = "docs/data/documentation/apphudsdk/apphudutils/enabledebuglogs().json"; sourceTree = ""; }; + 54545EC18695B95A60AD3335B03B4A12 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidchangeuserid(_:)-1dyji/index.html"; sourceTree = ""; }; + 550067A646E91A6261CAE17A3F65A4BB /* optoutoftracking().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "optoutoftracking().json"; path = "docs/data/documentation/apphudsdk/apphud/optoutoftracking().json"; sourceTree = ""; }; 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 632AEC6AA147E8EE2DC0AE1704741A8A /* ApphudLoggerService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudLoggerService.swift; sourceTree = ""; }; - 65E0AE6544959F5006A163A31501E0F4 /* ApphudInternal+Purchase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Purchase.swift"; sourceTree = ""; }; - 700C9ABF3A50F42282ECAE246EB09D89 /* ApphudSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = ApphudSDK.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 559EE726B7A7915A7ABD1CE44CCA644F /* canceledat.json */ = {isa = PBXFileReference; includeInIndex = 1; name = canceledat.json; path = docs/data/documentation/apphudsdk/apphudsubscription/canceledat.json; sourceTree = ""; }; + 55AE6D64A5E82EA8C9EB0CE5E792E859 /* placementsdidfullyload(placements:)-8b6v8.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placementsdidfullyload(placements:)-8b6v8.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/placementsdidfullyload(placements:)-8b6v8.json"; sourceTree = ""; }; + 55C0BF17CC2EC06EE28266E45000B462 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/init(from:)/index.html"; sourceTree = ""; }; + 55F921950743E5FEA4C18714D7AFEACA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/post_customers_timeout/index.html; sourceTree = ""; }; + 56304F38F7D36D19C641552495A95069 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/appsflyer/index.html; sourceTree = ""; }; + 56B160622F72235E1F323BC8EA0B36A0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/objectwillchange/index.html; sourceTree = ""; }; + 57206E20895B1D95833C5B25E9D5B300 /* fetchproducts().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "fetchproducts().json"; path = "docs/data/documentation/apphudsdk/apphud/fetchproducts().json"; sourceTree = ""; }; + 572C8FD48192A94FB0E358F3E0DECBFE /* subscriptions().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "subscriptions().json"; path = "docs/data/documentation/apphudsdk/apphud/subscriptions().json"; sourceTree = ""; }; + 576122F3FDE5C3D0AAD6E5BDFFA778D9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudutils/enabledebuglogs()/index.html"; sourceTree = ""; }; + 57AA8EFE65341009F27EE587D812CA46 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduidelegate/index.html; sourceTree = ""; }; + 57BF52ED00B6057C75394DB83FA29976 /* content.json */ = {isa = PBXFileReference; includeInIndex = 1; name = content.json; path = docs/data/documentation/apphudsdk/apphudplacementid/content.json; sourceTree = ""; }; + 57D1B30751A27BA02C7177600F1837E8 /* developer-og.jpg */ = {isa = PBXFileReference; includeInIndex = 1; name = "developer-og.jpg"; path = "docs/developer-og.jpg"; sourceTree = ""; }; + 57DE43DCA641552F5B69ADEAAFD03D4D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/incrementuserproperty(key:by:)/index.html"; sourceTree = ""; }; + 57ED29131551D43E1CB62801F16A87ED /* apphudnonrenewingpurchasesupdated(_:)-31k4.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudnonrenewingpurchasesupdated(_:)-31k4.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)-31k4.json"; sourceTree = ""; }; + 5826537C112B8A5A054212C0330DA793 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setcustompurchasevalue(_:productid:)/index.html"; sourceTree = ""; }; + 5842525425129C698DF80BAAC9046D76 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/nonrenewingpurchase/index.html; sourceTree = ""; }; + 584EDCC8C9E55B94CDCC7C144E8E6D66 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/bundleid/index.html; sourceTree = ""; }; + 592A1B1AC5058C72403B5B42FF35B77E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/storekit/index.html; sourceTree = ""; }; + 59565C7C84D75DCA2D01B6255C28FBB3 /* apphudscreendismissaction.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudscreendismissaction.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction.json; sourceTree = ""; }; + 59755C62B627DB1279F1E91F1F02547F /* objectwillchange.json */ = {isa = PBXFileReference; includeInIndex = 1; name = objectwillchange.json; path = docs/data/documentation/apphudsdk/apphudpaywall/objectwillchange.json; sourceTree = ""; }; + 599738FB65BF1F44232B5DBCE5B44FB3 /* appstorereceipt().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "appstorereceipt().json"; path = "docs/data/documentation/apphudsdk/apphud/appstorereceipt().json"; sourceTree = ""; }; + 5A24B61DEB0949CA31B9010E63FD415C /* islocal.json */ = {isa = PBXFileReference; includeInIndex = 1; name = islocal.json; path = docs/data/documentation/apphudsdk/apphudsubscription/islocal.json; sourceTree = ""; }; + 5A262D4D8C6FEDB1B7D93B5658EB3E60 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/name/index.html; sourceTree = ""; }; + 5A431866ABF8BA6AF536F8AB99A2C333 /* highlight-js-markdown.90077643.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-markdown.90077643.js"; path = "docs/js/highlight-js-markdown.90077643.js"; sourceTree = ""; }; + 5A7E11BF86D3ACEE0054C10ED08BAED5 /* userdidload(user:)-4f87g.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "userdidload(user:)-4f87g.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/userdidload(user:)-4f87g.json"; sourceTree = ""; }; + 5A8436ABA5744DE3EBA1D290A3DC8E9A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/issandbox/index.html; sourceTree = ""; }; + 5ADB92DF6340549CD5F175C25C478035 /* transaction.json */ = {isa = PBXFileReference; includeInIndex = 1; name = transaction.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/transaction.json; sourceTree = ""; }; + 5B53BD49343161333C3EF1C83C64C6B2 /* ApphudInternal+Currency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Currency.swift"; sourceTree = ""; }; + 5B704695371813E0B858C43CA5EF0D95 /* topic.8cd0c0c4.js */ = {isa = PBXFileReference; includeInIndex = 1; name = topic.8cd0c0c4.js; path = docs/js/topic.8cd0c0c4.js; sourceTree = ""; }; + 5BB67CBE37AB36191F5D55466F26BE2C /* toolbar.json */ = {isa = PBXFileReference; includeInIndex = 1; name = toolbar.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/toolbar.json; sourceTree = ""; }; + 5BD6E143B88155A02C5B0C71180EFC76 /* purchase(_:value:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:value:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:value:callback:).json"; sourceTree = ""; }; + 5BD98BC81F17F016F9CD558983F13C8C /* apphudwillpurchase(product:offerid:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudwillpurchase(product:offerid:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudwillpurchase(product:offerid:screenname:).json"; sourceTree = ""; }; + 5C0F46B77E20381F53CAC82CB033C21E /* json.json */ = {isa = PBXFileReference; includeInIndex = 1; name = json.json; path = docs/data/documentation/apphudsdk/apphudpaywall/json.json; sourceTree = ""; }; + 5C43198C0366B8A09D1D53123E4097E3 /* highlight-js-swift.84f3e88c.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-swift.84f3e88c.js"; path = "docs/js/highlight-js-swift.84f3e88c.js"; sourceTree = ""; }; + 5CC0B2584B6905229DF653F04C085E4C /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/hashvalue.json; sourceTree = ""; }; + 5D13C6A48BF63AA4E74088D2C4E7FAE8 /* highlight-js-custom-swift.5cda5c20.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-custom-swift.5cda5c20.js"; path = "docs/js/highlight-js-custom-swift.5cda5c20.js"; sourceTree = ""; }; + 5D409AB1A14B9188A5BF4FD7D1497139 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isinretrybilling/index.html; sourceTree = ""; }; + 5D62DE156199895D13A65C01BAC5D016 /* developer-og-twitter.jpg */ = {isa = PBXFileReference; includeInIndex = 1; name = "developer-og-twitter.jpg"; path = "docs/developer-og-twitter.jpg"; sourceTree = ""; }; + 5D99374A3D46DDFDDD1911E9863681B7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/placements()/index.html"; sourceTree = ""; }; + 5DD09B279D4CA677CD5328CC4EFC5498 /* setcustompurchasevalue(_:productid:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setcustompurchasevalue(_:productid:).json"; path = "docs/data/documentation/apphudsdk/apphud/setcustompurchasevalue(_:productid:).json"; sourceTree = ""; }; + 5DE9140E9AF5B49FE3AEC75962E8B348 /* handlepushnotification(apsinfo:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "handlepushnotification(apsinfo:).json"; path = "docs/data/documentation/apphudsdk/apphud/handlepushnotification(apsinfo:).json"; sourceTree = ""; }; + 5DF65ABA69B05FEBE7692025AE905BB0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/promo/index.html; sourceTree = ""; }; + 5E42C34C66C92D235E0403AB74FB9C80 /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = productid.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/productid.json; sourceTree = ""; }; + 5F13A17BE99E9837C24DDBDF72FCFCE3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/phone/index.html; sourceTree = ""; }; + 5F373A4CAC179F623DC808A2C9D7F83E /* fetchproducts(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "fetchproducts(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/fetchproducts(_:).json"; sourceTree = ""; }; + 5FC5B689767B1B6C44C54A873FD53B18 /* screen_name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = screen_name.json; path = docs/data/documentation/apphudsdk/apphudrule/screen_name.json; sourceTree = ""; }; + 6075349735993604013C904BFFC02944 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchskproducts()/index.html"; sourceTree = ""; }; + 60B8F8AACB1CA6425D1E65EDBF977675 /* sdkversion.json */ = {isa = PBXFileReference; includeInIndex = 1; name = sdkversion.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/sdkversion.json; sourceTree = ""; }; + 6125D4AAF8B41780DAB7C221E1C54938 /* thankandclose.json */ = {isa = PBXFileReference; includeInIndex = 1; name = thankandclose.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/thankandclose.json; sourceTree = ""; }; + 618332448DF436AF14B1CF743DABD219 /* hasactivesubscription().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hasactivesubscription().json"; path = "docs/data/documentation/apphudsdk/apphud/hasactivesubscription().json"; sourceTree = ""; }; + 61AA40FED65D2888E6B32367095A40DC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudnonrenewingpurchase/isactive()/index.html"; sourceTree = ""; }; + 61F7713F9B5BB39A311A9817C78DDCF8 /* chunk-c0335d80.10a2f091.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "chunk-c0335d80.10a2f091.css"; path = "docs/css/chunk-c0335d80.10a2f091.css"; sourceTree = ""; }; + 625B4174CD095FC1BA115660AD8C71FB /* nonrenewingpurchases().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "nonrenewingpurchases().json"; path = "docs/data/documentation/apphudsdk/apphud/nonrenewingpurchases().json"; sourceTree = ""; }; + 62D7F5077F793C713FD968A7D4F506D9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/equatable-implementations/index.html"; sourceTree = ""; }; + 62FFD3EDF0C510F78C48F351CFEA7530 /* apphudplacementid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudplacementid.json; path = docs/data/documentation/apphudsdk/apphudplacementid.json; sourceTree = ""; }; + 631C8D9ED65B8A64407BBDB47633B3D9 /* apphuduidelegate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuduidelegate.json; path = docs/data/documentation/apphudsdk/apphuduidelegate.json; sourceTree = ""; }; + 632CF4A58D9D8DC1967E1FB30D978F38 /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscription/encode(to:).json"; sourceTree = ""; }; + 639CF99EB3C7C08E085897DE253E9276 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphuduser/init(from:).json"; sourceTree = ""; }; + 64583909ED90F14AD4B82F065756E0D6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchasepromo(apphudproduct:discountid:_:)/index.html"; sourceTree = ""; }; + 64C846A2599FD7E5261A76815003BCAD /* ApphudPurchaseResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPurchaseResult.swift; sourceTree = ""; }; + 65A672CEB68FEF49E3444A6767D5135B /* observableobject-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "observableobject-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudpaywall/observableobject-implementations.json"; sourceTree = ""; }; + 6605D3D19947D52CB52DEA2A2B0BB297 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/applicationversion/index.html; sourceTree = ""; }; + 6687B87C311442B994C75E434706509E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + 672F6334114BDF5BB9CAAAE918EEC9FC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/didupdatenotification()/index.html"; sourceTree = ""; }; + 678E9CFE80B971600843F33197A3FB39 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/description/index.html; sourceTree = ""; }; + 68AB9C238D5FA247F12D0B4C1A470AF7 /* documentation-topic~topic.b6287bcf.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic~topic.b6287bcf.css"; path = "docs/css/documentation-topic~topic.b6287bcf.css"; sourceTree = ""; }; + 68C6B70C9A9319EF33DBE481E296CCB9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/index.html; sourceTree = ""; }; + 6911F965B595FC65FAFFCE1470C64384 /* apphudpaywallid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudpaywallid.json; path = docs/data/documentation/apphudsdk/apphudpaywallid.json; sourceTree = ""; }; + 69237F056D75D056B9BBF8C9F55F4F32 /* apphudpaywall.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudpaywall.json; path = docs/data/documentation/apphudsdk/apphudpaywall.json; sourceTree = ""; }; + 69ADC3942D34875E377EF56455BC0072 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/pendingscreencontroller()/index.html"; sourceTree = ""; }; + 6A3276BEA7A2A55D5B5585B470D4D254 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6A3C348B77775DF4940BAE04D00B9D4E /* domainurlstring.json */ = {isa = PBXFileReference; includeInIndex = 1; name = domainurlstring.json; path = docs/data/documentation/apphudsdk/apphudhttpclient/domainurlstring.json; sourceTree = ""; }; + 6A86F13AC656F061747C255F5C18530A /* startedat.json */ = {isa = PBXFileReference; includeInIndex = 1; name = startedat.json; path = docs/data/documentation/apphudsdk/apphudsubscription/startedat.json; sourceTree = ""; }; + 6A976B81B5F0A7D3B5D863589FDD927E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/userdidload(user:)-4f87g/index.html"; sourceTree = ""; }; + 6ABFDB27B5D66457BB815B2B7771DE72 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/isnonrenewingpurchaseactive(productidentifier:)/index.html"; sourceTree = ""; }; + 6B71C0A9F24537B94B3415C8B4771862 /* issandbox.json */ = {isa = PBXFileReference; includeInIndex = 1; name = issandbox.json; path = docs/data/documentation/apphudsdk/apphudsubscription/issandbox.json; sourceTree = ""; }; + 6B9E9B18C94585A92A41B382B929E61B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/canceledat/index.html; sourceTree = ""; }; + 6C71AB33BA1337158DD0A90EBBB1937C /* navigator.index */ = {isa = PBXFileReference; includeInIndex = 1; name = navigator.index; path = docs/index/navigator.index; sourceTree = ""; }; + 6C73119C05F9F2F03383A7AE8A6FAB19 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallshown(_:)/index.html"; sourceTree = ""; }; + 6D20921E1C2B8D366DB3F1599929C491 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/refunded/index.html; sourceTree = ""; }; + 6D4964817AEBEA0F21FF1AAE3FA15A6B /* storekit.json */ = {isa = PBXFileReference; includeInIndex = 1; name = storekit.json; path = docs/data/documentation/apphudsdk/storekit.json; sourceTree = ""; }; + 6D5B2066213CF5332C3677DA5B108F71 /* metadata.json */ = {isa = PBXFileReference; includeInIndex = 1; name = metadata.json; path = docs/metadata.json; sourceTree = ""; }; + 6DAD336A7171A675E1E4E598D13B959B /* highlight-js-custom-markdown.7cffc4b3.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-custom-markdown.7cffc4b3.js"; path = "docs/js/highlight-js-custom-markdown.7cffc4b3.js"; sourceTree = ""; }; + 6E6943FB959BFCD7679A88FF4190ADE6 /* ApphudRule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudRule.swift; sourceTree = ""; }; + 6EDF60B95A652C2B41B460F4FE64C49F /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/hash(into:).json"; sourceTree = ""; }; + 6FD57676ACCE0E76CDB3F71231DB0D8C /* showpendingscreen().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "showpendingscreen().json"; path = "docs/data/documentation/apphudsdk/apphud/showpendingscreen().json"; sourceTree = ""; }; + 7004604E505A8AEB640B57EB585F9EB4 /* userid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = userid.json; path = docs/data/documentation/apphudsdk/apphuduser/userid.json; sourceTree = ""; }; + 704A05F3644DCCC557B38BFEEB1BA08A /* banner.json */ = {isa = PBXFileReference; includeInIndex = 1; name = banner.json; path = docs/data/documentation/apphudsdk/apphudplacementid/banner.json; sourceTree = ""; }; + 708A52600077D297FF7C3A91084AA5B4 /* permissiongroups().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "permissiongroups().json"; path = "docs/data/documentation/apphudsdk/apphud/permissiongroups().json"; sourceTree = ""; }; + 70F4C25FC666F296F329BFAE02849C9A /* apphudboolcallback.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudboolcallback.json; path = docs/data/documentation/apphudsdk/apphudboolcallback.json; sourceTree = ""; }; + 7127A5862C6A1EBD4C924C1E3C423D3E /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudproduct/encode(to:).json"; sourceTree = ""; }; + 71B5B80D208DA5BA7693F1723B09247E /* ApphudGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudGroup.swift; sourceTree = ""; }; + 71D4B89AC59409E45CB627335E719247 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setadvertisingidentifier(_:)/index.html"; sourceTree = ""; }; + 71E6296E7A9DCE1D4DA104768F530278 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/none/index.html; sourceTree = ""; }; + 7219AED1675CB652F8E9FF24BA6C9C1E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/settings/index.html; sourceTree = ""; }; 722A1240A013449A8C448CEC6DFE3697 /* Pods-ApphudDemoSwiftUI-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ApphudDemoSwiftUI-umbrella.h"; sourceTree = ""; }; - 7744E1755710299562A8210CE0BBE656 /* ApphudSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ApphudSDK.release.xcconfig; sourceTree = ""; }; - 78F724E641C343597AB5A90A53D4BBAC /* ApphudScreen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudScreen.swift; sourceTree = ""; }; - 861A33BF72633AF9B9434FB030189D3B /* ApphudExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudExtensions.swift; sourceTree = ""; }; - 8EB9E39DAC4B2F9B43D06878308E0F8C /* ApphudGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudGroup.swift; sourceTree = ""; }; - 910E5896E493B196092777D930AFAB65 /* ApphudSubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudSubscription.swift; sourceTree = ""; }; - 914466FD14F7E35D03C196D140C5D29F /* ApphudInternal+Eligibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Eligibility.swift"; sourceTree = ""; }; + 728550F259198886F6EF627A361ED457 /* ApphudInternal+UserUpdate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+UserUpdate.swift"; sourceTree = ""; }; + 72A08133B2FCE098C8D12248BFA7F935 /* identifier.json */ = {isa = PBXFileReference; includeInIndex = 1; name = identifier.json; path = docs/data/documentation/apphudsdk/apphudpaywall/identifier.json; sourceTree = ""; }; + 72D08B66C63F412BA721E16473DB2830 /* isinretrybilling.json */ = {isa = PBXFileReference; includeInIndex = 1; name = isinretrybilling.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isinretrybilling.json; sourceTree = ""; }; + 73AAA9B9F9EA45C8952DE7F8074FBAD6 /* isactive().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "isactive().json"; path = "docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/isactive().json"; sourceTree = ""; }; + 73B47E06D8BDDF4EDD8704A3FC4353D5 /* ApphudSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ApphudSDK.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 73BB1C8BD4677A8CB966EFFE2F9EC618 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/regular/index.html; sourceTree = ""; }; + 73E5CE4AC8404A6130EB6BA9B8F685B2 /* apphuddidobservepurchase(result:)-1ym71.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidobservepurchase(result:)-1ym71.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)-1ym71.json"; sourceTree = ""; }; + 73EE8AAD919667A8B2C82FF8D7BA0583 /* apphudnonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudnonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase.json; sourceTree = ""; }; + 743985560D2C7B70884F2D0CF3887BA7 /* paywallclosed(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallclosed(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallclosed(_:).json"; sourceTree = ""; }; + 74A1D8E5558E1EA7146E6EBC0F57E42A /* startmanually(apikey:userid:deviceid:observermode:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "startmanually(apikey:userid:deviceid:observermode:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/startmanually(apikey:userid:deviceid:observermode:callback:).json"; sourceTree = ""; }; + 74DD58C0295BEDAFFAA9E271417EEE3B /* apphudkeychain.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudkeychain.json; path = docs/data/documentation/apphudsdk/apphudkeychain.json; sourceTree = ""; }; + 756F7DAE1ADD64317EEF088C05A6D326 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscription/init(from:)/index.html"; sourceTree = ""; }; + 75733E045DFA19E868626A6544573EB5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchproducts()/index.html"; sourceTree = ""; }; + 75E1501B0D79AB4108F3B8D1D2A732E0 /* issandbox.json */ = {isa = PBXFileReference; includeInIndex = 1; name = issandbox.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/issandbox.json; sourceTree = ""; }; + 75FCFB40EF3A2A0328C614DFD9945FFE /* apphuderror.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuderror.json; path = docs/data/documentation/apphudsdk/apphuderror.json; sourceTree = ""; }; + 76AB35ECD9209BF846064BEF75728FE9 /* apphudshouldstartappstoredirectpurchase(_:)-2mv8h.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudshouldstartappstoredirectpurchase(_:)-2mv8h.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)-2mv8h.json"; sourceTree = ""; }; + 76C105D4600088540CD6D8705EB8D5DF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/paywallid/index.html; sourceTree = ""; }; + 76C47B3FFA4A8966D2F9BE8AE0AAC34D /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = productid.json; path = docs/data/documentation/apphudsdk/apphudproduct/productid.json; sourceTree = ""; }; + 76D13174A23A0C1B7CFB9E26EDF04BD8 /* paywalls().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywalls().json"; path = "docs/data/documentation/apphudsdk/apphud/paywalls().json"; sourceTree = ""; }; + 76EF19865B8B9A16BF2057A2A04550E8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacement/index.html; sourceTree = ""; }; + 771689DE524CE847B238428EC89087B2 /* usestorekitv2().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "usestorekitv2().json"; path = "docs/data/documentation/apphudsdk/apphudutils/usestorekitv2().json"; sourceTree = ""; }; + 772074363585342A4DFB663DC50959DA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudrule/rule_name/index.html; sourceTree = ""; }; + 7770646343A2D2FAC4ADB712354356AC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/deviceid()/index.html"; sourceTree = ""; }; + 779A74742A14469C8C13843178B64652 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/hash(into:)/index.html"; sourceTree = ""; }; + 7873D74FB7EC425013E04D35C3E1AEE0 /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/rawrepresentable-implementations.json"; sourceTree = ""; }; + 788DDCC8E343B78F1A5A40D4556BD89D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/fetchrawreceiptinfo(_:)/index.html"; sourceTree = ""; }; + 7898C7533FF31030AB580872D9E1BDC9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduser/rawpaywalls()/index.html"; sourceTree = ""; }; + 78F932BA6D14225B85BE4D2D3EF7BADD /* apphuddidpurchase(product:offerid:screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidpurchase(product:offerid:screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphuddidpurchase(product:offerid:screenname:).json"; sourceTree = ""; }; + 7916970BE7767586334C9E34886F0AE0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)-6z8g8/index.html"; sourceTree = ""; }; + 79861042A8982BE518D065356825CC71 /* highlight-js-python.c214ed92.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-python.c214ed92.js"; path = "docs/js/highlight-js-python.c214ed92.js"; sourceTree = ""; }; + 79CA5AE79B67F9C603C9ADF76D6E0D94 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/apphudattributionproviderapplesearchads/index.html; sourceTree = ""; }; + 7A5BDCCFB97C4A6C753B5299EA42FCB1 /* ApphudScreenController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudScreenController.swift; sourceTree = ""; }; + 7BD3C7D1117323D4D8FF8DB0156B6AEA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidpurchase(product:offerid:screenname:)/index.html"; sourceTree = ""; }; + 7C0B2495CF4E16EA9EBF41D716308238 /* ApphudKeychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudKeychain.swift; sourceTree = ""; }; + 7C4F733B3328B280B08EF169613F885B /* store.json */ = {isa = PBXFileReference; includeInIndex = 1; name = store.json; path = docs/data/documentation/apphudsdk/apphudproduct/store.json; sourceTree = ""; }; + 7C666FD38ED63C565026EF171071EF14 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudkeychain/init/index.html; sourceTree = ""; }; + 7CBDA5BBF1D848D310E6CE389F94DE90 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduser/subscriptions/index.html; sourceTree = ""; }; + 7D179EFD09F8D1AB8BDAD7D09CAFD5FF /* apphudnonrenewingpurchasesupdated(_:)-7sfe7.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudnonrenewingpurchasesupdated(_:)-7sfe7.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)-7sfe7.json"; sourceTree = ""; }; + 7D4614BD7E7FA1660B5F76D74AAEA30D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/name/index.html; sourceTree = ""; }; + 7D59F5E6C68EA7E00657010349DE29DA /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudreceipt/init(from:).json"; sourceTree = ""; }; + 7DE14CCACC19A63F33EEB486AE88C2D6 /* productid.json */ = {isa = PBXFileReference; includeInIndex = 1; name = productid.json; path = docs/data/documentation/apphudsdk/apphudsubscription/productid.json; sourceTree = ""; }; + 7E3CF6348CC3C547B3A8F15C4AE5B6B0 /* apphudattributionprovider.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudattributionprovider.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider.json; sourceTree = ""; }; + 7EA32C7CFFDA8FCE6229D8DADB9E992A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/json/index.html; sourceTree = ""; }; + 7F72F16A9543EF86D9A18D380A264090 /* ResourceBundle-ApphudSDK-ApphudSDK-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-ApphudSDK-ApphudSDK-Info.plist"; sourceTree = ""; }; + 7FB6F3011AF3E963A960351998CE7FA5 /* apphuddelegate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphuddelegate.json; path = docs/data/documentation/apphudsdk/apphuddelegate.json; sourceTree = ""; }; + 801717B32C82DA67EDA8AEFA6CFCECDD /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/!=(_:_:).json"; sourceTree = ""; }; + 8046DEBE4203ABECB1751169003E9C98 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/status/index.html; sourceTree = ""; }; + 80A55FE593A1E2229DFEC0B1B44AD96F /* highlight-js-java.8326d9d8.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-java.8326d9d8.js"; path = "docs/js/highlight-js-java.8326d9d8.js"; sourceTree = ""; }; + 80D37200825F500667F0C2481AE5A809 /* apphudrule.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudrule.json; path = docs/data/documentation/apphudsdk/apphudrule.json; sourceTree = ""; }; + 81106774BE2F800FC1622372B8953F4E /* migratepurchasesifneeded(callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "migratepurchasesifneeded(callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/migratepurchasesifneeded(callback:).json"; sourceTree = ""; }; + 811BE2BF73700FF0E5778197E0433801 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)-57k7y/index.html"; sourceTree = ""; }; + 8129FBBE704BAE5163969686CC35AF73 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/startedat/index.html; sourceTree = ""; }; + 817161AD1CD2A55246EB3F30F12424CE /* banner.json */ = {isa = PBXFileReference; includeInIndex = 1; name = banner.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/banner.json; sourceTree = ""; }; + 81A52A38D0AEFB2CF2A964B429239DFA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/main/index.html; sourceTree = ""; }; + 81B91F391CDDC2A87EDF0E5D4CAA0D55 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphud/init/index.html; sourceTree = ""; }; + 8217F006D01A38E7CD63F5FEA66D3F67 /* islocal.json */ = {isa = PBXFileReference; includeInIndex = 1; name = islocal.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/islocal.json; sourceTree = ""; }; + 824820241A50B491FB5283DA763EC715 /* issandbox().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "issandbox().json"; path = "docs/data/documentation/apphudsdk/apphud/issandbox().json"; sourceTree = ""; }; + 824C239D2D8A8F4FCCEDFD556702AD65 /* highlight-js-objectivec.bcdf5156.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-objectivec.bcdf5156.js"; path = "docs/js/highlight-js-objectivec.bcdf5156.js"; sourceTree = ""; }; + 826B79C90F086CD0DDD2185E38E57B90 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudnonrenewingpurchase/encode(to:)/index.html"; sourceTree = ""; }; + 82B3B72E318D9243CD940B0D78FBC4E2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/index.html; sourceTree = ""; }; + 82D517E00BBE18B54E4BA6004CF19C31 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/receiptcreationdate/index.html; sourceTree = ""; }; + 83A43E21C52AE37AA00FF406D0186A47 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/home/index.html; sourceTree = ""; }; + 843BBA26C93A24C9435A3046D5A55B5D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudparentviewcontroller(controller:)/index.html"; sourceTree = ""; }; + 847C0DB59D180D177D4CF1C4EAF65955 /* userdidload(user:)-4qpvb.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "userdidload(user:)-4qpvb.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/userdidload(user:)-4qpvb.json"; sourceTree = ""; }; + 858F817BDE0FF2B7BB9F8FEAB18F4C8C /* custom.json */ = {isa = PBXFileReference; includeInIndex = 1; name = custom.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/custom.json; sourceTree = ""; }; + 85FFA9F54E349DF8A42D7E5AEFED2C24 /* rawpaywalls().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawpaywalls().json"; path = "docs/data/documentation/apphudsdk/apphuduser/rawpaywalls().json"; sourceTree = ""; }; + 86A765E8F35C0217FB8DA29B5F7750D7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/equatable-implementations/index.html"; sourceTree = ""; }; + 86A8953CE303D5BB52D010A15B682346 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/isdefault/index.html; sourceTree = ""; }; + 86FA477E04E163B4DCEADA6E0D5C7A36 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/index.html; sourceTree = ""; }; + 87A3605C0073ECD139F70301656132E3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + 87B33005C84FEFDC06A389B7182BDFDE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/hashvalue/index.html; sourceTree = ""; }; + 888F2D5950C1F6866AEBDE385FD76133 /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; name = init.json; path = docs/data/documentation/apphudsdk/apphud/init.json; sourceTree = ""; }; + 88A098D59E6555AB9A96359BA0BC3B4B /* haspremiumaccess().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "haspremiumaccess().json"; path = "docs/data/documentation/apphudsdk/apphud/haspremiumaccess().json"; sourceTree = ""; }; + 88A4A422BB10A885E149592D24448C4B /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = name.json; path = docs/data/documentation/apphudsdk/apphudproduct/name.json; sourceTree = ""; }; + 88D25CB925D106340AF46E7AD582AF28 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudnonrenewingpurchase/init(from:)/index.html"; sourceTree = ""; }; + 8951AC0A0D9A1DCE2A158333A5A4F6B4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/pendingrule()/index.html"; sourceTree = ""; }; + 897A02E4B4C1D671A3C089CB632F6B73 /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; name = init.json; path = docs/data/documentation/apphudsdk/apphudutils/init.json; sourceTree = ""; }; + 899472189B08AED037C5164F1A153E5D /* submitpushnotificationstokenstring(string:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "submitpushnotificationstokenstring(string:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/submitpushnotificationstokenstring(string:callback:).json"; sourceTree = ""; }; + 89CEEF8CEE576176F5B5D07E7E277A56 /* ApphudStoreKitWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudStoreKitWrapper.swift; sourceTree = ""; }; + 89DAD39798B6A1AEC11D413E24F7CC04 /* transaction.json */ = {isa = PBXFileReference; includeInIndex = 1; name = transaction.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/transaction.json; sourceTree = ""; }; + 8A1912ADF8407263E6636CB30D7263EE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/apphudproductfor(_:)/index.html"; sourceTree = ""; }; + 8A79A955CBC4B00F3BF07CA86B16E3F5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudutils/init/index.html; sourceTree = ""; }; + 8AAF1C40A5AA01C4DA1FF0A79F4E8768 /* appsflyer.json */ = {isa = PBXFileReference; includeInIndex = 1; name = appsflyer.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/appsflyer.json; sourceTree = ""; }; + 8BAA3874E05AB62225BDC50A60295A01 /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/hashvalue.json; sourceTree = ""; }; + 8BBF7D7B8C3D035458341DA052106DD7 /* trial.json */ = {isa = PBXFileReference; includeInIndex = 1; name = trial.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/trial.json; sourceTree = ""; }; + 8C150CC0133E647247437799DE676813 /* tutorials-overview.2a32cd6f.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "tutorials-overview.2a32cd6f.js"; path = "docs/js/tutorials-overview.2a32cd6f.js"; sourceTree = ""; }; + 8C6C7574D1FB2A392848EA4CD2BC378F /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/init(rawvalue:).json"; sourceTree = ""; }; + 8CCD7A0317D51CD51161647ACEC460FB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/index.html; sourceTree = ""; }; + 8D8FD1F6A57A1808604AF7C642579A12 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/placementsdidfullyload(placements:)-8b6v8/index.html"; sourceTree = ""; }; + 8D93D285DB6D7B770EA9F3D66E397674 /* logout().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "logout().json"; path = "docs/data/documentation/apphudsdk/apphud/logout().json"; sourceTree = ""; }; + 8DE381F1A89AF5BA021AAB81DF7AB860 /* apphudscreendismissaction(screenname:controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudscreendismissaction(screenname:controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreendismissaction(screenname:controller:).json"; sourceTree = ""; }; + 8E11D2AB8244A37C290673A7A43F91B1 /* hash(into:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "hash(into:).json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/hash(into:).json"; sourceTree = ""; }; + 8E2DE324E1B7531C92A0EEE6C4D24612 /* paywallidentifier.json */ = {isa = PBXFileReference; includeInIndex = 1; name = paywallidentifier.json; path = docs/data/documentation/apphudsdk/apphudproduct/paywallidentifier.json; sourceTree = ""; }; + 8E2E1A0F4B26DB13734B849F3B272214 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/main/index.html; sourceTree = ""; }; + 8E44533059A6361E2606070564EF0CE7 /* setdelegate(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setdelegate(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setdelegate(_:).json"; sourceTree = ""; }; + 8E5FD3B45415F04FEFA6CC8B597D2885 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/permissiongroups()/index.html"; sourceTree = ""; }; + 8E7E32A2B88A5FB83959143030BC75B6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/purchasedat/index.html; sourceTree = ""; }; + 8E8DE73EA361F51B593CB445DE080F3A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setuidelegate(_:)/index.html"; sourceTree = ""; }; + 8EB558D5A0DA09E03B9ACB1519E1535C /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/encode(to:).json"; sourceTree = ""; }; + 8F1AE903940EF3E3545FD372072FB4A4 /* placement(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placement(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/placement(_:).json"; sourceTree = ""; }; + 8F6E75B6F1B8FB6C55FF12A2DBF0ED8B /* favicon.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = favicon.svg; path = docs/favicon.svg; sourceTree = ""; }; + 8FAECE455D49935CA6C93AF80E051E44 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/toolbar/index.html; sourceTree = ""; }; + 9041580889FA9C084B352899855DD9CD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/index.html; sourceTree = ""; }; + 9127148FAB3E50CF864433EE9962FA29 /* promo.json */ = {isa = PBXFileReference; includeInIndex = 1; name = promo.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/promo.json; sourceTree = ""; }; + 9135182B691F3DE3CB592D9DF1ACDC08 /* apphudproductfor(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudproductfor(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/apphudproductfor(_:).json"; sourceTree = ""; }; + 91597E8B6E5974392E501EF747B24F83 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduser/encode(to:)/index.html"; sourceTree = ""; }; + 917432E331566594A18C468DAD0803EB /* cohort.json */ = {isa = PBXFileReference; includeInIndex = 1; name = cohort.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/cohort.json; sourceTree = ""; }; + 91900B279B90A41EF490E3D8CE81CE65 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/migratepurchasesifneeded(callback:)/index.html"; sourceTree = ""; }; + 91A0997948778A2C68FE11E0B471DE7A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)-2uxsb/index.html"; sourceTree = ""; }; + 91A2E793E8CE1711DB14376E1FAE6EF0 /* ApphudSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ApphudSDK.debug.xcconfig; sourceTree = ""; }; + 91D37C3CB9B265D8247775AF555A95A9 /* handledeferredtransaction(transaction:)-856ot.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "handledeferredtransaction(transaction:)-856ot.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)-856ot.json"; sourceTree = ""; }; + 92436B9CA8433CA2FFAB56103A582140 /* subscriptions.json */ = {isa = PBXFileReference; includeInIndex = 1; name = subscriptions.json; path = docs/data/documentation/apphudsdk/apphuduser/subscriptions.json; sourceTree = ""; }; + 926692A108AC0DE199F6B16B573461AB /* ApphudProductsStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudProductsStorage.swift; sourceTree = ""; }; + 9278C82FC43F62E1476BCEC4AA53FDB3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudreceipt/init(from:)/index.html"; sourceTree = ""; }; + 927D427A0386AE84B3D43B2CA03F5378 /* rawpaywalls().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawpaywalls().json"; path = "docs/data/documentation/apphudsdk/apphud/rawpaywalls().json"; sourceTree = ""; }; 931D8A69FACE2071F115293325CC04AA /* Pods-ApphudDemoSwiftUI-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ApphudDemoSwiftUI-acknowledgements.markdown"; sourceTree = ""; }; - 970A9BED165AE433EB1AD44531AA025B /* ApphudAsyncStoreKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudAsyncStoreKit.swift; sourceTree = ""; }; - 9B7E959FDD554D76A568697945195252 /* ApphudStoreKitWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudStoreKitWrapper.swift; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9F614E24DFC6F4A7F014977BC8DC19C9 /* ApphudSDK-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ApphudSDK-umbrella.h"; sourceTree = ""; }; - B31C8A3746C54254A3828DFC9F82C0BB /* ApphudRulesManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudRulesManager.swift; sourceTree = ""; }; + 937E430A6E5CAECD4E6308509CF6F583 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/equatable-implementations.json"; sourceTree = ""; }; + 93C8DD857D2D7F07499A380267C6C75B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isautorenewenabled/index.html; sourceTree = ""; }; + 9427C7796B0914DCD34D1F2658F53EC4 /* experimentname.json */ = {isa = PBXFileReference; includeInIndex = 1; name = experimentname.json; path = docs/data/documentation/apphudsdk/apphudplacement/experimentname.json; sourceTree = ""; }; + 94C2CEB399C24687F7D34B4832A74DEC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)-3dnhb/index.html"; sourceTree = ""; }; + 95691368688622259C9BC72ED1A1D46D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/init(rawvalue:)/index.html"; sourceTree = ""; }; + 968D116FF1A4F309E93F131506629D0A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduser/userid/index.html; sourceTree = ""; }; + 98A114AF5F292EDE095A9B4ED5EEE542 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)-856ot/index.html"; sourceTree = ""; }; + 99147F072C83082C925DBD5EFC1F02D0 /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/rawrepresentable-implementations.json"; sourceTree = ""; }; + 99766A73F7AD7EF42AF28801571CBBC9 /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/!=(_:_:).json"; sourceTree = ""; }; + 9A01335A62387A4DE4E585159B559E48 /* adjust.json */ = {isa = PBXFileReference; includeInIndex = 1; name = adjust.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/adjust.json; sourceTree = ""; }; + 9AA945DE497F539C37EB51366DD9ACAC /* ApphudDataActor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudDataActor.swift; sourceTree = ""; }; + 9AC4D16DBFB06A4DEE826ACB6F968A6D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywall/init(from:)/index.html"; sourceTree = ""; }; + 9AD7F1AEB38A38C3B788C909F8FB5CC7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/error/index.html; sourceTree = ""; }; + 9B65067FCB48FDD2098B0111CDD42055 /* apphudasyncpurchaseresult.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudasyncpurchaseresult.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult.json; sourceTree = ""; }; + 9BC7C3D902D0FF3562BD6D23FA81F784 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywall/observableobject-implementations/index.html"; sourceTree = ""; }; + 9C57E26E991C90BA80E1EB5ACE03B906 /* fetchrawreceiptinfo(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "fetchrawreceiptinfo(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/fetchrawreceiptinfo(_:).json"; sourceTree = ""; }; + 9CF7FE240575189816ACDC939E6276CA /* willpurchaseproductfrom(paywallidentifier:placementidentifier:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "willpurchaseproductfrom(paywallidentifier:placementidentifier:).json"; path = "docs/data/documentation/apphudsdk/apphud/willpurchaseproductfrom(paywallidentifier:placementidentifier:).json"; sourceTree = ""; }; + 9D08E0701E6EFD03D3F95DF57063355D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/identifier/index.html; sourceTree = ""; }; + 9D74D6EE3CAB8FC59D739B8613B21884 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphud/index.html; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9DD1EB0E8ACE97856EDABAB7EC100C92 /* documentation-topic~topic.1679ec90.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "documentation-topic~topic.1679ec90.js"; path = "docs/js/documentation-topic~topic.1679ec90.js"; sourceTree = ""; }; + 9E7627ABBE23906E98DA51C864490B52 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/success/index.html; sourceTree = ""; }; + 9E9CDB1316A50C4DB8BE2E08E7B2FC0A /* hashvalue.json */ = {isa = PBXFileReference; includeInIndex = 1; name = hashvalue.json; path = docs/data/documentation/apphudsdk/apphudscreendismissaction/hashvalue.json; sourceTree = ""; }; + 9EE75081C5299565CD9F11E0FC58F1F4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/encode(to:)/index.html"; sourceTree = ""; }; + 9F53EB5163E2DA5B94C01B25FEE94BC3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreendidappear(screenname:)/index.html"; sourceTree = ""; }; + 9F87A464BB46E4C82D0CC06E64BD9473 /* product(productidentifier:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "product(productidentifier:).json"; path = "docs/data/documentation/apphudsdk/apphud/product(productidentifier:).json"; sourceTree = ""; }; + A07DD1309B4AD9B1E860537E16DA8CAC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:callback:)-9oi/index.html"; sourceTree = ""; }; + A0F5757B41A630E943EA99E0485860B1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/presentoffercoderedemptionsheet()/index.html"; sourceTree = ""; }; + A17B1237518E4817856739A3D9187AD7 /* grantpromotional(dayscount:productid:permissiongroup:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "grantpromotional(dayscount:productid:permissiongroup:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/grantpromotional(dayscount:productid:permissiongroup:callback:).json"; sourceTree = ""; }; + A21C0B29CB0638B3B9E1BD4B4FA99CF5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/products/index.html; sourceTree = ""; }; + A21D6F0883868D2E381BE9D62BBA3AFB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/age/index.html; sourceTree = ""; }; + A231AB9ACC57C24F5E712586FA2004B0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/isintroductoryactivated/index.html; sourceTree = ""; }; + A25D5FFE105463BBE32C6D377CDECEE6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/index.html; sourceTree = ""; }; + A2FADDE4AA8A327905FD4AB786D4A762 /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphuduser/encode(to:).json"; sourceTree = ""; }; + A318F10B3B9E80188578E115454A3676 /* product().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "product().json"; path = "docs/data/documentation/apphudsdk/apphudproduct/product().json"; sourceTree = ""; }; + A3928E75C5BEE376E69A26E6B1E08D02 /* placementsdidloadcallback(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placementsdidloadcallback(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/placementsdidloadcallback(_:).json"; sourceTree = ""; }; + A472EB1ABE8CD6607402732D4BB20FC7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/objectwillchange/index.html; sourceTree = ""; }; + A4A25E157B75CB385B29A15689912BC0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudkeychain/index.html; sourceTree = ""; }; + A4E271A2B723F6426F6CD4FAF3469FE7 /* highlight-js-javascript.acb8a8eb.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-javascript.acb8a8eb.js"; path = "docs/js/highlight-js-javascript.acb8a8eb.js"; sourceTree = ""; }; + A5D133BA713CF0CE13BCF0C593E107FF /* identifier.json */ = {isa = PBXFileReference; includeInIndex = 1; name = identifier.json; path = docs/data/documentation/apphudsdk/apphudplacement/identifier.json; sourceTree = ""; }; + A5F6FDDB2751A11EEE9B2D8727D27DAE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreenpresentationstyle(controller:)/index.html"; sourceTree = ""; }; + A65D0C9A6FC245DD1BC0E5F7FBE6F9A1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudrule/screen_name/index.html; sourceTree = ""; }; + A6E04887D241FF2BD7749B30787AFDD9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/expiresdate/index.html; sourceTree = ""; }; + A752F9FF41669743C18A6FC254B00DF9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/intro/index.html; sourceTree = ""; }; + A7FD5D67717CC8AA5CDBC1616982BD74 /* experimentname.json */ = {isa = PBXFileReference; includeInIndex = 1; name = experimentname.json; path = docs/data/documentation/apphudsdk/apphudpaywall/experimentname.json; sourceTree = ""; }; + A8103A5A383EB23DAE8EDDEE75B4F8E3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/encode(to:)/index.html"; sourceTree = ""; }; + A8CFD6EF79854EABE3F4BB095116652F /* rawplacements().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawplacements().json"; path = "docs/data/documentation/apphudsdk/apphud/rawplacements().json"; sourceTree = ""; }; + A99D5F72107AFB36E294A22CD05E75D0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/subscription()/index.html"; sourceTree = ""; }; + A9BBE35B25F37F983FB2AF9EE57A7275 /* init.json */ = {isa = PBXFileReference; includeInIndex = 1; name = init.json; path = docs/data/documentation/apphudsdk/apphudkeychain/init.json; sourceTree = ""; }; + AA2BDC5305A469A2A1F9E302F15A83B5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/placementsdidloadcallback(_:)/index.html"; sourceTree = ""; }; + AAC106FD1E1A0CC6A994F66C0CBDE148 /* highlight-js-json.471128d2.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-json.471128d2.js"; path = "docs/js/highlight-js-json.471128d2.js"; sourceTree = ""; }; + AB2E90442CF63C70DC5F5219CB8CD629 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/init(rawvalue:).json"; sourceTree = ""; }; + AB2EDFAEF4E0161294E91ABA8ED08F26 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudeligibilitycallback/index.html; sourceTree = ""; }; + AC432904846D1F24D71842489CB8AD42 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudshouldperformrule(rule:)/index.html"; sourceTree = ""; }; + AC865CE087E826466D9242738A775CA2 /* highlight-js-ruby.f889d392.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-ruby.f889d392.js"; path = "docs/js/highlight-js-ruby.f889d392.js"; sourceTree = ""; }; + ADB838864B753A91D15E6E7F657675CF /* products.json */ = {isa = PBXFileReference; includeInIndex = 1; name = products.json; path = docs/data/documentation/apphudsdk/apphudpaywall/products.json; sourceTree = ""; }; + AE6A112911FA1799CE0FCE40676DFA74 /* apphudscreenwilldismiss(screenname:error:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudscreenwilldismiss(screenname:error:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreenwilldismiss(screenname:error:).json"; sourceTree = ""; }; + AE88E159DC1227729ADE5037AC892FDB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudutils/index.html; sourceTree = ""; }; + B024AB1C26A9297DA5785E189C70E9C7 /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/!=(_:_:).json"; sourceTree = ""; }; + B1332112DABB69D686F61C61631273A2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudshouldshowscreen(screenname:)/index.html"; sourceTree = ""; }; + B1D92040AFBD4DFCF05C02AF6C30F8E1 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/logout()/index.html"; sourceTree = ""; }; + B1DAEF0D7904F6E3B199481EC7DED339 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/rawpaywalls()/index.html"; sourceTree = ""; }; + B32DDC23FEA730C4DB85E58122687B20 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/equatable-implementations/index.html"; sourceTree = ""; }; + B3EEFC6B5C2B33ACF5FD8F3D6952F070 /* email.json */ = {isa = PBXFileReference; includeInIndex = 1; name = email.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/email.json; sourceTree = ""; }; B41815B63F9190DB12F6550DC153C0BB /* Pods-ApphudDemoSwiftUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ApphudDemoSwiftUI.debug.xcconfig"; sourceTree = ""; }; - B75E670F397EF5B43C891B16309E59B1 /* ApphudUserProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUserProperty.swift; sourceTree = ""; }; - B799E823AB010F7D00BFEB4F3C99AD3F /* Apphud.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Apphud.swift; sourceTree = ""; }; - B7C5E798BA02E2520F942BA6755655AA /* ApphudInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudInternal.swift; sourceTree = ""; }; - C0BD9309C481A6A45725DC5A81E571DB /* ApphudSDK-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ApphudSDK-Info.plist"; sourceTree = ""; }; - C0DA6948C30247E8711D9A3E8A99760A /* ApphudScreenController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudScreenController.swift; sourceTree = ""; }; + B466A359E8524A2ADB7ED79F04E9071E /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudplacement/init(from:).json"; sourceTree = ""; }; + B4888622280C032A4971B650C15AE3CA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/domainurlstring/index.html; sourceTree = ""; }; + B4CF09CDFC042512CC628CE7E73C8240 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscription/encode(to:)/index.html"; sourceTree = ""; }; + B550C752E5006BF1DC4B11449DF846A8 /* rawjson.json */ = {isa = PBXFileReference; includeInIndex = 1; name = rawjson.json; path = docs/data/documentation/apphudsdk/apphudreceipt/rawjson.json; sourceTree = ""; }; + B55D56B8656E159116E00574463163D0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallclosed(_:)/index.html"; sourceTree = ""; }; + B5CFBA0CDBB91D783BA5294512BCD8E8 /* canceledat.json */ = {isa = PBXFileReference; includeInIndex = 1; name = canceledat.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/canceledat.json; sourceTree = ""; }; + B5FAA542EC1F451FCB23A05A807387C8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/hasactivesubscription()/index.html"; sourceTree = ""; }; + B60DD9F51186EC137BD2AEC733A4527E /* ApphudReceipt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudReceipt.swift; sourceTree = ""; }; + B611ED6112127D7420EF8609B81DB302 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/shared/index.html; sourceTree = ""; }; + B63E20986D7E4F2C87818A806B913524 /* handledeferredtransaction(transaction:)-4tnlp.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "handledeferredtransaction(transaction:)-4tnlp.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)-4tnlp.json"; sourceTree = ""; }; + B699E9FBAC7DAE526EFF5DB3F658124C /* restorepurchases().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "restorepurchases().json"; path = "docs/data/documentation/apphudsdk/apphud/restorepurchases().json"; sourceTree = ""; }; + B73CF45338D2003C0172FD21681FA0B2 /* ApphudNonRenewingPurchase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudNonRenewingPurchase.swift; sourceTree = ""; }; + B761804472C96BAFBFE644639E6E2411 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/index.html; sourceTree = ""; }; + B85CDDF7B1ADB076667018A386388F24 /* objectwillchange.json */ = {isa = PBXFileReference; includeInIndex = 1; name = objectwillchange.json; path = docs/data/documentation/apphudsdk/apphudproduct/objectwillchange.json; sourceTree = ""; }; + B8B5E2075B358B82BB0A83F820197D5E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudhttpclient/index.html; sourceTree = ""; }; + B8D73AAAD45EDFD5EB999809A1F1938B /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/init(from:).json"; sourceTree = ""; }; + B951FB165585E4D3E69B098E256B5F88 /* apphudeligibilitycallback.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudeligibilitycallback.json; path = docs/data/documentation/apphudsdk/apphudeligibilitycallback.json; sourceTree = ""; }; + B9926FC5F0529217EC0CA5AB223C10AD /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywall/init(from:).json"; sourceTree = ""; }; + B9BF9E61A9FC0A25ADFD88BB757041CB /* expiresdate.json */ = {isa = PBXFileReference; includeInIndex = 1; name = expiresdate.json; path = docs/data/documentation/apphudsdk/apphudsubscription/expiresdate.json; sourceTree = ""; }; + B9CC7DDDD339A004B450D8A3EA133985 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudasyncpurchaseresult/subscription/index.html; sourceTree = ""; }; + BAA03A325FBB395CF12BFABB3C71CC12 /* enabledebuglogs().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "enabledebuglogs().json"; path = "docs/data/documentation/apphudsdk/apphud/enabledebuglogs().json"; sourceTree = ""; }; + BB420A12783BA66D16EE500F01233E26 /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = name.json; path = docs/data/documentation/apphudsdk/apphudgroup/name.json; sourceTree = ""; }; + BBC43E96C14AE68418F711F8354DC14F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreendismissaction/index.html; sourceTree = ""; }; + BC085A17F56B4DB75F86904B996967FC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/index.html; sourceTree = ""; }; + BCE8CC26C9FFECA990F8B3E9DCEDA37E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-o1p9/index.html"; sourceTree = ""; }; + BD319D832EAE754503CADA3B13578643 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/hashvalue/index.html; sourceTree = ""; }; + BE27D2436F1626FEA4DCB48934F575E3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/content/index.html; sourceTree = ""; }; + BE508B772D071CB8C066CEF301828E91 /* favicon.ico */ = {isa = PBXFileReference; includeInIndex = 1; name = favicon.ico; path = docs/favicon.ico; sourceTree = ""; }; + BEED12054328FFABFF47AE5353F2E624 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduserpropertykey/init(_:)/index.html"; sourceTree = ""; }; + BF5557AC5FE8BD53BCD272AC2F7D35D2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/success/index.html; sourceTree = ""; }; + C0565BBF2CC0052B0B7FC4724C403DE2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/gender/index.html; sourceTree = ""; }; + C069F7F726BE064B2BCE525F58F0128A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + C06BBBF456C50998235E1FCFD1FDEBE2 /* ApphudUIDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUIDelegate.swift; sourceTree = ""; }; + C0E539199AB691E2E616A067DCCBED79 /* !=(_:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "!=(_:_:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/!=(_:_:).json"; sourceTree = ""; }; + C0FF2FEF37EAA2C29B6ED730BA06699A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/index.html; sourceTree = ""; }; + C11BF8EA6D66A4ACB4BF51D7D42FA954 /* purchasedat.json */ = {isa = PBXFileReference; includeInIndex = 1; name = purchasedat.json; path = docs/data/documentation/apphudsdk/apphudnonrenewingpurchase/purchasedat.json; sourceTree = ""; }; + C14EB6977139915A75B183A2E95F3925 /* index.038e887c.css */ = {isa = PBXFileReference; includeInIndex = 1; name = index.038e887c.css; path = docs/css/index.038e887c.css; sourceTree = ""; }; + C18203C726B677FA9EA1CB849D05F7FA /* purchase(_:ispurchasing:)-o1p9.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:ispurchasing:)-o1p9.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-o1p9.json"; sourceTree = ""; }; + C24C4AAFCA5F7A20D2018346B177D86A /* paywall(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywall(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywall(_:).json"; sourceTree = ""; }; + C2A1FE7221EEFEB7BC749A1289234BF7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudutils/enablealllogs()/index.html"; sourceTree = ""; }; C37479E5DEE782C5FFD6B087907AFBC6 /* Pods-ApphudDemoSwiftUI-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ApphudDemoSwiftUI-dummy.m"; sourceTree = ""; }; - C6E4D415DC1B55D414273F42EDFBA78B /* ApphudInternal+Product.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Product.swift"; sourceTree = ""; }; - D1EBFF489F5C7ECE96F54CF12C945F1D /* ApphudSDK-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ApphudSDK-prefix.pch"; sourceTree = ""; }; + C3A75253D4FB7338D10F4F836EAFB0C6 /* ApphudUserProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUserProperty.swift; sourceTree = ""; }; + C48D3264CC2B2D7E2634DB52ABF1D4EE /* submitpushnotificationstoken(token:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "submitpushnotificationstoken(token:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/submitpushnotificationstoken(token:callback:).json"; sourceTree = ""; }; + C4CB4F539C23FB49AF6015CFFC803EC9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/facebook/index.html; sourceTree = ""; }; + C5278494200275DC7B2E0B78B3497BD4 /* ApphudSDK-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ApphudSDK-dummy.m"; sourceTree = ""; }; + C52EB3437EE7C0676F9C212BD0D685DE /* rawrepresentable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "rawrepresentable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudscreendismissaction/rawrepresentable-implementations.json"; sourceTree = ""; }; + C5883253BCFF38CA3FCFC2F30B990AF6 /* pendingrule().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "pendingrule().json"; path = "docs/data/documentation/apphudsdk/apphud/pendingrule().json"; sourceTree = ""; }; + C680DDD17C66A0837A05E441ACA763E5 /* ApphudEnums.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudEnums.swift; sourceTree = ""; }; + C6CDB3F749EAB02F8D6618AE6CE90C9D /* ApphudInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudInternal.swift; sourceTree = ""; }; + C6E94361B9206AC16D9B3EDF15C2EBAD /* paywallsdidloadcallback(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "paywallsdidloadcallback(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/paywallsdidloadcallback(_:).json"; sourceTree = ""; }; + C70D0A8D2F5390DF67ED01EEF9A03539 /* apphudscreenpresentationstyle(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudscreenpresentationstyle(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreenpresentationstyle(controller:).json"; sourceTree = ""; }; + C773735865FC1D92131F35632347AE33 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/index.html; sourceTree = ""; }; + C7837A9A2F5072A68940355B49174BC7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/handledeferredtransaction(transaction:)-4tnlp/index.html"; sourceTree = ""; }; + C840034A82990C8BC9918F42163C44AC /* tutorials-overview.c249c765.css */ = {isa = PBXFileReference; includeInIndex = 1; name = "tutorials-overview.c249c765.css"; path = "docs/css/tutorials-overview.c249c765.css"; sourceTree = ""; }; + C88A4E40C268598D947A7F1C775F58B0 /* pendingscreencontroller().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "pendingscreencontroller().json"; path = "docs/data/documentation/apphudsdk/apphud/pendingscreencontroller().json"; sourceTree = ""; }; + C912696761D3D27826232895A225A12F /* ApphudInternal+Purchase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+Purchase.swift"; sourceTree = ""; }; + C9AB7E63442F95D2F4D89A17E3E846A4 /* purchasepromo(_:discountid:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchasepromo(_:discountid:_:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchasepromo(_:discountid:_:).json"; sourceTree = ""; }; + C9D7F9BEC1A4B88EF8209BA59B71B808 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacementid/home/index.html; sourceTree = ""; }; + CA5DD8C3882AC2281BB32668B583907D /* ApphudSafeSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudSafeSet.swift; sourceTree = ""; }; + CA71AB3A175E8F8E24D205C2842C8AD2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/appleadsattribution/index.html; sourceTree = ""; }; + CADFF69C33EC9F01E81A1E72B1D6E0E1 /* success.json */ = {isa = PBXFileReference; includeInIndex = 1; name = success.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/success.json; sourceTree = ""; }; + CB0B84BB86C47B1413A2AFD58C917D6E /* chunk-vendors.ba2dd0cb.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "chunk-vendors.ba2dd0cb.js"; path = "docs/js/chunk-vendors.ba2dd0cb.js"; sourceTree = ""; }; + CB2414D1EAC15F31327F5BA4062AF5CA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/index.html; sourceTree = ""; }; + CBBD15AABAC6ACFC5E9B4541F04EC3B9 /* incrementuserproperty(key:by:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "incrementuserproperty(key:by:).json"; path = "docs/data/documentation/apphudsdk/apphud/incrementuserproperty(key:by:).json"; sourceTree = ""; }; + CBD486F9E424C40D2139352CB109AC6D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/hashvalue/index.html; sourceTree = ""; }; + CC48485688F7F8F97A310305C673E501 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/equatable-implementations/index.html"; sourceTree = ""; }; + CCAEBA24FAE425C44B3FC2D9A0209976 /* highlight-js-cpp.eaddddbe.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-cpp.eaddddbe.js"; path = "docs/js/highlight-js-cpp.eaddddbe.js"; sourceTree = ""; }; + CD1A32AC8C63DF9DEDAA263FAB5ABE74 /* presentoffercoderedemptionsheet().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "presentoffercoderedemptionsheet().json"; path = "docs/data/documentation/apphudsdk/apphud/presentoffercoderedemptionsheet().json"; sourceTree = ""; }; + CDC68397F674196F3A469D266FFA21E4 /* main.json */ = {isa = PBXFileReference; includeInIndex = 1; name = main.json; path = docs/data/documentation/apphudsdk/apphudplacementid/main.json; sourceTree = ""; }; + CDFC9D0A75CB68611CECF88F119029FF /* ApphudPlacement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPlacement.swift; sourceTree = ""; }; + CE82AB5710EF29E32FA86F2E91DD3DE2 /* apphudshouldstartappstoredirectpurchase(_:)-2ek16.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudshouldstartappstoredirectpurchase(_:)-2ek16.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)-2ek16.json"; sourceTree = ""; }; + CEC7D637E65D5CA4BEF955E92AFEE0F4 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/paywallsdidloadcallback(_:)/index.html"; sourceTree = ""; }; + CF03AB6F829836CA0E2F03497D8A18FA /* gender.json */ = {isa = PBXFileReference; includeInIndex = 1; name = gender.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/gender.json; sourceTree = ""; }; + CF1D3DDC56CE843309231FE6784E7F7A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/error/index.html; sourceTree = ""; }; + D0178D8BACAC3A7C88F8D20A81570FAE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/originalapplicationversion/index.html; sourceTree = ""; }; + D06E5BCF566FC5858BE107AD35B259E9 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/canceledat/index.html; sourceTree = ""; }; + D1464EE58EACA976BB34A1B7F4FEA1D2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/toolbar/index.html; sourceTree = ""; }; + D19A5D0A0123439057EFC284E12545E6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/name/index.html; sourceTree = ""; }; + D2295831418C0D2D61FBA02BFB530C9C /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/email/index.html; sourceTree = ""; }; + D25ADA726C5178AB354B18656063AA3D /* rule_name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = rule_name.json; path = docs/data/documentation/apphudsdk/apphudrule/rule_name.json; sourceTree = ""; }; + D2818EFDFBA99DD35A747A9A6008F536 /* highlight-js-shell.dd7f411f.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-shell.dd7f411f.js"; path = "docs/js/highlight-js-shell.dd7f411f.js"; sourceTree = ""; }; + D2AA280067E04F96E6DEE28107A5C0E0 /* apphudsdk.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsdk.json; path = docs/data/documentation/apphudsdk.json; sourceTree = ""; }; + D2BB6876303FA753479BF4EBFDEE31E6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchasepromo(_:discountid:_:)/index.html"; sourceTree = ""; }; D32DAEB724497CF754F9BC3F56D9F311 /* Pods-ApphudDemoSwiftUI-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ApphudDemoSwiftUI-acknowledgements.plist"; sourceTree = ""; }; - D3608EE3ED0723412B2BCBFF77F97399 /* ApphudError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudError.swift; sourceTree = ""; }; - D89E12D6FD73EAF36B3E8130FBA30E94 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - D8ABAA9D04954DF17AEA0491F29807F9 /* ApphudInternal+UserUpdate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudInternal+UserUpdate.swift"; sourceTree = ""; }; - D9B87AC9758159598D0122E844A3B7E6 /* ApphudReceipt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudReceipt.swift; sourceTree = ""; }; - D9DBA4DF1AD54EA2E707A7912762B6C8 /* ApphudKeychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudKeychain.swift; sourceTree = ""; }; - DB1D48805EEDE03D260B094B8D652926 /* ApphudDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudDelegate.swift; sourceTree = ""; }; - DCF703F6A4AC12AC975C1CA59C2D3542 /* ApphudUIDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUIDelegate.swift; sourceTree = ""; }; - E1CC7810738C4E785D1D2B0B6D30A492 /* ApphudUserPropertyKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUserPropertyKey.swift; sourceTree = ""; }; + D3319B39F6C1E3C5FD1982DF96D1FE58 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/placementsdidfullyload(placements:)-27ou4/index.html"; sourceTree = ""; }; + D479E0D23F7085A2169657784C464B46 /* updateuserid(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "updateuserid(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/updateuserid(_:).json"; sourceTree = ""; }; + D49E33708C357C9C97F914234FD0DC14 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudproduct/init(from:).json"; sourceTree = ""; }; + D4AC88D52E61E8469ED8D761BF3EF4C2 /* content.json */ = {isa = PBXFileReference; includeInIndex = 1; name = content.json; path = docs/data/documentation/apphudsdk/apphudpaywallid/content.json; sourceTree = ""; }; + D4BE4592ADC99932818844D8BD1E8C1A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudattributionprovider/!=(_:_:)/index.html"; sourceTree = ""; }; + D4EF77B526B3C8E784AC4304DCC5508F /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/encode(to:).json"; sourceTree = ""; }; + D50F480F3408F11ACADF4BE64EBD1C0D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/init(rawvalue:)/index.html"; sourceTree = ""; }; + D531DD467BF364BE01D804C236EEE7E2 /* ApphudAsyncStoreKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudAsyncStoreKit.swift; sourceTree = ""; }; + D579BF8F5A9154A54C5A51975532A6B7 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/skproduct/index.html; sourceTree = ""; }; + D5F314209AF3CB30F34E2C9572AE4826 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacement/init(from:)/index.html"; sourceTree = ""; }; + D62C11224ACFB0EEDB4CFE71D2EB9261 /* purchasepromo(apphudproduct:discountid:_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchasepromo(apphudproduct:discountid:_:).json"; path = "docs/data/documentation/apphudsdk/apphud/purchasepromo(apphudproduct:discountid:_:).json"; sourceTree = ""; }; + D64D9B7FE9E7BD71481A75EF756EE409 /* observableobject-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "observableobject-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudproduct/observableobject-implementations.json"; sourceTree = ""; }; + D6670211F8BF3FC4D85E97F477C32CF6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/islocal/index.html; sourceTree = ""; }; + D74225CB51FDC7BC2720D789772CA4CB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudreceipt/originalpurchasedate/index.html; sourceTree = ""; }; + D7A67E56AE5FBC818C04B86D558D52C2 /* ApphudRulesManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudRulesManager.swift; sourceTree = ""; }; + D8167BF5CED8A1D1DBB6FF86CA3E8314 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/paywallidentifier/index.html; sourceTree = ""; }; + D83405DAF44033EC277A48D7608BC442 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/index.html; sourceTree = ""; }; + D873694CFEF3D0F194926A91452AEBD6 /* apphudreceipt.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudreceipt.json; path = docs/data/documentation/apphudsdk/apphudreceipt.json; sourceTree = ""; }; + D88F4F3EC04C7398A06FC08B5875C023 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywall/experimentname/index.html; sourceTree = ""; }; + D93605C85320E84FEE0DEE7B68012545 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudshouldstartappstoredirectpurchase(_:)-2ek16/index.html"; sourceTree = ""; }; + D9DC370CF2B020F44AB16FDE76010A80 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscription/init(from:).json"; sourceTree = ""; }; + D9EAB11596F90A7481C3210EE4A61EC5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/init(rawvalue:)/index.html"; sourceTree = ""; }; + DA0AE592CE9C8DBAA91DEF877C4A3E31 /* checkeligibilityforpromotionaloffer(product:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "checkeligibilityforpromotionaloffer(product:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilityforpromotionaloffer(product:callback:).json"; sourceTree = ""; }; + DA55B81CE2819EC9F711AA34D5DD6ACE /* highlight-js-bash.1b52852f.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-bash.1b52852f.js"; path = "docs/js/highlight-js-bash.1b52852f.js"; sourceTree = ""; }; + DAAA986CB4576594D3344A22CD411F70 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/setuserproperty(key:value:setonce:)/index.html"; sourceTree = ""; }; + DBAEAC3F793C35C014D92FDEFD635845 /* apphudsubscriptionstatus.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsubscriptionstatus.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus.json; sourceTree = ""; }; + DBB01A9BC2B6C011D8E4469CCB58E6EA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/restorepurchases(callback:)/index.html"; sourceTree = ""; }; + DBB73B7323E2381286E2D17131EEC044 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduserpropertykey/index.html; sourceTree = ""; }; + DC8A048A24F0FF084B8E4E0C1855B9B3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/subscriptions()/index.html"; sourceTree = ""; }; + DD53CFF6F581DC4AAB10640BC8EDB2AB /* ApphudUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudUtils.swift; sourceTree = ""; }; + DD73B0B28BA239DEB4DEA808C213A680 /* init(from:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(from:).json"; path = "docs/data/documentation/apphudsdk/apphudgroup/init(from:).json"; sourceTree = ""; }; + DD7D13DEE378E6E3255ABF7DE560EA6A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/hash(into:)/index.html"; sourceTree = ""; }; + DD98204195ACFC20A93CE5B049CB733F /* apphudparentviewcontroller(controller:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudparentviewcontroller(controller:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudparentviewcontroller(controller:).json"; sourceTree = ""; }; + DDAD21A9A89999435FD2DC163BAF9977 /* apphudsubscriptionsupdated(_:)-3dnhb.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudsubscriptionsupdated(_:)-3dnhb.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphudsubscriptionsupdated(_:)-3dnhb.json"; sourceTree = ""; }; + DDE20E81BA75E700F5BB908B27AF111E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:value:callback:)/index.html"; sourceTree = ""; }; + DDF3DC41BB8CFE9112231DEDC0A94ED4 /* ApphudPaywall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPaywall.swift; sourceTree = ""; }; + DE38535BC5D85DD9AFC1AC1ECB58EE6A /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddiddismissscreen(controller:)/index.html"; sourceTree = ""; }; + DE5D933FEBF9687631FFD246D80EEAFA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudutils/usestorekitv2()/index.html"; sourceTree = ""; }; + DEABED2B29B2EAB9B103F38C5ED70829 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudgroup/init(from:)/index.html"; sourceTree = ""; }; + DFD4EB9EF0CCA965D7D20101527E7FC3 /* ApphudDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudDelegate.swift; sourceTree = ""; }; + DFEC4F3ED6E1BB27A5D8566D4B1621D9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E12AAD27A69C9ADC4699203A1079F400 /* fetchskproducts().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "fetchskproducts().json"; path = "docs/data/documentation/apphudsdk/apphud/fetchskproducts().json"; sourceTree = ""; }; + E223D47503D628E656B6E1024693EC11 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuduser/index.html; sourceTree = ""; }; + E25305D8AE79282E9595058DC171BE17 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudsubscriptionstatus/init(rawvalue:).json"; sourceTree = ""; }; + E2810EFC4C8A7392BE90F86D654044B8 /* isautorenewenabled.json */ = {isa = PBXFileReference; includeInIndex = 1; name = isautorenewenabled.json; path = docs/data/documentation/apphudsdk/apphudsubscription/isautorenewenabled.json; sourceTree = ""; }; + E2CC4D96EBFF894E1A315053F0A8AF28 /* ApphudURLSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudURLSession.swift; sourceTree = ""; }; + E2F5B261094EB1374110D8230A012B17 /* index.e8a5d294.js */ = {isa = PBXFileReference; includeInIndex = 1; name = index.e8a5d294.js; path = docs/js/index.e8a5d294.js; sourceTree = ""; }; + E355B2227B620FFDA63D4C54A8A61CD6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/paywallsdidfullyload(paywalls:)-3kcab/index.html"; sourceTree = ""; }; + E36F2FA0B08B59DCAA219B099905F7E3 /* intro.json */ = {isa = PBXFileReference; includeInIndex = 1; name = intro.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/intro.json; sourceTree = ""; }; + E484C2B782B7999C1A487E1F23C67EBE /* setadvertisingidentifier(_:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "setadvertisingidentifier(_:).json"; path = "docs/data/documentation/apphudsdk/apphud/setadvertisingidentifier(_:).json"; sourceTree = ""; }; + E4E1BE5836AA7AD8DD36E2BDA9742512 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/storekit/skpaymentqueue/doswizzle()/index.html"; sourceTree = ""; }; + E55FB313BB6DF8483070FE9424F73D50 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudproduct/observableobject-implementations/index.html"; sourceTree = ""; }; + E5764B1469CCF211D82681E1F282500B /* apphudshouldshowscreen(screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudshouldshowscreen(screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudshouldshowscreen(screenname:).json"; sourceTree = ""; }; + E57DB101557323000F7759D596EE7E2D /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudplacementid/init(rawvalue:).json"; sourceTree = ""; }; + E5F9AF30A98ED156419AFEE738E2093C /* apphudscreendidappear(screenname:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphudscreendidappear(screenname:).json"; path = "docs/data/documentation/apphudsdk/apphuduidelegate/apphudscreendidappear(screenname:).json"; sourceTree = ""; }; + E6A4AA1A2313A224607A042F15370014 /* ApphudSDK-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ApphudSDK-Info.plist"; sourceTree = ""; }; + E6FD5F88088FD109A26C2404CA35F053 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacement/identifier/index.html; sourceTree = ""; }; + E70933855F67037FE4283B54128FA1C5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphuddidselectsurveyanswer(question:answer:screenname:)/index.html"; sourceTree = ""; }; + E75F1C88465F3A2FACCB7AE558290E9F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphuderror/index.html; sourceTree = ""; }; + E7D15041C95EDD511A8E7FEE9033D8B8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphud/products/index.html; sourceTree = ""; }; + E7DD04410E8946957DE00191ABC4BF57 /* age.json */ = {isa = PBXFileReference; includeInIndex = 1; name = age.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/age.json; sourceTree = ""; }; + E7E07CEC30DD32F117614C655E017DE0 /* nonrenewingpurchase.json */ = {isa = PBXFileReference; includeInIndex = 1; name = nonrenewingpurchase.json; path = docs/data/documentation/apphudsdk/apphudpurchaseresult/nonrenewingpurchase.json; sourceTree = ""; }; + E8417112B634A8402D493EDAC867F7FF /* index.json */ = {isa = PBXFileReference; includeInIndex = 1; name = index.json; path = docs/index/index.json; sourceTree = ""; }; + E84D43D46ED6DE75C968AD6930FA01B8 /* highlight-js-c.d1db3f17.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-c.d1db3f17.js"; path = "docs/js/highlight-js-c.d1db3f17.js"; sourceTree = ""; }; + E88A8780AC54FD364A1F54D85E8E3F07 /* name.json */ = {isa = PBXFileReference; includeInIndex = 1; name = name.json; path = docs/data/documentation/apphudsdk/apphuduserpropertykey/name.json; sourceTree = ""; }; + E88F3C135F8E485714101469900D628B /* placements().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placements().json"; path = "docs/data/documentation/apphudsdk/apphud/placements().json"; sourceTree = ""; }; + E8EA00AC85220E3089574E829621625A /* apphudsdkversionnumber.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsdkversionnumber.json; path = docs/data/documentation/apphudsdk/apphudsdkversionnumber.json; sourceTree = ""; }; + E9FEADCFFA9353F204D0A6430DAD0E23 /* ApphudSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ApphudSDK.release.xcconfig; sourceTree = ""; }; + EA6721C67E3A45BAA97F26A86A6EF500 /* modified-icon.f496e73d.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "modified-icon.f496e73d.svg"; path = "docs/img/modified-icon.f496e73d.svg"; sourceTree = ""; }; + EA6B8AD06066744C79B34B2195B9129B /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudpaywall/encode(to:).json"; sourceTree = ""; }; + EA7CBF43F74C23AEB77A50DCC51314DB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsdkversionnumber/index.html; sourceTree = ""; }; + EBB30194E1ACBA670F56A5A31BDFDACD /* encode(to:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "encode(to:).json"; path = "docs/data/documentation/apphudsdk/apphudgroup/encode(to:).json"; sourceTree = ""; }; + EC2F7BC6E2B47AA9D8BF3F78D99212B0 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudrule/index.html; sourceTree = ""; }; + EC60F10764D8D5E864C00AA08883C864 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/userid()/index.html"; sourceTree = ""; }; + ECE87EA7FB75C2866D5182FA0EFC938C /* ApphudNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudNavigationController.swift; sourceTree = ""; }; + ECEAAE4BBD43A74AF2FB561E3511D384 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/nonrenewingpurchases()/index.html"; sourceTree = ""; }; + ED03AD4793113D26013BDDDE47BFABB8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudplacement/experimentname/index.html; sourceTree = ""; }; EEA3590F1D53066A7E13C2DC88CF3C9C /* Pods-ApphudDemoSwiftUI.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ApphudDemoSwiftUI.modulemap"; sourceTree = ""; }; - F0602D176545948C4A62DC0C1CCB0C0E /* ApphudSDK.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ApphudSDK.modulemap; sourceTree = ""; }; - F0FD40048061F3D161B4B3545D2BB823 /* ApphudScreenController+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ApphudScreenController+Extensions.swift"; sourceTree = ""; }; - F4A8C2B9D14ECA4F3DA30F35B72E7C12 /* ApphudPurchaseResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudPurchaseResult.swift; sourceTree = ""; }; + EEBDBB8DFDB1E3E553E558794600D716 /* facebook.json */ = {isa = PBXFileReference; includeInIndex = 1; name = facebook.json; path = docs/data/documentation/apphudsdk/apphudattributionprovider/facebook.json; sourceTree = ""; }; + EED8E44DAAFF0AB3365376DBB3984F57 /* Apphud.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Apphud.swift; sourceTree = ""; }; + EF2D174F20234421E7BA6AB6929378A2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsdkversionstring/index.html; sourceTree = ""; }; + EFB53244E519899047DBA1CA7EFE203B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/banner/index.html; sourceTree = ""; }; + F021A718F3147994EA28BDA6E9F151D7 /* apphudsdkversionstring.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudsdkversionstring.json; path = docs/data/documentation/apphudsdk/apphudsdkversionstring.json; sourceTree = ""; }; + F04DAEA5A44E4842A116BC757C494279 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpurchaseresult/transaction/index.html; sourceTree = ""; }; + F0DD66768844D17FE6AD71ADB567EF48 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/rawplacements()/index.html"; sourceTree = ""; }; + F0E813A45D3A8612826B5282F564CBC9 /* apphudhttpclient.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudhttpclient.json; path = docs/data/documentation/apphudsdk/apphudhttpclient.json; sourceTree = ""; }; + F0FD14AA8CC93F68EC82CA4B6EF764E8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/equatable-implementations/index.html"; sourceTree = ""; }; + F13C519C18B0367E0D36C5D92A953148 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudsubscriptionstatus/init(rawvalue:)/index.html"; sourceTree = ""; }; + F17CBA4E9D98730CFBD2A8248927D936 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudgroup/encode(to:)/index.html"; sourceTree = ""; }; + F1972E44CAC785B7F785B6E87B0A2085 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudproduct/store/index.html; sourceTree = ""; }; + F1EC79D52AA8D7B92D5ADA080A11DA3A /* userid().json */ = {isa = PBXFileReference; includeInIndex = 1; name = "userid().json"; path = "docs/data/documentation/apphudsdk/apphud/userid().json"; sourceTree = ""; }; + F261A471F30F9083A92A17C45A87DD34 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudattributionprovider/firebase/index.html; sourceTree = ""; }; + F2BFF63059467B026DD43E09561FE024 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscription/productid/index.html; sourceTree = ""; }; + F2F698B3D4504EA67C5BA55ABDD01CAD /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudplacementid/rawrepresentable-implementations/index.html"; sourceTree = ""; }; + F324FEB291291019C1B15BF823C84DDF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:callback:)-6dhy3/index.html"; sourceTree = ""; }; + F404F46461645127E5649FE0AB43800A /* apphudgroup.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudgroup.json; path = docs/data/documentation/apphudsdk/apphudgroup.json; sourceTree = ""; }; + F4736D3896A6AAB34B75BA7FBA6D5E3F /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuddelegate/apphudnonrenewingpurchasesupdated(_:)-7sfe7/index.html"; sourceTree = ""; }; + F49BEFDC2B8BD894D33BD4AEE5D52134 /* checkeligibilitiesforpromotionaloffers(products:callback:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "checkeligibilitiesforpromotionaloffers(products:callback:).json"; path = "docs/data/documentation/apphudsdk/apphud/checkeligibilitiesforpromotionaloffers(products:callback:).json"; sourceTree = ""; }; + F614EBC00DAA19DEA528C4B68A4C56CF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudnonrenewingpurchase/index.html; sourceTree = ""; }; + F6EFC4E1A713954769BA61877BB2802F /* purchase(_:callback:)-6dhy3.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "purchase(_:callback:)-6dhy3.json"; path = "docs/data/documentation/apphudsdk/apphud/purchase(_:callback:)-6dhy3.json"; sourceTree = ""; }; + F76C48747145E9F6DA96532C04427851 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/startmanually(apikey:userid:deviceid:observermode:callback:)/index.html"; sourceTree = ""; }; + F77831BD4E5DCE865BD59ABA7D3ED9DA /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphuduidelegate/apphudscreenwilldismiss(screenname:error:)/index.html"; sourceTree = ""; }; + F78BAE78DF51E3343AA5F024EB6487C2 /* equatable-implementations.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "equatable-implementations.json"; path = "docs/data/documentation/apphudsdk/apphudpaywallid/equatable-implementations.json"; sourceTree = ""; }; + F7E35DF376F79D6B45D397BBEE64B0C6 /* ApphudError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudError.swift; sourceTree = ""; }; + F8074E128F94DC2AD09B6FA2CA427A04 /* apphuddidobservepurchase(result:)-57k7y.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "apphuddidobservepurchase(result:)-57k7y.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/apphuddidobservepurchase(result:)-57k7y.json"; sourceTree = ""; }; + F820EA7F28DAA4AF1DE82B581FE0CAE9 /* error.json */ = {isa = PBXFileReference; includeInIndex = 1; name = error.json; path = docs/data/documentation/apphudsdk/apphudasyncpurchaseresult/error.json; sourceTree = ""; }; + F849F7EC56E51E0D6D8908BE85AA659C /* grace.json */ = {isa = PBXFileReference; includeInIndex = 1; name = grace.json; path = docs/data/documentation/apphudsdk/apphudsubscriptionstatus/grace.json; sourceTree = ""; }; + F86B251C9B4D3825C3F3DD3F7A87A5AB /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudsubscriptionstatus/hashvalue/index.html; sourceTree = ""; }; + F96384B6CA11184488F551BDBBF969AF /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/submitpushnotificationstokenstring(string:callback:)/index.html"; sourceTree = ""; }; + F98717BB2DE9B39968FCE6007A254614 /* apphudplacement.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudplacement.json; path = docs/data/documentation/apphudsdk/apphudplacement.json; sourceTree = ""; }; + F98AA4297C1D22974F30507930FA874E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudscreen/status_bar_color/index.html; sourceTree = ""; }; + F9BAAF4567596F8F970892A3B7FE451E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudgroup/hasaccess/index.html; sourceTree = ""; }; + F9BD9068E9A5E2ADBB5DD38857B6F5DE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudpaywallid/hash(into:)/index.html"; sourceTree = ""; }; + FA064033A3028BB046015A9B1D1F3155 /* ApphudExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ApphudExtensions.swift; sourceTree = ""; }; + FA3398DCE86E4FA73F9E4F986AC16428 /* placementsdidfullyload(placements:)-27ou4.json */ = {isa = PBXFileReference; includeInIndex = 1; name = "placementsdidfullyload(placements:)-27ou4.json"; path = "docs/data/documentation/apphudsdk/apphuddelegate/placementsdidfullyload(placements:)-27ou4.json"; sourceTree = ""; }; + FAAD227716DEB49E0FBE61FAC41631D2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudboolcallback/index.html; sourceTree = ""; }; + FAB57EBF0A77539CCAD133975E741B7F /* isdefault.json */ = {isa = PBXFileReference; includeInIndex = 1; name = isdefault.json; path = docs/data/documentation/apphudsdk/apphudpaywall/isdefault.json; sourceTree = ""; }; + FB5BFE301264A6A6C079E657E61C6814 /* originalapplicationversion.json */ = {isa = PBXFileReference; includeInIndex = 1; name = originalapplicationversion.json; path = docs/data/documentation/apphudsdk/apphudreceipt/originalapplicationversion.json; sourceTree = ""; }; + FB6706D2065D85A1B43279229AF92054 /* home.json */ = {isa = PBXFileReference; includeInIndex = 1; name = home.json; path = docs/data/documentation/apphudsdk/apphudplacementid/home.json; sourceTree = ""; }; + FC7DF5E5FE03578674E558ECD4A64BFE /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/showpendingscreen()/index.html"; sourceTree = ""; }; + FD1771601F801D03A5FBD1608307195E /* highlight-js-xml.9c3688c7.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "highlight-js-xml.9c3688c7.js"; path = "docs/js/highlight-js-xml.9c3688c7.js"; sourceTree = ""; }; + FD5FD8A3D76D4F6E1385A360D5556EB6 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphudscreendismissaction/hash(into:)/index.html"; sourceTree = ""; }; + FD6824C90448CCA6B703274BF7123EB3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/purchase(_:ispurchasing:)-3cisu/index.html"; sourceTree = ""; }; + FDC773E39B7E921785F22CF4DB1C31F5 /* ApphudSDK-ApphudSDK */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "ApphudSDK-ApphudSDK"; path = ApphudSDK.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + FE14A1830D7DA022C9EDE67BD10DFD17 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/documentation/apphudsdk/apphudpaywallid/onboarding/index.html; sourceTree = ""; }; + FE253BD743083216570F4AA000E4BC58 /* init(rawvalue:).json */ = {isa = PBXFileReference; includeInIndex = 1; name = "init(rawvalue:).json"; path = "docs/data/documentation/apphudsdk/apphudattributionprovider/init(rawvalue:).json"; sourceTree = ""; }; + FE76CA11F530A8BB0095D9C31DFB6371 /* apphudutils.json */ = {isa = PBXFileReference; includeInIndex = 1; name = apphudutils.json; path = docs/data/documentation/apphudsdk/apphudutils.json; sourceTree = ""; }; + FF22389C7B48AC448E8CC7A43D26783D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/optoutoftracking()/index.html"; sourceTree = ""; }; + FF7B11995524E98703B7993F6ECAC504 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = "docs/documentation/apphudsdk/apphud/updateuserid(_:)/index.html"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 2B0626896EDE94DA8528524DE2EF8FF4 /* Frameworks */ = { + 3035A1DDEC460E5D5E0BF51E42ACB402 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0946D1FD7E843A56F5E329FC39A7D69E /* Foundation.framework in Frameworks */, - 6C57516A97AE38BFC53ECCD3BFEAFA1D /* StoreKit.framework in Frameworks */, + 4E1BFA44189017B094D215B49137D480 /* Foundation.framework in Frameworks */, + 9EC3F5B1BDBF8F1EB762C69D4592C264 /* StoreKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -157,22 +797,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D2271F45ECE9560757D6BEDC5751F415 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 02706DCA5C1F5E2B3F3C0E044CF02A22 /* ApphudUI */ = { - isa = PBXGroup; - children = ( - 2A1344230843FA475B78B116C7F90762 /* ApphudNavigationController.swift */, - B31C8A3746C54254A3828DFC9F82C0BB /* ApphudRulesManager.swift */, - C0DA6948C30247E8711D9A3E8A99760A /* ApphudScreenController.swift */, - F0FD40048061F3D161B4B3545D2BB823 /* ApphudScreenController+Extensions.swift */, - 43D1D92C0A0E32000945066FE469C6A3 /* ApphudScreenController+Macros.swift */, - ); - name = ApphudUI; - path = ApphudSDK/ApphudUI; - sourceTree = ""; - }; 14CA0A871A31261D4C7FAAE8FBB47AE6 /* Pods-ApphudDemoSwiftUI */ = { isa = PBXGroup; children = ( @@ -198,13 +832,642 @@ name = Frameworks; sourceTree = ""; }; - 18BB3D976DC4F15B5480A4C613761A3C /* Products */ = { + 1967525C70710E4C533EFB26EEB26E01 /* Pod */ = { isa = PBXGroup; children = ( - 116B608BECADE7354BEF4977EBA361C6 /* ApphudSDK */, - 2F4ECE1A3CB6A77B4B78B908C71BF55F /* Pods-ApphudDemoSwiftUI */, + 801717B32C82DA67EDA8AEFA6CFCECDD /* !=(_:_:).json */, + 99766A73F7AD7EF42AF28801571CBBC9 /* !=(_:_:).json */, + B024AB1C26A9297DA5785E189C70E9C7 /* !=(_:_:).json */, + 3864B111C3B13CF474553D5CE16FC2A8 /* !=(_:_:).json */, + C0E539199AB691E2E616A067DCCBED79 /* !=(_:_:).json */, + 4F94B4B54B583206B2568402F0241DE2 /* addattribution(data:from:identifer:callback:).json */, + 165AB46CE58D701493D99ACBFA6A425B /* added-icon.d6f7e47d.svg */, + 9A01335A62387A4DE4E585159B559E48 /* adjust.json */, + E7DD04410E8946957DE00191ABC4BF57 /* age.json */, + 144BE9096DCCDDE79527F9AB02C65EF1 /* apphud.json */, + 9B65067FCB48FDD2098B0111CDD42055 /* apphudasyncpurchaseresult.json */, + 7E3CF6348CC3C547B3A8F15C4AE5B6B0 /* apphudattributionprovider.json */, + 2A33029EB167B6F8CCFE0F4AF7FCA839 /* apphudattributionproviderapplesearchads.json */, + 70F4C25FC666F296F329BFAE02849C9A /* apphudboolcallback.json */, + 7FB6F3011AF3E963A960351998CE7FA5 /* apphuddelegate.json */, + 46468732640F7C6519D030ADAAB725F1 /* apphuddidchangeuserid(_:)-1dyji.json */, + 30ECEEE6CE669EA863A8FF76691454DA /* apphuddidchangeuserid(_:)-2g2jg.json */, + 50CCA75CAB7F1928EEFAD0DC14659911 /* apphuddiddismissscreen(controller:).json */, + 2F8E6A654557C9FFF12A98C8EBB3AAE6 /* apphuddidfailpurchase(product:offerid:errorcode:screenname:).json */, + 73E5CE4AC8404A6130EB6BA9B8F685B2 /* apphuddidobservepurchase(result:)-1ym71.json */, + F8074E128F94DC2AD09B6FA2CA427A04 /* apphuddidobservepurchase(result:)-57k7y.json */, + 78F932BA6D14225B85BE4D2D3EF7BADD /* apphuddidpurchase(product:offerid:screenname:).json */, + 2768DF604F01E92C5ABCE5D4E23598EB /* apphuddidselectsurveyanswer(question:answer:screenname:).json */, + B951FB165585E4D3E69B098E256B5F88 /* apphudeligibilitycallback.json */, + 75FCFB40EF3A2A0328C614DFD9945FFE /* apphuderror.json */, + F404F46461645127E5649FE0AB43800A /* apphudgroup.json */, + F0E813A45D3A8612826B5282F564CBC9 /* apphudhttpclient.json */, + 74DD58C0295BEDAFFAA9E271417EEE3B /* apphudkeychain.json */, + 73EE8AAD919667A8B2C82FF8D7BA0583 /* apphudnonrenewingpurchase.json */, + 57ED29131551D43E1CB62801F16A87ED /* apphudnonrenewingpurchasesupdated(_:)-31k4.json */, + 7D179EFD09F8D1AB8BDAD7D09CAFD5FF /* apphudnonrenewingpurchasesupdated(_:)-7sfe7.json */, + DD98204195ACFC20A93CE5B049CB733F /* apphudparentviewcontroller(controller:).json */, + 69237F056D75D056B9BBF8C9F55F4F32 /* apphudpaywall.json */, + 6911F965B595FC65FAFFCE1470C64384 /* apphudpaywallid.json */, + F98717BB2DE9B39968FCE6007A254614 /* apphudplacement.json */, + 62FFD3EDF0C510F78C48F351CFEA7530 /* apphudplacementid.json */, + 096909D8E8F14AFD4D6B7E34BD6CD41D /* apphudproduct.json */, + 9135182B691F3DE3CB592D9DF1ACDC08 /* apphudproductfor(_:).json */, + 19D9A425383EA2A5A5B9E1BDAD40A553 /* apphudpurchaseresult.json */, + D873694CFEF3D0F194926A91452AEBD6 /* apphudreceipt.json */, + 80D37200825F500667F0C2481AE5A809 /* apphudrule.json */, + 29A2517D0C9F35F4A3DB023A9E58CB3C /* apphudscreen.json */, + E5F9AF30A98ED156419AFEE738E2093C /* apphudscreendidappear(screenname:).json */, + 59565C7C84D75DCA2D01B6255C28FBB3 /* apphudscreendismissaction.json */, + 8DE381F1A89AF5BA021AAB81DF7AB860 /* apphudscreendismissaction(screenname:controller:).json */, + C70D0A8D2F5390DF67ED01EEF9A03539 /* apphudscreenpresentationstyle(controller:).json */, + AE6A112911FA1799CE0FCE40676DFA74 /* apphudscreenwilldismiss(screenname:error:).json */, + D2AA280067E04F96E6DEE28107A5C0E0 /* apphudsdk.json */, + 73B47E06D8BDDF4EDD8704A3FC4353D5 /* ApphudSDK.podspec */, + E8EA00AC85220E3089574E829621625A /* apphudsdkversionnumber.json */, + F021A718F3147994EA28BDA6E9F151D7 /* apphudsdkversionstring.json */, + 008D54A202F620E8316EB59B0EC4F566 /* apphudshouldperformrule(rule:).json */, + E5764B1469CCF211D82681E1F282500B /* apphudshouldshowscreen(screenname:).json */, + CE82AB5710EF29E32FA86F2E91DD3DE2 /* apphudshouldstartappstoredirectpurchase(_:)-2ek16.json */, + 76AB35ECD9209BF846064BEF75728FE9 /* apphudshouldstartappstoredirectpurchase(_:)-2mv8h.json */, + 4E2209D3B5011BAFB8FED0DF73CA5E85 /* apphudsubscription.json */, + DBAEAC3F793C35C014D92FDEFD635845 /* apphudsubscriptionstatus.json */, + 36D79478ECC9733486231FA739C5F4EB /* apphudsubscriptionsupdated(_:)-2uxsb.json */, + DDAD21A9A89999435FD2DC163BAF9977 /* apphudsubscriptionsupdated(_:)-3dnhb.json */, + 631C8D9ED65B8A64407BBDB47633B3D9 /* apphuduidelegate.json */, + 4393713A592135FF545132018FCF8907 /* apphuduser.json */, + 18CFB2C1117552A9ABAFFC63324CF918 /* apphuduserpropertykey.json */, + FE76CA11F530A8BB0095D9C31DFB6371 /* apphudutils.json */, + 5BD98BC81F17F016F9CD558983F13C8C /* apphudwillpurchase(product:offerid:screenname:).json */, + 249558F2ABC8A8185C9CD5BD2EA3AACE /* appleadsattribution.json */, + 40F1B25D81CB7D7E08E7B20AE16662A1 /* applicationversion.json */, + 8AAF1C40A5AA01C4DA1FF0A79F4E8768 /* appsflyer.json */, + 599738FB65BF1F44232B5DBCE5B44FB3 /* appstorereceipt().json */, + 4ACDA65865853461ADCD570D21A9116A /* availability.index */, + 817161AD1CD2A55246EB3F30F12424CE /* banner.json */, + 704A05F3644DCCC557B38BFEEB1BA08A /* banner.json */, + 52A3C8CAAFD975C46231058ED8B893BA /* bundleid.json */, + B5CFBA0CDBB91D783BA5294512BCD8E8 /* canceledat.json */, + 559EE726B7A7915A7ABD1CE44CCA644F /* canceledat.json */, + 1E5BA151B0E4C91D9B255647EBF2816E /* checkeligibilitiesforintroductoryoffers(products:callback:).json */, + F49BEFDC2B8BD894D33BD4AEE5D52134 /* checkeligibilitiesforpromotionaloffers(products:callback:).json */, + 359B32B858520378350BA3818AB41D64 /* checkeligibilityforintroductoryoffer(product:callback:).json */, + DA0AE592CE9C8DBAA91DEF877C4A3E31 /* checkeligibilityforpromotionaloffer(product:callback:).json */, + 1F18C1956F31BD35D9B31EB99AC99157 /* chunk-2d0d3105.cd72cc8e.js */, + 61F7713F9B5BB39A311A9817C78DDCF8 /* chunk-c0335d80.10a2f091.css */, + 49E31342D2284C22BB30B615D39956DF /* chunk-c0335d80.76a68cc5.js */, + CB0B84BB86C47B1413A2AFD58C917D6E /* chunk-vendors.ba2dd0cb.js */, + 19C0F0094B5BD9AA3D04CCC48614F1D6 /* closeonly.json */, + 917432E331566594A18C468DAD0803EB /* cohort.json */, + D4AC88D52E61E8469ED8D761BF3EF4C2 /* content.json */, + 57BF52ED00B6057C75394DB83FA29976 /* content.json */, + 858F817BDE0FF2B7BB9F8FEAB18F4C8C /* custom.json */, + 494E80E5277957DB16B8A9B286643A8A /* data.mdb */, + 3314A4FA46CB720929BCA4528A0C4438 /* deprecated-icon.015b4f17.svg */, + 2A75F10083B287B85FCEC14270D0421A /* description.json */, + 57D1B30751A27BA02C7177600F1837E8 /* developer-og.jpg */, + 5D62DE156199895D13A65C01BAC5D016 /* developer-og-twitter.jpg */, + 3C0483E8EC3AF968F35BA644BF15F08B /* deviceid().json */, + 0603E1E25E0CE9C8C4B89FA71510FAD3 /* didupdatenotification().json */, + 4B7965568C4139B584648E4546E1362A /* documentation-topic.1d1eec04.css */, + 0F014411005CA5BE24BD546AE3AF55A4 /* documentation-topic.57e91f8a.js */, + 9DD1EB0E8ACE97856EDABAB7EC100C92 /* documentation-topic~topic.1679ec90.js */, + 68AB9C238D5FA247F12D0B4C1A470AF7 /* documentation-topic~topic.b6287bcf.css */, + 4FF5D0389EDA0ABA90925E83D8037634 /* documentation-topic~topic~tutorials-overview.90c61522.js */, + 424D0A7060D3CEDA85F78CB8F7FD91FB /* documentation-topic~topic~tutorials-overview.d6f5411c.css */, + 6A3C348B77775DF4940BAE04D00B9D4E /* domainurlstring.json */, + 07C2AFAFE975F5FBD82E7DA529AE72BE /* doswizzle().json */, + B3EEFC6B5C2B33ACF5FD8F3D6952F070 /* email.json */, + 2E54D1E219B94441EAE8F0D8A340D52F /* enablealllogs().json */, + BAA03A325FBB395CF12BFABB3C71CC12 /* enabledebuglogs().json */, + 530CD2E883333B8BFFEC7C6EF8F4FD6C /* enabledebuglogs().json */, + EBB30194E1ACBA670F56A5A31BDFDACD /* encode(to:).json */, + 8EB558D5A0DA09E03B9ACB1519E1535C /* encode(to:).json */, + EA6B8AD06066744C79B34B2195B9129B /* encode(to:).json */, + 7127A5862C6A1EBD4C924C1E3C423D3E /* encode(to:).json */, + 632CF4A58D9D8DC1967E1FB30D978F38 /* encode(to:).json */, + D4EF77B526B3C8E784AC4304DCC5508F /* encode(to:).json */, + A2FADDE4AA8A327905FD4AB786D4A762 /* encode(to:).json */, + 377E20A6462D5216988F69A7A2650A9E /* equatable-implementations.json */, + F78BAE78DF51E3343AA5F024EB6487C2 /* equatable-implementations.json */, + 10AD1DB69B28A5CBC51635D405FB0B03 /* equatable-implementations.json */, + 494C008FA71605FBC944FFC4324038BC /* equatable-implementations.json */, + 937E430A6E5CAECD4E6308509CF6F583 /* equatable-implementations.json */, + F820EA7F28DAA4AF1DE82B581FE0CAE9 /* error.json */, + 47CCB2C4E482ED74ABD1AC0A6DE25E9F /* error.json */, + A7FD5D67717CC8AA5CDBC1616982BD74 /* experimentname.json */, + 9427C7796B0914DCD34D1F2658F53EC4 /* experimentname.json */, + 3C149CFD39640F215F44623DA7681B7A /* expired.json */, + B9BF9E61A9FC0A25ADFD88BB757041CB /* expiresdate.json */, + EEBDBB8DFDB1E3E553E558794600D716 /* facebook.json */, + BE508B772D071CB8C066CEF301828E91 /* favicon.ico */, + 8F6E75B6F1B8FB6C55FF12A2DBF0ED8B /* favicon.svg */, + 57206E20895B1D95833C5B25E9D5B300 /* fetchproducts().json */, + 5F373A4CAC179F623DC808A2C9D7F83E /* fetchproducts(_:).json */, + 9C57E26E991C90BA80E1EB5ACE03B906 /* fetchrawreceiptinfo(_:).json */, + E12AAD27A69C9ADC4699203A1079F400 /* fetchskproducts().json */, + 368B329004C767C16A5608CDDFFA3265 /* firebase.json */, + CF03AB6F829836CA0E2F03497D8A18FA /* gender.json */, + F849F7EC56E51E0D6D8908BE85AA659C /* grace.json */, + A17B1237518E4817856739A3D9187AD7 /* grantpromotional(dayscount:productid:permissiongroup:callback:).json */, + B63E20986D7E4F2C87818A806B913524 /* handledeferredtransaction(transaction:)-4tnlp.json */, + 91D37C3CB9B265D8247775AF555A95A9 /* handledeferredtransaction(transaction:)-856ot.json */, + 5DE9140E9AF5B49FE3AEC75962E8B348 /* handlepushnotification(apsinfo:).json */, + 073A66F2D05BA4AB1925FB518261461A /* hasaccess.json */, + 618332448DF436AF14B1CF743DABD219 /* hasactivesubscription().json */, + 23FA219A22FACC06A87812A611F352D6 /* hash(into:).json */, + 6EDF60B95A652C2B41B460F4FE64C49F /* hash(into:).json */, + 8E11D2AB8244A37C290673A7A43F91B1 /* hash(into:).json */, + 15550EA376AC3EFDBA41A0BDC10F6504 /* hash(into:).json */, + 4B7C29FBAE84D7EC4FC8184C855D2CC0 /* hash(into:).json */, + 8BAA3874E05AB62225BDC50A60295A01 /* hashvalue.json */, + 1100B28DF969F76C9FC25A4CEBA32DDE /* hashvalue.json */, + 28176462C360E2776B8D05064D67EE42 /* hashvalue.json */, + 9E9CDB1316A50C4DB8BE2E08E7B2FC0A /* hashvalue.json */, + 5CC0B2584B6905229DF653F04C085E4C /* hashvalue.json */, + 88A098D59E6555AB9A96359BA0BC3B4B /* haspremiumaccess().json */, + DA55B81CE2819EC9F711AA34D5DD6ACE /* highlight-js-bash.1b52852f.js */, + E84D43D46ED6DE75C968AD6930FA01B8 /* highlight-js-c.d1db3f17.js */, + CCAEBA24FAE425C44B3FC2D9A0209976 /* highlight-js-cpp.eaddddbe.js */, + 0CBE118DFA2EA7C45DD558804525B418 /* highlight-js-css.75eab1fe.js */, + 6DAD336A7171A675E1E4E598D13B959B /* highlight-js-custom-markdown.7cffc4b3.js */, + 5D13C6A48BF63AA4E74088D2C4E7FAE8 /* highlight-js-custom-swift.5cda5c20.js */, + 36B50EFAF4A169C0CA3FD605815601B3 /* highlight-js-diff.62d66733.js */, + 1E09462F0374FD677EAAEA9BCD99E285 /* highlight-js-http.163e45b6.js */, + 80A55FE593A1E2229DFEC0B1B44AD96F /* highlight-js-java.8326d9d8.js */, + A4E271A2B723F6426F6CD4FAF3469FE7 /* highlight-js-javascript.acb8a8eb.js */, + AAC106FD1E1A0CC6A994F66C0CBDE148 /* highlight-js-json.471128d2.js */, + 266D257C56DFAC3AC85D06C0CD3952AA /* highlight-js-llvm.6100b125.js */, + 5A431866ABF8BA6AF536F8AB99A2C333 /* highlight-js-markdown.90077643.js */, + 824C239D2D8A8F4FCCEDFD556702AD65 /* highlight-js-objectivec.bcdf5156.js */, + 03009DEC2E0818269568C57167648E6A /* highlight-js-perl.757d7b6f.js */, + 4A9E8C86A0BB017E19F0FC3BBF20A602 /* highlight-js-php.cc8d6c27.js */, + 79861042A8982BE518D065356825CC71 /* highlight-js-python.c214ed92.js */, + AC865CE087E826466D9242738A775CA2 /* highlight-js-ruby.f889d392.js */, + 4E6BDAA9BA8D900487C572AD21EF0818 /* highlight-js-scss.62ee18da.js */, + D2818EFDFBA99DD35A747A9A6008F536 /* highlight-js-shell.dd7f411f.js */, + 5C43198C0366B8A09D1D53123E4097E3 /* highlight-js-swift.84f3e88c.js */, + FD1771601F801D03A5FBD1608307195E /* highlight-js-xml.9c3688c7.js */, + 2AC0379CC403AC91D9A450F67D90DCCD /* home.json */, + FB6706D2065D85A1B43279229AF92054 /* home.json */, + 72A08133B2FCE098C8D12248BFA7F935 /* identifier.json */, + A5D133BA713CF0CE13BCF0C593E107FF /* identifier.json */, + CBBD15AABAC6ACFC5E9B4541F04EC3B9 /* incrementuserproperty(key:by:).json */, + 4680526A868C7D85D355AE69E4B11264 /* index.html */, + 8A1912ADF8407263E6636CB30D7263EE /* index.html */, + 424D43FCD8EA7B21982FA31F5519ACB6 /* index.html */, + 3DE9EC49349B9B34FF916BBC7402A72A /* index.html */, + 267655B6249776C6B589AE73326E7296 /* index.html */, + 4D73B004EC9920EC662D83567C8EE5F3 /* index.html */, + 1E3353EB3C43C185C9021238A355D41B /* index.html */, + 7770646343A2D2FAC4ADB712354356AC /* index.html */, + 672F6334114BDF5BB9CAAAE918EEC9FC /* index.html */, + 16FF92735AC6737F82D24E34BF16F842 /* index.html */, + 75733E045DFA19E868626A6544573EB5 /* index.html */, + 2B973B14902D7BFB084027DE53C7BC78 /* index.html */, + 788DDCC8E343B78F1A5A40D4556BD89D /* index.html */, + 6075349735993604013C904BFFC02944 /* index.html */, + 1EE86E172561D73C8C074C8329F2C34A /* index.html */, + 195357488A01DAE1AC7FA6090CEAFD30 /* index.html */, + B5FAA542EC1F451FCB23A05A807387C8 /* index.html */, + 5035473C6365D81C7E1DC12FC71630C2 /* index.html */, + 57DE43DCA641552F5B69ADEAAFD03D4D /* index.html */, + 9D74D6EE3CAB8FC59D739B8613B21884 /* index.html */, + 81B91F391CDDC2A87EDF0E5D4CAA0D55 /* index.html */, + 6ABFDB27B5D66457BB815B2B7771DE72 /* index.html */, + 0691BD283D5E0FC41FE1471FDDAC60CF /* index.html */, + B1D92040AFBD4DFCF05C02AF6C30F8E1 /* index.html */, + 91900B279B90A41EF490E3D8CE81CE65 /* index.html */, + ECEAAE4BBD43A74AF2FB561E3511D384 /* index.html */, + FF22389C7B48AC448E8CC7A43D26783D /* index.html */, + 0A4519520922564312791C2A2A2BA9E2 /* index.html */, + B55D56B8656E159116E00574463163D0 /* index.html */, + 067D474D8EBB26DB84E7C02006525DF6 /* index.html */, + CEC7D637E65D5CA4BEF955E92AFEE0F4 /* index.html */, + 6C73119C05F9F2F03383A7AE8A6FAB19 /* index.html */, + 8951AC0A0D9A1DCE2A158333A5A4F6B4 /* index.html */, + 69ADC3942D34875E377EF56455BC0072 /* index.html */, + 8E5FD3B45415F04FEFA6CC8B597D2885 /* index.html */, + 06E259B0388AC4C76366460CDC58C8F3 /* index.html */, + 5D99374A3D46DDFDDD1911E9863681B7 /* index.html */, + AA2BDC5305A469A2A1F9E302F15A83B5 /* index.html */, + A0F5757B41A630E943EA99E0485860B1 /* index.html */, + 1526EAB5263B5C6A935A16F043BAF7CA /* index.html */, + E7D15041C95EDD511A8E7FEE9033D8B8 /* index.html */, + F324FEB291291019C1B15BF823C84DDF /* index.html */, + A07DD1309B4AD9B1E860537E16DA8CAC /* index.html */, + FD6824C90448CCA6B703274BF7123EB3 /* index.html */, + BCE8CC26C9FFECA990F8B3E9DCEDA37E /* index.html */, + DDE20E81BA75E700F5BB908B27AF111E /* index.html */, + D2BB6876303FA753479BF4EBFDEE31E6 /* index.html */, + 64583909ED90F14AD4B82F065756E0D6 /* index.html */, + B1DAEF0D7904F6E3B199481EC7DED339 /* index.html */, + F0DD66768844D17FE6AD71ADB567EF48 /* index.html */, + 16425FD806658D16C69CCB272FA90F63 /* index.html */, + DBB01A9BC2B6C011D8E4469CCB58E6EA /* index.html */, + 71D4B89AC59409E45CB627335E719247 /* index.html */, + 5826537C112B8A5A054212C0330DA793 /* index.html */, + 2959BC458927E9297C60C1D7B81EF74B /* index.html */, + 8E8DE73EA361F51B593CB445DE080F3A /* index.html */, + DAAA986CB4576594D3344A22CD411F70 /* index.html */, + FC7DF5E5FE03578674E558ECD4A64BFE /* index.html */, + 2FB0D59D4B0054F3E0C7D1CDC821C789 /* index.html */, + F76C48747145E9F6DA96532C04427851 /* index.html */, + 082709C2ADC9E6FB32E115496AB65F39 /* index.html */, + F96384B6CA11184488F551BDBBF969AF /* index.html */, + A99D5F72107AFB36E294A22CD05E75D0 /* index.html */, + DC8A048A24F0FF084B8E4E0C1855B9B3 /* index.html */, + FF7B11995524E98703B7993F6ECAC504 /* index.html */, + EC60F10764D8D5E864C00AA08883C864 /* index.html */, + 36AE5FAB553DFAF42C35954D24CFBDAE /* index.html */, + 9AD7F1AEB38A38C3B788C909F8FB5CC7 /* index.html */, + 9041580889FA9C084B352899855DD9CD /* index.html */, + 0E60DE1C098B31AAB4A55E9BC000B00F /* index.html */, + B9CC7DDDD339A004B450D8A3EA133985 /* index.html */, + 9E7627ABBE23906E98DA51C864490B52 /* index.html */, + 014E0692C89B2AF42770D5E116F2361F /* index.html */, + D4BE4592ADC99932818844D8BD1E8C1A /* index.html */, + 51921EBBADFBF72D0D85BC6E85C9B5E1 /* index.html */, + 79CA5AE79B67F9C603C9ADF76D6E0D94 /* index.html */, + CA71AB3A175E8F8E24D205C2842C8AD2 /* index.html */, + 56304F38F7D36D19C641552495A95069 /* index.html */, + 3B644FC8B9B4CBDB5AC68ED5DE2EFEC3 /* index.html */, + CC48485688F7F8F97A310305C673E501 /* index.html */, + C4CB4F539C23FB49AF6015CFFC803EC9 /* index.html */, + F261A471F30F9083A92A17C45A87DD34 /* index.html */, + 779A74742A14469C8C13843178B64652 /* index.html */, + BD319D832EAE754503CADA3B13578643 /* index.html */, + CB2414D1EAC15F31327F5BA4062AF5CA /* index.html */, + 1CE5FBFB1F474213F7CE78C57C5BA1A1 /* index.html */, + 1E47754BAD63C2309C77373F7CDC664F /* index.html */, + FAAD227716DEB49E0FBE61FAC41631D2 /* index.html */, + 54545EC18695B95A60AD3335B03B4A12 /* index.html */, + 4EA565F312F3BE9E7E9ABB2FE9CC0AD7 /* index.html */, + 0F35F82DCE95231391231739A73BB479 /* index.html */, + 811BE2BF73700FF0E5778197E0433801 /* index.html */, + 32FD3AFB1E34DA49F885AEAACB7BC959 /* index.html */, + F4736D3896A6AAB34B75BA7FBA6D5E3F /* index.html */, + D93605C85320E84FEE0DEE7B68012545 /* index.html */, + 5306D76410930FFF38A52D87654A2556 /* index.html */, + 91A0997948778A2C68FE11E0B471DE7A /* index.html */, + 94C2CEB399C24687F7D34B4832A74DEC /* index.html */, + C7837A9A2F5072A68940355B49174BC7 /* index.html */, + 98A114AF5F292EDE095A9B4ED5EEE542 /* index.html */, + 1211A4BDD940C97835730DD0675A4395 /* index.html */, + E355B2227B620FFDA63D4C54A8A61CD6 /* index.html */, + 7916970BE7767586334C9E34886F0AE0 /* index.html */, + D3319B39F6C1E3C5FD1982DF96D1FE58 /* index.html */, + 8D8FD1F6A57A1808604AF7C642579A12 /* index.html */, + 6A976B81B5F0A7D3B5D863589FDD927E /* index.html */, + 1435BDE4AE0A868BE4557118957A0E9E /* index.html */, + AB2EDFAEF4E0161294E91ABA8ED08F26 /* index.html */, + E75F1C88465F3A2FACCB7AE558290E9F /* index.html */, + F17CBA4E9D98730CFBD2A8248927D936 /* index.html */, + F9BAAF4567596F8F970892A3B7FE451E /* index.html */, + C0FF2FEF37EAA2C29B6ED730BA06699A /* index.html */, + DEABED2B29B2EAB9B103F38C5ED70829 /* index.html */, + 7D4614BD7E7FA1660B5F76D74AAEA30D /* index.html */, + 0C20EEA4F0D3D52571A698E40C7447DF /* index.html */, + B4888622280C032A4971B650C15AE3CA /* index.html */, + B8B5E2075B358B82BB0A83F820197D5E /* index.html */, + 55F921950743E5FEA4C18714D7AFEACA /* index.html */, + 063729D1498C1DB8F6ED9217E77BBA9F /* index.html */, + 36F497638F4EEF62F95504F0A4A26154 /* index.html */, + B611ED6112127D7420EF8609B81DB302 /* index.html */, + A4A25E157B75CB385B29A15689912BC0 /* index.html */, + 7C666FD38ED63C565026EF171071EF14 /* index.html */, + 6B9E9B18C94585A92A41B382B929E61B /* index.html */, + 826B79C90F086CD0DDD2185E38E57B90 /* index.html */, + F614EBC00DAA19DEA528C4B68A4C56CF /* index.html */, + 88D25CB925D106340AF46E7AD582AF28 /* index.html */, + 61AA40FED65D2888E6B32367095A40DC /* index.html */, + 27C4261FEB69CFEACB86AFE276BB5CCC /* index.html */, + 3990AFF4347B18E3CF8D2CF42142D020 /* index.html */, + 2268DDCA81B98AA71FB391162164767B /* index.html */, + 8E7E32A2B88A5FB83959143030BC75B6 /* index.html */, + 1506C85E5639DD89865EDB66E5B3DE02 /* index.html */, + D88F4F3EC04C7398A06FC08B5875C023 /* index.html */, + 9D08E0701E6EFD03D3F95DF57063355D /* index.html */, + 86FA477E04E163B4DCEADA6E0D5C7A36 /* index.html */, + 9AC4D16DBFB06A4DEE826ACB6F968A6D /* index.html */, + 86A8953CE303D5BB52D010A15B682346 /* index.html */, + 7EA32C7CFFDA8FCE6229D8DADB9E992A /* index.html */, + 56B160622F72235E1F323BC8EA0B36A0 /* index.html */, + 9BC7C3D902D0FF3562BD6D23FA81F784 /* index.html */, + A21C0B29CB0638B3B9E1BD4B4FA99CF5 /* index.html */, + 4E957F333C8E727309BFC51DB01EF0CB /* index.html */, + EFB53244E519899047DBA1CA7EFE203B /* index.html */, + 09497F5647E33C672FCFDF2A1CA0D878 /* index.html */, + F0FD14AA8CC93F68EC82CA4B6EF764E8 /* index.html */, + F9BD9068E9A5E2ADBB5DD38857B6F5DE /* index.html */, + CBD486F9E424C40D2139352CB109AC6D /* index.html */, + 83A43E21C52AE37AA00FF406D0186A47 /* index.html */, + 82B3B72E318D9243CD940B0D78FBC4E2 /* index.html */, + D50F480F3408F11ACADF4BE64EBD1C0D /* index.html */, + 81A52A38D0AEFB2CF2A964B429239DFA /* index.html */, + FE14A1830D7DA022C9EDE67BD10DFD17 /* index.html */, + 87A3605C0073ECD139F70301656132E3 /* index.html */, + 34979BAE2D3FDDDA5C263A3CF65B84F3 /* index.html */, + D1464EE58EACA976BB34A1B7F4FEA1D2 /* index.html */, + ED03AD4793113D26013BDDDE47BFABB8 /* index.html */, + E6FD5F88088FD109A26C2404CA35F053 /* index.html */, + 76EF19865B8B9A16BF2057A2A04550E8 /* index.html */, + D5F314209AF3CB30F34E2C9572AE4826 /* index.html */, + 4CCDD0268DD5BF459964C3CE9794280B /* index.html */, + 22EF86438327D6C5A91BD14F81D360EF /* index.html */, + 0E1874EFE93ED6550460B3CE6C493CD8 /* index.html */, + BE27D2436F1626FEA4DCB48934F575E3 /* index.html */, + 86A765E8F35C0217FB8DA29B5F7750D7 /* index.html */, + 38A2A8B546C4CFD4D3EBBFA129CFA673 /* index.html */, + 87B33005C84FEFDC06A389B7182BDFDE /* index.html */, + C9D7F9BEC1A4B88EF8209BA59B71B808 /* index.html */, + 68C6B70C9A9319EF33DBE481E296CCB9 /* index.html */, + D9EAB11596F90A7481C3210EE4A61EC5 /* index.html */, + 8E2E1A0F4B26DB13734B849F3B272214 /* index.html */, + 2AD9F574C45A23A66EA9F3020AF8E96B /* index.html */, + F2F698B3D4504EA67C5BA55ABDD01CAD /* index.html */, + 7219AED1675CB652F8E9FF24BA6C9C1E /* index.html */, + 8FAECE455D49935CA6C93AF80E051E44 /* index.html */, + 9EE75081C5299565CD9F11E0FC58F1F4 /* index.html */, + D83405DAF44033EC277A48D7608BC442 /* index.html */, + 55C0BF17CC2EC06EE28266E45000B462 /* index.html */, + D19A5D0A0123439057EFC284E12545E6 /* index.html */, + A472EB1ABE8CD6607402732D4BB20FC7 /* index.html */, + E55FB313BB6DF8483070FE9424F73D50 /* index.html */, + 76C105D4600088540CD6D8705EB8D5DF /* index.html */, + D8167BF5CED8A1D1DBB6FF86CA3E8314 /* index.html */, + 13A26CA6DDE9AE64E7873E49350C031A /* index.html */, + 42ED5018E2F7200F2C57B369F4A0EAA2 /* index.html */, + D579BF8F5A9154A54C5A51975532A6B7 /* index.html */, + F1972E44CAC785B7F785B6E87B0A2085 /* index.html */, + 678E9CFE80B971600843F33197A3FB39 /* index.html */, + CF1D3DDC56CE843309231FE6784E7F7A /* index.html */, + 8CCD7A0317D51CD51161647ACEC460FB /* index.html */, + 5842525425129C698DF80BAAC9046D76 /* index.html */, + 50AAC84F2C47CA26C4AC965329A45618 /* index.html */, + BF5557AC5FE8BD53BCD272AC2F7D35D2 /* index.html */, + F04DAEA5A44E4842A116BC757C494279 /* index.html */, + 6605D3D19947D52CB52DEA2A2B0BB297 /* index.html */, + 584EDCC8C9E55B94CDCC7C144E8E6D66 /* index.html */, + 393D1CEBDEF493CFB8C95B5B4451D32F /* index.html */, + 9278C82FC43F62E1476BCEC4AA53FDB3 /* index.html */, + D0178D8BACAC3A7C88F8D20A81570FAE /* index.html */, + D74225CB51FDC7BC2720D789772CA4CB /* index.html */, + 2A3F56B6D185D7043AC1E302F184E81B /* index.html */, + 82D517E00BBE18B54E4BA6004CF19C31 /* index.html */, + EC2F7BC6E2B47AA9D8BF3F78D99212B0 /* index.html */, + 772074363585342A4DFB663DC50959DA /* index.html */, + A65D0C9A6FC245DD1BC0E5F7FBE6F9A1 /* index.html */, + BC085A17F56B4DB75F86904B996967FC /* index.html */, + 02399FEB704630405B7AE438AA7CF977 /* index.html */, + F98AA4297C1D22974F30507930FA874E /* index.html */, + 52EA7BFD77E0D973B964EA78B14D421F /* index.html */, + 12A21FA2529DB79AA03453CE930086DE /* index.html */, + 62D7F5077F793C713FD968A7D4F506D9 /* index.html */, + FD5FD8A3D76D4F6E1385A360D5556EB6 /* index.html */, + 36CC9495AD2217A6DF0A8F1D2042505E /* index.html */, + BBC43E96C14AE68418F711F8354DC14F /* index.html */, + 95691368688622259C9BC72ED1A1D46D /* index.html */, + 71E6296E7A9DCE1D4DA104768F530278 /* index.html */, + 6687B87C311442B994C75E434706509E /* index.html */, + 3365343DADB7AE677540DA040C2CA871 /* index.html */, + EA7CBF43F74C23AEB77A50DCC51314DB /* index.html */, + EF2D174F20234421E7BA6AB6929378A2 /* index.html */, + D06E5BCF566FC5858BE107AD35B259E9 /* index.html */, + B4CF09CDFC042512CC628CE7E73C8240 /* index.html */, + A6E04887D241FF2BD7749B30787AFDD9 /* index.html */, + B761804472C96BAFBFE644639E6E2411 /* index.html */, + 756F7DAE1ADD64317EEF088C05A6D326 /* index.html */, + 0F4CFDF24635A88A286701A40A9C996D /* index.html */, + 93C8DD857D2D7F07499A380267C6C75B /* index.html */, + 5D409AB1A14B9188A5BF4FD7D1497139 /* index.html */, + A231AB9ACC57C24F5E712586FA2004B0 /* index.html */, + D6670211F8BF3FC4D85E97F477C32CF6 /* index.html */, + 5A8436ABA5744DE3EBA1D290A3DC8E9A /* index.html */, + F2BFF63059467B026DD43E09561FE024 /* index.html */, + 8129FBBE704BAE5163969686CC35AF73 /* index.html */, + 8046DEBE4203ABECB1751169003E9C98 /* index.html */, + 2AB9B5CC63022235251CB2F969A82A1F /* index.html */, + A8103A5A383EB23DAE8EDDEE75B4F8E3 /* index.html */, + B32DDC23FEA730C4DB85E58122687B20 /* index.html */, + 23CA9C0DCDA6F6156CBCE7B7A800436A /* index.html */, + 1188F0A314C7D950ECF77C8608430D23 /* index.html */, + DD7D13DEE378E6E3255ABF7DE560EA6A /* index.html */, + F86B251C9B4D3825C3F3DD3F7A87A5AB /* index.html */, + C773735865FC1D92131F35632347AE33 /* index.html */, + 4020676492E90E7FEF5BAAE3E71ABA16 /* index.html */, + F13C519C18B0367E0D36C5D92A953148 /* index.html */, + A752F9FF41669743C18A6FC254B00DF9 /* index.html */, + 5DF65ABA69B05FEBE7692025AE905BB0 /* index.html */, + C069F7F726BE064B2BCE525F58F0128A /* index.html */, + 6D20921E1C2B8D366DB3F1599929C491 /* index.html */, + 73BB1C8BD4677A8CB966EFFE2F9EC618 /* index.html */, + 05CA18871F62F07DF6C54AFC569C6FCF /* index.html */, + DE38535BC5D85DD9AFC1AC1ECB58EE6A /* index.html */, + 028D35A84C55F00BA60BF0A6705CA2FB /* index.html */, + 7BD3C7D1117323D4D8FF8DB0156B6AEA /* index.html */, + E70933855F67037FE4283B54128FA1C5 /* index.html */, + 843BBA26C93A24C9435A3046D5A55B5D /* index.html */, + 9F53EB5163E2DA5B94C01B25FEE94BC3 /* index.html */, + 52E6928051297278FE839892BCAE3C5D /* index.html */, + A5F6FDDB2751A11EEE9B2D8727D27DAE /* index.html */, + F77831BD4E5DCE865BD59ABA7D3ED9DA /* index.html */, + AC432904846D1F24D71842489CB8AD42 /* index.html */, + B1332112DABB69D686F61C61631273A2 /* index.html */, + 411CBFF4F9C100A2C7790566408E4A5C /* index.html */, + 57AA8EFE65341009F27EE587D812CA46 /* index.html */, + 91597E8B6E5974392E501EF747B24F83 /* index.html */, + E223D47503D628E656B6E1024693EC11 /* index.html */, + 3901C01DEE501E5C9B000A97310144CA /* index.html */, + 0F9C67A4BB7C83C6DE125A0E964B8C4A /* index.html */, + 7898C7533FF31030AB580872D9E1BDC9 /* index.html */, + 40ABA592859B2FABFCD774672AFD3781 /* index.html */, + 7CBDA5BBF1D848D310E6CE389F94DE90 /* index.html */, + 968D116FF1A4F309E93F131506629D0A /* index.html */, + A21D6F0883868D2E381BE9D62BBA3AFB /* index.html */, + 0BE100E6AB3D59618223D15D75FF46C8 /* index.html */, + D2295831418C0D2D61FBA02BFB530C9C /* index.html */, + C0565BBF2CC0052B0B7FC4724C403DE2 /* index.html */, + DBB73B7323E2381286E2D17131EEC044 /* index.html */, + BEED12054328FFABFF47AE5353F2E624 /* index.html */, + 5A262D4D8C6FEDB1B7D93B5658EB3E60 /* index.html */, + 5F13A17BE99E9837C24DDBDF72FCFCE3 /* index.html */, + C2A1FE7221EEFEB7BC749A1289234BF7 /* index.html */, + 576122F3FDE5C3D0AAD6E5BDFFA778D9 /* index.html */, + AE88E159DC1227729ADE5037AC892FDB /* index.html */, + 8A79A955CBC4B00F3BF07CA86B16E3F5 /* index.html */, + DE5D933FEBF9687631FFD246D80EEAFA /* index.html */, + A25D5FFE105463BBE32C6D377CDECEE6 /* index.html */, + 592A1B1AC5058C72403B5B42FF35B77E /* index.html */, + E4E1BE5836AA7AD8DD36E2BDA9742512 /* index.html */, + 2F22F6EB8109E96B870906147CC581F3 /* index.html */, + 31FDABDFDB88B7E02AB98BFFE87125E7 /* index.html */, + E8417112B634A8402D493EDAC867F7FF /* index.json */, + C14EB6977139915A75B183A2E95F3925 /* index.038e887c.css */, + E2F5B261094EB1374110D8230A012B17 /* index.e8a5d294.js */, + 888F2D5950C1F6866AEBDE385FD76133 /* init.json */, + A9BBE35B25F37F983FB2AF9EE57A7275 /* init.json */, + 897A02E4B4C1D671A3C089CB632F6B73 /* init.json */, + 2AB5994F1753E808A3575C603F9F8795 /* init(_:).json */, + DD73B0B28BA239DEB4DEA808C213A680 /* init(from:).json */, + B8D73AAAD45EDFD5EB999809A1F1938B /* init(from:).json */, + B9926FC5F0529217EC0CA5AB223C10AD /* init(from:).json */, + B466A359E8524A2ADB7ED79F04E9071E /* init(from:).json */, + D49E33708C357C9C97F914234FD0DC14 /* init(from:).json */, + 7D59F5E6C68EA7E00657010349DE29DA /* init(from:).json */, + D9DC370CF2B020F44AB16FDE76010A80 /* init(from:).json */, + 48E231FC13E166082636F7899BA519D9 /* init(from:).json */, + 639CF99EB3C7C08E085897DE253E9276 /* init(from:).json */, + FE253BD743083216570F4AA000E4BC58 /* init(rawvalue:).json */, + AB2E90442CF63C70DC5F5219CB8CD629 /* init(rawvalue:).json */, + E57DB101557323000F7759D596EE7E2D /* init(rawvalue:).json */, + 8C6C7574D1FB2A392848EA4CD2BC378F /* init(rawvalue:).json */, + E25305D8AE79282E9595058DC171BE17 /* init(rawvalue:).json */, + E36F2FA0B08B59DCAA219B099905F7E3 /* intro.json */, + 73AAA9B9F9EA45C8952DE7F8074FBAD6 /* isactive().json */, + 1D298791C8A01BA534EB135B39E5D476 /* isactive().json */, + E2810EFC4C8A7392BE90F86D654044B8 /* isautorenewenabled.json */, + FAB57EBF0A77539CCAD133975E741B7F /* isdefault.json */, + 72D08B66C63F412BA721E16473DB2830 /* isinretrybilling.json */, + 46A77D92933CE9AF796A90A5BE5A7AFA /* isintroductoryactivated.json */, + 8217F006D01A38E7CD63F5FEA66D3F67 /* islocal.json */, + 5A24B61DEB0949CA31B9010E63FD415C /* islocal.json */, + 4FF7EF7F0C537686900CFE09C625EDD3 /* isnonrenewingpurchaseactive(productidentifier:).json */, + 75E1501B0D79AB4108F3B8D1D2A732E0 /* issandbox.json */, + 6B71C0A9F24537B94B3415C8B4771862 /* issandbox.json */, + 824820241A50B491FB5283DA763EC715 /* issandbox().json */, + 5C0F46B77E20381F53CAC82CB033C21E /* json.json */, + DFEC4F3ED6E1BB27A5D8566D4B1621D9 /* LICENSE */, + 8D93D285DB6D7B770EA9F3D66E397674 /* logout().json */, + 30C78DFFD7D26B58CC3D87CBEBEFCCFB /* main.json */, + CDC68397F674196F3A469D266FFA21E4 /* main.json */, + 6D5B2066213CF5332C3677DA5B108F71 /* metadata.json */, + 81106774BE2F800FC1622372B8953F4E /* migratepurchasesifneeded(callback:).json */, + EA6721C67E3A45BAA97F26A86A6EF500 /* modified-icon.f496e73d.svg */, + BB420A12783BA66D16EE500F01233E26 /* name.json */, + 88A4A422BB10A885E149592D24448C4B /* name.json */, + 27117269D565EDEA59DA21638008780A /* name.json */, + E88A8780AC54FD364A1F54D85E8E3F07 /* name.json */, + 6C71AB33BA1337158DD0A90EBBB1937C /* navigator.index */, + 428A9EFB4CF75C66AD27A02ABAA57ADC /* no-image@2x.df2a0a50.png */, + 16EFFD9AE01D4253C1184144A87301EC /* none.json */, + 173C14F859C4E40519D229CA0C0F5535 /* nonrenewingpurchase.json */, + E7E07CEC30DD32F117614C655E017DE0 /* nonrenewingpurchase.json */, + 625B4174CD095FC1BA115660AD8C71FB /* nonrenewingpurchases().json */, + 59755C62B627DB1279F1E91F1F02547F /* objectwillchange.json */, + B85CDDF7B1ADB076667018A386388F24 /* objectwillchange.json */, + 65A672CEB68FEF49E3444A6767D5135B /* observableobject-implementations.json */, + D64D9B7FE9E7BD71481A75EF756EE409 /* observableobject-implementations.json */, + 438BF06F2A74C8404EB4D6745FC67C85 /* onboarding.json */, + 18147463BB6A164A3644163366D64BE7 /* onboarding.json */, + 550067A646E91A6261CAE17A3F65A4BB /* optoutoftracking().json */, + FB5BFE301264A6A6C079E657E61C6814 /* originalapplicationversion.json */, + 1444C0C5C44683AFC90AB432E437629E /* originalpurchasedate.json */, + 474246398D5182D64A2032775F2B2E86 /* paywall.json */, + C24C4AAFCA5F7A20D2018346B177D86A /* paywall(_:).json */, + 743985560D2C7B70884F2D0CF3887BA7 /* paywallclosed(_:).json */, + 34A5786B239964C5551DE942489F4974 /* paywallid.json */, + 8E2DE324E1B7531C92A0EEE6C4D24612 /* paywallidentifier.json */, + 76D13174A23A0C1B7CFB9E26EDF04BD8 /* paywalls().json */, + 110C19DA111A0185DC88A3970D3BFDAE /* paywallsdidfullyload(paywalls:)-3kcab.json */, + 0783C62828F8733B3DC5F0CBD1B2E5FF /* paywallsdidfullyload(paywalls:)-6z8g8.json */, + C6E94361B9206AC16D9B3EDF15C2EBAD /* paywallsdidloadcallback(_:).json */, + 23C7C5C0C087459FEED913D8272CC07F /* paywallshown(_:).json */, + C5883253BCFF38CA3FCFC2F30B990AF6 /* pendingrule().json */, + C88A4E40C268598D947A7F1C775F58B0 /* pendingscreencontroller().json */, + 708A52600077D297FF7C3A91084AA5B4 /* permissiongroups().json */, + 3175EA9D55BE38EADB466E593EDF56EB /* phone.json */, + 8F1AE903940EF3E3545FD372072FB4A4 /* placement(_:).json */, + E88F3C135F8E485714101469900D628B /* placements().json */, + FA3398DCE86E4FA73F9E4F986AC16428 /* placementsdidfullyload(placements:)-27ou4.json */, + 55AE6D64A5E82EA8C9EB0CE5E792E859 /* placementsdidfullyload(placements:)-8b6v8.json */, + A3928E75C5BEE376E69A26E6B1E08D02 /* placementsdidloadcallback(_:).json */, + 0DC17CC719CCBB8F9E86D379BEEB7295 /* post_customers_timeout.json */, + CD1A32AC8C63DF9DEDAA263FAB5ABE74 /* presentoffercoderedemptionsheet().json */, + A318F10B3B9E80188578E115454A3676 /* product().json */, + 9F87A464BB46E4C82D0CC06E64BD9473 /* product(productidentifier:).json */, + 5E42C34C66C92D235E0403AB74FB9C80 /* productid.json */, + 76C47B3FFA4A8966D2F9BE8AE0AAC34D /* productid.json */, + 7DE14CCACC19A63F33EEB486AE88C2D6 /* productid.json */, + 0D7BF507A885AE46364638D72F9A8439 /* products.json */, + 173AE5280125D220FA3E16CA05083F80 /* products.json */, + ADB838864B753A91D15E6E7F657675CF /* products.json */, + 9127148FAB3E50CF864433EE9962FA29 /* promo.json */, + F6EFC4E1A713954769BA61877BB2802F /* purchase(_:callback:)-6dhy3.json */, + 2E6CD93C1F9B11D00DF848817B739D51 /* purchase(_:callback:)-9oi.json */, + 3337DBDAF95A8366D8929CD8F8C2490F /* purchase(_:ispurchasing:)-3cisu.json */, + C18203C726B677FA9EA1CB849D05F7FA /* purchase(_:ispurchasing:)-o1p9.json */, + 5BD6E143B88155A02C5B0C71180EFC76 /* purchase(_:value:callback:).json */, + C11BF8EA6D66A4ACB4BF51D7D42FA954 /* purchasedat.json */, + C9AB7E63442F95D2F4D89A17E3E846A4 /* purchasepromo(_:discountid:_:).json */, + D62C11224ACFB0EEDB4CFE71D2EB9261 /* purchasepromo(apphudproduct:discountid:_:).json */, + 345ED2757FF93DBF583EB3B5675B60BC /* purchases.json */, + B550C752E5006BF1DC4B11449DF846A8 /* rawjson.json */, + 927D427A0386AE84B3D43B2CA03F5378 /* rawpaywalls().json */, + 85FFA9F54E349DF8A42D7E5AEFED2C24 /* rawpaywalls().json */, + A8CFD6EF79854EABE3F4BB095116652F /* rawplacements().json */, + 4510D2B9512C4299148D0C6E8B4F9943 /* rawplacements().json */, + 490AE80BB7C754C94C3FB17983753C1F /* rawrepresentable-implementations.json */, + 2B9739A589D08641356B386A99295362 /* rawrepresentable-implementations.json */, + 99147F072C83082C925DBD5EFC1F02D0 /* rawrepresentable-implementations.json */, + C52EB3437EE7C0676F9C212BD0D685DE /* rawrepresentable-implementations.json */, + 7873D74FB7EC425013E04D35C3E1AEE0 /* rawrepresentable-implementations.json */, + 6A3276BEA7A2A55D5B5585B470D4D254 /* README.md */, + 2FBCABA11F2EDF54EA2565CBC82B3921 /* receiptcreationdate.json */, + 1EAD0EE052523DE3FEFCA44469868540 /* refunded.json */, + 1D020016E6D8FF41505F7402E94FD1D4 /* regular.json */, + B699E9FBAC7DAE526EFF5DB3F658124C /* restorepurchases().json */, + 3FE29F51F616021B1258CEBC6E5AF007 /* restorepurchases(callback:).json */, + D25ADA726C5178AB354B18656063AA3D /* rule_name.json */, + 5FC5B689767B1B6C44C54A873FD53B18 /* screen_name.json */, + 0AE10E6E8A8D0455358721BFC7480014 /* sdktype.json */, + 60B8F8AACB1CA6425D1E65EDBF977675 /* sdkversion.json */, + E484C2B782B7999C1A487E1F23C67EBE /* setadvertisingidentifier(_:).json */, + 5DD09B279D4CA677CD5328CC4EFC5498 /* setcustompurchasevalue(_:productid:).json */, + 8E44533059A6361E2606070564EF0CE7 /* setdelegate(_:).json */, + 38969F41CB8787E0D33789D2B58EB335 /* settings.json */, + 024586CFDAE592E55A5D8CD3179AC5B7 /* settings.json */, + 32623129AFA41B83C0466FCE4F99CE8A /* setuidelegate(_:).json */, + 04407D420541691145D622EE75E70F0D /* setuserproperty(key:value:setonce:).json */, + 132BE9D913D7A5ECC13EE4ED9E4CC63A /* shared.json */, + 6FD57676ACCE0E76CDB3F71231DB0D8C /* showpendingscreen().json */, + 1289D41F4177F716CDE193B07CD7532F /* skpaymentqueue.json */, + 413679316365FCBA2324529564BCE6DB /* skproduct.json */, + 18276EF3E3B6C210DCCF4E07FA97025E /* start(apikey:userid:observermode:callback:).json */, + 6A86F13AC656F061747C255F5C18530A /* startedat.json */, + 74A1D8E5558E1EA7146E6EBC0F57E42A /* startmanually(apikey:userid:deviceid:observermode:callback:).json */, + 4AAC4831978A08427B6D4A3426E4DFE4 /* status.json */, + 507D34AAD5FF5F423717811F05DC7186 /* status_bar_color.json */, + 7C4F733B3328B280B08EF169613F885B /* store.json */, + 6D4964817AEBEA0F21FF1AAE3FA15A6B /* storekit.json */, + C48D3264CC2B2D7E2634DB52ABF1D4EE /* submitpushnotificationstoken(token:callback:).json */, + 899472189B08AED037C5164F1A153E5D /* submitpushnotificationstokenstring(string:callback:).json */, + 1EF802845269F04C107A41EBC2AE51FA /* subscription.json */, + 0A3FE24294425064ED8741CA78B16B80 /* subscription.json */, + 2948C1B3587A815F8DAA931B966D72DE /* subscription().json */, + 92436B9CA8433CA2FFAB56103A582140 /* subscriptions.json */, + 572C8FD48192A94FB0E358F3E0DECBFE /* subscriptions().json */, + 1F8343A3D344CC870CD5BFB50C56F429 /* success.json */, + CADFF69C33EC9F01E81A1E72B1D6E0E1 /* success.json */, + 6125D4AAF8B41780DAB7C221E1C54938 /* thankandclose.json */, + 5BB67CBE37AB36191F5D55466F26BE2C /* toolbar.json */, + 0D698C1E14A93F2D6D7A6DF591E418B9 /* toolbar.json */, + 5B704695371813E0B858C43CA5EF0D95 /* topic.8cd0c0c4.js */, + 361D73909D6C52298C61B595A651210A /* topic.d8c126f3.css */, + 5ADB92DF6340549CD5F175C25C478035 /* transaction.json */, + 89DAD39798B6A1AEC11D413E24F7CC04 /* transaction.json */, + 8BBF7D7B8C3D035458341DA052106DD7 /* trial.json */, + 8C150CC0133E647247437799DE676813 /* tutorials-overview.2a32cd6f.js */, + C840034A82990C8BC9918F42163C44AC /* tutorials-overview.c249c765.css */, + D479E0D23F7085A2169657784C464B46 /* updateuserid(_:).json */, + 5A7E11BF86D3ACEE0054C10ED08BAED5 /* userdidload(user:)-4f87g.json */, + 847C0DB59D180D177D4CF1C4EAF65955 /* userdidload(user:)-4qpvb.json */, + 7004604E505A8AEB640B57EB585F9EB4 /* userid.json */, + F1EC79D52AA8D7B92D5ADA080A11DA3A /* userid().json */, + 771689DE524CE847B238428EC89087B2 /* usestorekitv2().json */, + 9CF7FE240575189816ACDC939E6276CA /* willpurchaseproductfrom(paywallidentifier:placementidentifier:).json */, ); - name = Products; + name = Pod; sourceTree = ""; }; 2DDD341507ED45D7C04A09E79B6B5EDB /* Targets Support Files */ = { @@ -215,142 +1478,157 @@ name = "Targets Support Files"; sourceTree = ""; }; - 371C340A3F1714D11DEA29D85782D494 /* Support Files */ = { + 3611F1CB8D76C138C5E6FE7E12C3EBC2 /* Development Pods */ = { isa = PBXGroup; children = ( - F0602D176545948C4A62DC0C1CCB0C0E /* ApphudSDK.modulemap */, - 1AD75F0709BFD8AA398F06C7A3DA1AD8 /* ApphudSDK-dummy.m */, - C0BD9309C481A6A45725DC5A81E571DB /* ApphudSDK-Info.plist */, - D1EBFF489F5C7ECE96F54CF12C945F1D /* ApphudSDK-prefix.pch */, - 9F614E24DFC6F4A7F014977BC8DC19C9 /* ApphudSDK-umbrella.h */, - 1F953BE5F8B5575A775B7A5D92D998D3 /* ApphudSDK.debug.xcconfig */, - 7744E1755710299562A8210CE0BBE656 /* ApphudSDK.release.xcconfig */, + A80B6EA1FBE019E5E2145B912CD2A4E7 /* ApphudSDK */, ); - name = "Support Files"; - path = "Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK"; + name = "Development Pods"; sourceTree = ""; }; - 4C2148C57475258CD37489800F4006DF /* ApphudSDK */ = { + 41645B7EF7D6A39993D0FB90A65D7F77 /* Products */ = { isa = PBXGroup; children = ( - 02706DCA5C1F5E2B3F3C0E044CF02A22 /* ApphudUI */, - 53EEE1FC6195FAC7261BEB41CD21F424 /* Internal */, - AE54AFF2737BE939B3E10D39848339C2 /* Pod */, - D9306D035C1C980C924F7367712AE894 /* Public */, - 371C340A3F1714D11DEA29D85782D494 /* Support Files */, + 116B608BECADE7354BEF4977EBA361C6 /* ApphudSDK */, + FDC773E39B7E921785F22CF4DB1C31F5 /* ApphudSDK-ApphudSDK */, + 2F4ECE1A3CB6A77B4B78B908C71BF55F /* Pods-ApphudDemoSwiftUI */, ); - name = ApphudSDK; - path = ../../..; + name = Products; sourceTree = ""; }; - 530676CE86F37196DEC220204B356163 /* Development Pods */ = { + 56205F8B04F409907D8418F2458AEAD3 /* iOS */ = { isa = PBXGroup; children = ( - 4C2148C57475258CD37489800F4006DF /* ApphudSDK */, + 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */, + 0DE38071E84A9951B95FEECBEA926D5C /* StoreKit.framework */, ); - name = "Development Pods"; + name = iOS; + sourceTree = ""; + }; + 87A882928FD7D8B9FDBF87969B3B4CE1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 369BEAFCFF9BC7A58CFFDD1B827232C7 /* ApphudSDK.modulemap */, + C5278494200275DC7B2E0B78B3497BD4 /* ApphudSDK-dummy.m */, + E6A4AA1A2313A224607A042F15370014 /* ApphudSDK-Info.plist */, + 2F9AC5FDAB6AF89BB0F34D5D3E1EF6E0 /* ApphudSDK-prefix.pch */, + 2BDC510066BF9CCE27CD2436F3A958BA /* ApphudSDK-umbrella.h */, + 91A2E793E8CE1711DB14376E1FAE6EF0 /* ApphudSDK.debug.xcconfig */, + E9FEADCFFA9353F204D0A6430DAD0E23 /* ApphudSDK.release.xcconfig */, + 7F72F16A9543EF86D9A18D380A264090 /* ResourceBundle-ApphudSDK-ApphudSDK-Info.plist */, + ); + name = "Support Files"; + path = "Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK"; sourceTree = ""; }; - 53EEE1FC6195FAC7261BEB41CD21F424 /* Internal */ = { + 8B506697D53D9B94E68B524544556E03 /* Internal */ = { isa = PBXGroup; children = ( - 970A9BED165AE433EB1AD44531AA025B /* ApphudAsyncStoreKit.swift */, - 28714CC02B3F223300899013 /* ApphudDataActor.swift */, - 28B0810A2B19DBEE0003E2E8 /* ApphudSafeSet.swift */, - 28B081062B19DBCE0003E2E8 /* ApphudProductsStorage.swift */, - 28B0810C2B19DC020003E2E8 /* ApphudURLSession.swift */, - 861A33BF72633AF9B9434FB030189D3B /* ApphudExtensions.swift */, - 1392386470C99E33060E36D573E5C379 /* ApphudHttpClient.swift */, - B7C5E798BA02E2520F942BA6755655AA /* ApphudInternal.swift */, - 38110B8C5E6EE0B2F431954BF53DDFD8 /* ApphudInternal+Attribution.swift */, - 914466FD14F7E35D03C196D140C5D29F /* ApphudInternal+Eligibility.swift */, - C6E4D415DC1B55D414273F42EDFBA78B /* ApphudInternal+Product.swift */, - 28D479212AC5289E00AA34B4 /* ApphudInternal+Fallback.swift */, - 28B081042B19DBAF0003E2E8 /* ApphudInternal+Currency.swift */, - 65E0AE6544959F5006A163A31501E0F4 /* ApphudInternal+Purchase.swift */, - D8ABAA9D04954DF17AEA0491F29807F9 /* ApphudInternal+UserUpdate.swift */, - D9DBA4DF1AD54EA2E707A7912762B6C8 /* ApphudKeychain.swift */, - 632AEC6AA147E8EE2DC0AE1704741A8A /* ApphudLoggerService.swift */, - 9B7E959FDD554D76A568697945195252 /* ApphudStoreKitWrapper.swift */, - B75E670F397EF5B43C891B16309E59B1 /* ApphudUserProperty.swift */, + D531DD467BF364BE01D804C236EEE7E2 /* ApphudAsyncStoreKit.swift */, + 9AA945DE497F539C37EB51366DD9ACAC /* ApphudDataActor.swift */, + FA064033A3028BB046015A9B1D1F3155 /* ApphudExtensions.swift */, + 50BD7CFC68C8225BB742DBA4FF16A5D3 /* ApphudHttpClient.swift */, + C6CDB3F749EAB02F8D6618AE6CE90C9D /* ApphudInternal.swift */, + 085D742CF52BA4858CE201152231FA49 /* ApphudInternal+Attribution.swift */, + 5B53BD49343161333C3EF1C83C64C6B2 /* ApphudInternal+Currency.swift */, + 13F2D492A3E930D6FE52384B8A6058D2 /* ApphudInternal+Eligibility.swift */, + 48890E4124D92A0311BF720F26443ED7 /* ApphudInternal+Fallback.swift */, + 44FA62CBBFB32E4D51C13542BFD7A233 /* ApphudInternal+Product.swift */, + C912696761D3D27826232895A225A12F /* ApphudInternal+Purchase.swift */, + 728550F259198886F6EF627A361ED457 /* ApphudInternal+UserUpdate.swift */, + 7C0B2495CF4E16EA9EBF41D716308238 /* ApphudKeychain.swift */, + 4A72AE19486C06C4807AEA92C553C60B /* ApphudLoggerService.swift */, + 926692A108AC0DE199F6B16B573461AB /* ApphudProductsStorage.swift */, + CA5DD8C3882AC2281BB32668B583907D /* ApphudSafeSet.swift */, + 89CEEF8CEE576176F5B5D07E7E277A56 /* ApphudStoreKitWrapper.swift */, + E2CC4D96EBFF894E1A315053F0A8AF28 /* ApphudURLSession.swift */, + C3A75253D4FB7338D10F4F836EAFB0C6 /* ApphudUserProperty.swift */, ); name = Internal; - path = ApphudSDK/Internal; + path = Sources/Internal; sourceTree = ""; }; - 56205F8B04F409907D8418F2458AEAD3 /* iOS */ = { + 9BD95E0373AA495DD2A97DDC14E219F2 /* Public */ = { isa = PBXGroup; children = ( - 55491B53CCB52C197797CCFE018C0BF6 /* Foundation.framework */, - 0DE38071E84A9951B95FEECBEA926D5C /* StoreKit.framework */, + EED8E44DAAFF0AB3365376DBB3984F57 /* Apphud.swift */, + 19B425BF3F7D2ADFC109B7059754F2BE /* ApphudAsyncPurchaseResult.swift */, + DFD4EB9EF0CCA965D7D20101527E7FC3 /* ApphudDelegate.swift */, + C680DDD17C66A0837A05E441ACA763E5 /* ApphudEnums.swift */, + F7E35DF376F79D6B45D397BBEE64B0C6 /* ApphudError.swift */, + 71B5B80D208DA5BA7693F1723B09247E /* ApphudGroup.swift */, + B73CF45338D2003C0172FD21681FA0B2 /* ApphudNonRenewingPurchase.swift */, + DDF3DC41BB8CFE9112231DEDC0A94ED4 /* ApphudPaywall.swift */, + CDFC9D0A75CB68611CECF88F119029FF /* ApphudPlacement.swift */, + 1E749883F6DEBB66E20C2727048FC723 /* ApphudProduct.swift */, + 64C846A2599FD7E5261A76815003BCAD /* ApphudPurchaseResult.swift */, + B60DD9F51186EC137BD2AEC733A4527E /* ApphudReceipt.swift */, + 6E6943FB959BFCD7679A88FF4190ADE6 /* ApphudRule.swift */, + 2BDB3345AE57E49FDA822D04ACA1920C /* ApphudScreen.swift */, + 1DF56EF80F74A3459F0080EE079FB74F /* ApphudSubscription.swift */, + C06BBBF456C50998235E1FCFD1FDEBE2 /* ApphudUIDelegate.swift */, + 47EEF4257913C923472FE5C3B860AEDA /* ApphudUser.swift */, + 2101739BDFA10B1237B5CCF11B6BF9B5 /* ApphudUserPropertyKey.swift */, + DD53CFF6F581DC4AAB10640BC8EDB2AB /* ApphudUtils.swift */, ); - name = iOS; + name = Public; + path = Sources/Public; sourceTree = ""; }; - AE54AFF2737BE939B3E10D39848339C2 /* Pod */ = { + A80B6EA1FBE019E5E2145B912CD2A4E7 /* ApphudSDK */ = { isa = PBXGroup; children = ( - 700C9ABF3A50F42282ECAE246EB09D89 /* ApphudSDK.podspec */, - D89E12D6FD73EAF36B3E8130FBA30E94 /* LICENSE */, - 1A770129F0CD81344DE4C7E7E83FDC42 /* README.md */, + 29CE0B2B8A808B916BF3C948DA54366F /* PrivacyInfo.xcprivacy */, + CF9D22550DAC0B2C278432BC2E777982 /* ApphudUI */, + 8B506697D53D9B94E68B524544556E03 /* Internal */, + 1967525C70710E4C533EFB26EEB26E01 /* Pod */, + 9BD95E0373AA495DD2A97DDC14E219F2 /* Public */, + 87A882928FD7D8B9FDBF87969B3B4CE1 /* Support Files */, ); - name = Pod; + name = ApphudSDK; + path = ../../..; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 530676CE86F37196DEC220204B356163 /* Development Pods */, + 3611F1CB8D76C138C5E6FE7E12C3EBC2 /* Development Pods */, 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */, - 18BB3D976DC4F15B5480A4C613761A3C /* Products */, + 41645B7EF7D6A39993D0FB90A65D7F77 /* Products */, 2DDD341507ED45D7C04A09E79B6B5EDB /* Targets Support Files */, ); sourceTree = ""; }; - D9306D035C1C980C924F7367712AE894 /* Public */ = { + CF9D22550DAC0B2C278432BC2E777982 /* ApphudUI */ = { isa = PBXGroup; children = ( - B799E823AB010F7D00BFEB4F3C99AD3F /* Apphud.swift */, - 2802A2C12B280C2100F29C5C /* ApphudEnums.swift */, - 28714CC22B3F224900899013 /* ApphudUser.swift */, - 002B5679BF4CFDB62344F4CCDC2A0D7A /* ApphudAsyncPurchaseResult.swift */, - DB1D48805EEDE03D260B094B8D652926 /* ApphudDelegate.swift */, - D3608EE3ED0723412B2BCBFF77F97399 /* ApphudError.swift */, - 8EB9E39DAC4B2F9B43D06878308E0F8C /* ApphudGroup.swift */, - 3D46C838BBBAC8D3288991C888A61571 /* ApphudNonRenewingPurchase.swift */, - 27448C5FCBB27AB270B787EDEA529179 /* ApphudPaywall.swift */, - 28B081082B19DBDB0003E2E8 /* ApphudPlacement.swift */, - 12BB531E6E3BBEEA5083288F16E2FAA5 /* ApphudProduct.swift */, - F4A8C2B9D14ECA4F3DA30F35B72E7C12 /* ApphudPurchaseResult.swift */, - D9B87AC9758159598D0122E844A3B7E6 /* ApphudReceipt.swift */, - 1B40C7244584708E1A6514992A413709 /* ApphudRule.swift */, - 78F724E641C343597AB5A90A53D4BBAC /* ApphudScreen.swift */, - 910E5896E493B196092777D930AFAB65 /* ApphudSubscription.swift */, - DCF703F6A4AC12AC975C1CA59C2D3542 /* ApphudUIDelegate.swift */, - E1CC7810738C4E785D1D2B0B6D30A492 /* ApphudUserPropertyKey.swift */, - 47F142CE560A0A2800083423ED2755E5 /* ApphudUtils.swift */, + ECE87EA7FB75C2866D5182FA0EFC938C /* ApphudNavigationController.swift */, + D7A67E56AE5FBC818C04B86D558D52C2 /* ApphudRulesManager.swift */, + 7A5BDCCFB97C4A6C753B5299EA42FCB1 /* ApphudScreenController.swift */, + 3A24BE678E8F6F7EA6C3A83FC3498547 /* ApphudScreenController+Extensions.swift */, + 162AC9716DCC86FC22CFACB81E2CE16F /* ApphudScreenController+Macros.swift */, ); - name = Public; - path = ApphudSDK/Public; + name = ApphudUI; + path = Sources/ApphudUI; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 34F36C41104B6C1A2A74806EE3BAF3D7 /* Headers */ = { + 23316B7DCC0D65CF6E2BBCC1EA6D07A7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 20CC87A3A9C5C7859792FF645BDD28C8 /* Pods-ApphudDemoSwiftUI-umbrella.h in Headers */, + 8F3C90B3E4D6893186EAAD166205CA3A /* ApphudSDK-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 46C25DE3D3E5C6D24F4881895AA17061 /* Headers */ = { + 34F36C41104B6C1A2A74806EE3BAF3D7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E2DA157D6DF6FD342FA04153424BD95C /* ApphudSDK-umbrella.h in Headers */, + 20CC87A3A9C5C7859792FF645BDD28C8 /* Pods-ApphudDemoSwiftUI-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -359,22 +1637,40 @@ /* Begin PBXNativeTarget section */ 343DC10EADFFDC93272E42B403A64D9F /* ApphudSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = 50910F0C47786A75D0A39E7A28D50614 /* Build configuration list for PBXNativeTarget "ApphudSDK" */; + buildConfigurationList = A7AB05830ABA5017E5E0BC66043E5F38 /* Build configuration list for PBXNativeTarget "ApphudSDK" */; buildPhases = ( - 46C25DE3D3E5C6D24F4881895AA17061 /* Headers */, - C41A9E8C5D38AA2714A343511178A764 /* Sources */, - 2B0626896EDE94DA8528524DE2EF8FF4 /* Frameworks */, - ACEFB53364A7891B848D41685C52FD81 /* Resources */, + 23316B7DCC0D65CF6E2BBCC1EA6D07A7 /* Headers */, + 9C1D018CE674D32589DC772838E1AF25 /* Sources */, + 3035A1DDEC460E5D5E0BF51E42ACB402 /* Frameworks */, + 6090CCEA8BC5E3C64AEAC041E0934D30 /* Resources */, ); buildRules = ( ); dependencies = ( + DEF8F2F5CFEFEB70857B4EA2E3BBA5F2 /* PBXTargetDependency */, ); name = ApphudSDK; productName = ApphudSDK; productReference = 116B608BECADE7354BEF4977EBA361C6 /* ApphudSDK */; productType = "com.apple.product-type.framework"; }; + 38EC234C697A4C00957FAF0E2787FD69 /* ApphudSDK-ApphudSDK */ = { + isa = PBXNativeTarget; + buildConfigurationList = 751691F423A0AE83890D5ED59BC17690 /* Build configuration list for PBXNativeTarget "ApphudSDK-ApphudSDK" */; + buildPhases = ( + 5247872B1BCE655201C9DDE3BBBCD1CA /* Sources */, + D2271F45ECE9560757D6BEDC5751F415 /* Frameworks */, + 3EB65C45DE9D5E3ACA0EF354382D2E1C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "ApphudSDK-ApphudSDK"; + productName = ApphudSDK; + productReference = FDC773E39B7E921785F22CF4DB1C31F5 /* ApphudSDK-ApphudSDK */; + productType = "com.apple.product-type.bundle"; + }; 93B696951FC82C19BF1EEED9ACC9632D /* Pods-ApphudDemoSwiftUI */ = { isa = PBXNativeTarget; buildConfigurationList = 3ADA16D85F257D0559236BF03521BCFF /* Build configuration list for PBXNativeTarget "Pods-ApphudDemoSwiftUI" */; @@ -387,7 +1683,7 @@ buildRules = ( ); dependencies = ( - 820FF86FA79804FD690CA5B6777913D5 /* PBXTargetDependency */, + 1FF527E5B55E9D070B57CAC958756C82 /* PBXTargetDependency */, ); name = "Pods-ApphudDemoSwiftUI"; productName = Pods_ApphudDemoSwiftUI; @@ -400,8 +1696,8 @@ BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 1300; - LastUpgradeCheck = 1300; + LastSwiftUpdateCheck = 1500; + LastUpgradeCheck = 1500; }; buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 14.0"; @@ -412,25 +1708,35 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 18BB3D976DC4F15B5480A4C613761A3C /* Products */; + productRefGroup = 41645B7EF7D6A39993D0FB90A65D7F77 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 343DC10EADFFDC93272E42B403A64D9F /* ApphudSDK */, + 38EC234C697A4C00957FAF0E2787FD69 /* ApphudSDK-ApphudSDK */, 93B696951FC82C19BF1EEED9ACC9632D /* Pods-ApphudDemoSwiftUI */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 7C6D04861B9C3D2046E25189F56E1DC4 /* Resources */ = { + 3EB65C45DE9D5E3ACA0EF354382D2E1C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 72CAAB9257B4E4A29EA5BC0F50F445C8 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6090CCEA8BC5E3C64AEAC041E0934D30 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + EE4710EBE32801216A77470EB5B7F024 /* ApphudSDK-ApphudSDK in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - ACEFB53364A7891B848D41685C52FD81 /* Resources */ = { + 7C6D04861B9C3D2046E25189F56E1DC4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -440,6 +1746,13 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 5247872B1BCE655201C9DDE3BBBCD1CA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 85780AD85DBD4783C358CA762FF312B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -448,72 +1761,95 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C41A9E8C5D38AA2714A343511178A764 /* Sources */ = { + 9C1D018CE674D32589DC772838E1AF25 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8928DF6AAA22D1051A1B0D08B262E3A9 /* Apphud.swift in Sources */, - 57C253DF71AFA86030474CBD41596DDB /* ApphudAsyncPurchaseResult.swift in Sources */, - 9EBF762960C0BA46C3E2BC1CB187574A /* ApphudAsyncStoreKit.swift in Sources */, - DC84ED9CE012F1D60CE5634739190BE0 /* ApphudDelegate.swift in Sources */, - 28714CC12B3F223300899013 /* ApphudDataActor.swift in Sources */, - 2802A2C22B280C2100F29C5C /* ApphudEnums.swift in Sources */, - ACA071C88D4C3CA6072F11758AB1E231 /* ApphudError.swift in Sources */, - B95B46F749CC6AE4E9E4DCFC3F4DAF85 /* ApphudExtensions.swift in Sources */, - 66C40F4E4EC00C8FE632E4799E745042 /* ApphudGroup.swift in Sources */, - BB0CD59BFE309EA76BF5280C4E205E8C /* ApphudHttpClient.swift in Sources */, - 788AF447636EEB4744F6E4BEF490585E /* ApphudInternal.swift in Sources */, - 28B0810B2B19DBEE0003E2E8 /* ApphudSafeSet.swift in Sources */, - 312C89AA8E8BE7B77DB83FD029F36BFD /* ApphudInternal+Attribution.swift in Sources */, - A0A565D1C3CA7BB9B082B619B1BE6058 /* ApphudInternal+Eligibility.swift in Sources */, - 07B9B8DD29B06E446F0D2A4BDA3BE712 /* ApphudInternal+Product.swift in Sources */, - 28D479222AC5289E00AA34B4 /* ApphudInternal+Fallback.swift in Sources */, - 7E1D1D8DAB073E45F24B5E05DF2876BF /* ApphudInternal+Purchase.swift in Sources */, - D8A77A7CBAECF0AC1AEC891C9ABA13C1 /* ApphudInternal+UserUpdate.swift in Sources */, - AC2C8C4E21A27F112FEEF07E62DBD4D7 /* ApphudKeychain.swift in Sources */, - 47B04BD4B53979C9E9C8901227DF9C64 /* ApphudLoggerService.swift in Sources */, - 84D21DB8A75A0FC0FA85C8F3657A1A12 /* ApphudNavigationController.swift in Sources */, - ECB19B5496827DD79B49ED97ED51A34A /* ApphudNonRenewingPurchase.swift in Sources */, - 6AF08BEEC42128CDB8F8811E3C270599 /* ApphudPaywall.swift in Sources */, - BA21D52D032E39DB288303511CFA0992 /* ApphudProduct.swift in Sources */, - 6948637D34224721EE0A492C6A97FFCC /* ApphudPurchaseResult.swift in Sources */, - 05A55DCE02F5934424845A40CD06FFE8 /* ApphudReceipt.swift in Sources */, - 7F814F95B8ED7C53C8BA9C98BB716A28 /* ApphudRule.swift in Sources */, - 28B081072B19DBCE0003E2E8 /* ApphudProductsStorage.swift in Sources */, - EB1E4801B93BB000255AF389202C2C2F /* ApphudRulesManager.swift in Sources */, - 6E0FB849643C2303D7FC4BD64031CCE0 /* ApphudScreen.swift in Sources */, - 2ACDA93ADA6F7AAE8C184DA86550383A /* ApphudScreenController.swift in Sources */, - 59F2BBE2C99FA54597E751800EFA96D0 /* ApphudScreenController+Extensions.swift in Sources */, - 5BB0E51275F5BD46F6AAFD2E526364F9 /* ApphudScreenController+Macros.swift in Sources */, - 6437D3EAD16520D2003FF92E097C4188 /* ApphudSDK-dummy.m in Sources */, - 30E650789281B6A72C787EC12AA07770 /* ApphudStoreKitWrapper.swift in Sources */, - DD8269095724BBACE6B5B53E1D4BB930 /* ApphudSubscription.swift in Sources */, - 28714CC32B3F224900899013 /* ApphudUser.swift in Sources */, - 9279919D132F677BBC048D1EB003F2B1 /* ApphudUIDelegate.swift in Sources */, - 29816AB2B94F3A64C20900FAFA4F4AD1 /* ApphudUserProperty.swift in Sources */, - 28B081052B19DBB00003E2E8 /* ApphudInternal+Currency.swift in Sources */, - 0A57EFA0DC435AD09736E1AE830A50CB /* ApphudUserPropertyKey.swift in Sources */, - 28B0810D2B19DC020003E2E8 /* ApphudURLSession.swift in Sources */, - 81364D0A4C5062B60457CB9E080D6D29 /* ApphudUtils.swift in Sources */, - 28B081092B19DBDB0003E2E8 /* ApphudPlacement.swift in Sources */, + F7EF7EDD75D4F1BCE2F748F7E9390A71 /* Apphud.swift in Sources */, + 2F48295B831EE2E97C0434306A958D1E /* ApphudAsyncPurchaseResult.swift in Sources */, + 2D0CCBAF795A5CC359E4FF4A43AC10D4 /* ApphudAsyncStoreKit.swift in Sources */, + 630B47A3FC8EF1C87E67D63E5A246DA7 /* ApphudDataActor.swift in Sources */, + 0B3CFC72CE3FEC846DB072C16F70B624 /* ApphudDelegate.swift in Sources */, + D395B88D7CF5D0C315F5A18BB88613CB /* ApphudEnums.swift in Sources */, + D9D292E9066FCBBC5DA5A5C0CE7611E8 /* ApphudError.swift in Sources */, + D91001AA1D90C222BA2C7902335CEC43 /* ApphudExtensions.swift in Sources */, + 152ECFD1D858E1AB2744C618392F0C94 /* ApphudGroup.swift in Sources */, + 6929B9B8E0A8F04C8898A63975357B8C /* ApphudHttpClient.swift in Sources */, + A8980381868210D2F3B2A3747D99CD39 /* ApphudInternal.swift in Sources */, + 93E04AE4495F460A70020790DC698596 /* ApphudInternal+Attribution.swift in Sources */, + 84FD9FA269B14ABCA0DEED391F8FAB6C /* ApphudInternal+Currency.swift in Sources */, + 4DC5BE134288FA3C3DA34CAFABA299E0 /* ApphudInternal+Eligibility.swift in Sources */, + 9C988FC2F62E161ED8BDA2E935216FF1 /* ApphudInternal+Fallback.swift in Sources */, + 3C9ED8D12A60C9D7512FECDB79B21493 /* ApphudInternal+Product.swift in Sources */, + C07134DF171C2140F65688D1B9F319FE /* ApphudInternal+Purchase.swift in Sources */, + 30B3AD43FD1A42DDC2BFF6610A8B1FF0 /* ApphudInternal+UserUpdate.swift in Sources */, + 2A5C411F70A16089C75108B07F682707 /* ApphudKeychain.swift in Sources */, + 93D170ADF7AC7CBEE78966BED1DECABF /* ApphudLoggerService.swift in Sources */, + E13F9E4783A165C0713BCD700384B5EC /* ApphudNavigationController.swift in Sources */, + 784E275840C4BAA967397AD056ABF15E /* ApphudNonRenewingPurchase.swift in Sources */, + 606B25F5044E0F6C6644178707C93F68 /* ApphudPaywall.swift in Sources */, + 6E7EF4B013BCA5153C9EAC992BF6ECD6 /* ApphudPlacement.swift in Sources */, + F48C655AEAA893D6604C3FAB80F31F4C /* ApphudProduct.swift in Sources */, + 5EF3752B5173DEF03FCC5CCCD8D26257 /* ApphudProductsStorage.swift in Sources */, + 253C5EE2AEFCF632DC239B2C478FEBA8 /* ApphudPurchaseResult.swift in Sources */, + 9F1A955AE9C242E38D0277BDF8D971E9 /* ApphudReceipt.swift in Sources */, + 5209AC153CA609E8508090E973E846DA /* ApphudRule.swift in Sources */, + 94AA2D589C9FF28F34A3F0DF48B0CBF5 /* ApphudRulesManager.swift in Sources */, + 9C58A91D95B6471F786EE84F87C11752 /* ApphudSafeSet.swift in Sources */, + EB8C8951C91A73DC322893F20E7A53DC /* ApphudScreen.swift in Sources */, + EB9E162F7A44B0FA4737C008F953F205 /* ApphudScreenController.swift in Sources */, + E140D1977C289029DFEE80F15DCAC25B /* ApphudScreenController+Extensions.swift in Sources */, + 945DB81774CE8892F1B653A51FAA35FF /* ApphudScreenController+Macros.swift in Sources */, + 30128EEB7B2841BC994C36D692FA1E77 /* ApphudSDK-dummy.m in Sources */, + 969A525D69A16CEED1931BB1844A1772 /* ApphudStoreKitWrapper.swift in Sources */, + 561FE77C4E26D1B778F6EBFF1BFA5B57 /* ApphudSubscription.swift in Sources */, + 4FA159C53F84E9E1746382F6E0ED1E23 /* ApphudUIDelegate.swift in Sources */, + 046A86D2050AD3994C36F1CF0B1B171C /* ApphudURLSession.swift in Sources */, + F5F5D64FD07071AAE782D96CED648C4F /* ApphudUser.swift in Sources */, + E0CFCE116AFD98EA58A369F209A36F29 /* ApphudUserProperty.swift in Sources */, + D4DF037EBC350E029BD737D3A31B8C39 /* ApphudUserPropertyKey.swift in Sources */, + 6CC21C2976034269D29D96E9064F1CF9 /* ApphudUtils.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 820FF86FA79804FD690CA5B6777913D5 /* PBXTargetDependency */ = { + 1FF527E5B55E9D070B57CAC958756C82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ApphudSDK; target = 343DC10EADFFDC93272E42B403A64D9F /* ApphudSDK */; - targetProxy = 482D0A0CD667553D6B409863DA0EB5B8 /* PBXContainerItemProxy */; + targetProxy = 8B98FC7C3A3F17F48483E6DA254EDD63 /* PBXContainerItemProxy */; + }; + DEF8F2F5CFEFEB70857B4EA2E3BBA5F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "ApphudSDK-ApphudSDK"; + target = 38EC234C697A4C00957FAF0E2787FD69 /* ApphudSDK-ApphudSDK */; + targetProxy = F9D95C5A3361459063178A8F74412914 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 5FF899925BBF918BF3AE68B3D81AB4C0 /* Release */ = { + 2205BAE558C433F03FCD07AA0E2C7F3F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7744E1755710299562A8210CE0BBE656 /* ApphudSDK.release.xcconfig */; + baseConfigurationReference = E9FEADCFFA9353F204D0A6430DAD0E23 /* ApphudSDK.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ApphudSDK"; + IBSC_MODULE = ApphudSDK; + INFOPLIST_FILE = "Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + PRODUCT_NAME = ApphudSDK; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 2878CB176B198B9444F7B1F91CAC56C9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E9FEADCFFA9353F204D0A6430DAD0E23 /* ApphudSDK.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -651,6 +1987,23 @@ }; name = Debug; }; + 9A4D65D06408A00A5A8597490BA2782E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 91A2E793E8CE1711DB14376E1FAE6EF0 /* ApphudSDK.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ApphudSDK"; + IBSC_MODULE = ApphudSDK; + INFOPLIST_FILE = "Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + PRODUCT_NAME = ApphudSDK; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 9E406C6AAF85E580207CD97B0044DEAB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -713,9 +2066,9 @@ }; name = Release; }; - A3ABF2AB482331010DB0C5BE0CE424B2 /* Debug */ = { + F467222FBD662E4DC84B34B6C4C0D597 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F953BE5F8B5575A775B7A5D92D998D3 /* ApphudSDK.debug.xcconfig */; + baseConfigurationReference = 91A2E793E8CE1711DB14376E1FAE6EF0 /* ApphudSDK.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -806,11 +2159,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 50910F0C47786A75D0A39E7A28D50614 /* Build configuration list for PBXNativeTarget "ApphudSDK" */ = { + 751691F423A0AE83890D5ED59BC17690 /* Build configuration list for PBXNativeTarget "ApphudSDK-ApphudSDK" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9A4D65D06408A00A5A8597490BA2782E /* Debug */, + 2205BAE558C433F03FCD07AA0E2C7F3F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A7AB05830ABA5017E5E0BC66043E5F38 /* Build configuration list for PBXNativeTarget "ApphudSDK" */ = { isa = XCConfigurationList; buildConfigurations = ( - A3ABF2AB482331010DB0C5BE0CE424B2 /* Debug */, - 5FF899925BBF918BF3AE68B3D81AB4C0 /* Release */, + F467222FBD662E4DC84B34B6C4C0D597 /* Debug */, + 2878CB176B198B9444F7B1F91CAC56C9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK-Info.plist b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK-Info.plist index 45226757..be941466 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK-Info.plist +++ b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK.debug.xcconfig b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK.debug.xcconfig index a048c2ec..a8050edf 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK.debug.xcconfig +++ b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK.debug.xcconfig @@ -1,11 +1,12 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../.. PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK.release.xcconfig b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK.release.xcconfig index a048c2ec..a8050edf 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK.release.xcconfig +++ b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ApphudSDK.release.xcconfig @@ -1,11 +1,12 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../.. PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist new file mode 100644 index 00000000..29ee7c02 --- /dev/null +++ b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/ApphudSDK/ResourceBundle-ApphudSDK-ApphudSDK-Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 3.3.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSPrincipalClass + + + diff --git a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI-Info.plist b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI-Info.plist index 2243fe6e..19cf209d 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI-Info.plist +++ b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI-frameworks.sh b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI-frameworks.sh index 0fc676fd..295934af 100755 --- a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI-frameworks.sh +++ b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI-frameworks.sh @@ -18,7 +18,7 @@ echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" BCSYMBOLMAP_DIR="BCSymbolMaps" @@ -41,7 +41,7 @@ install_framework() if [ -L "${source}" ]; then echo "Symlinked..." - source="$(readlink "${source}")" + source="$(readlink -f "${source}")" fi if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then diff --git a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI.debug.xcconfig b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI.debug.xcconfig index ff3b0aa0..87bdca82 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI.debug.xcconfig +++ b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI.debug.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK/ApphudSDK.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "ApphudSDK" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI.release.xcconfig b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI.release.xcconfig index ff3b0aa0..87bdca82 100644 --- a/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI.release.xcconfig +++ b/Example/ApphudDemoSwiftUI/Pods/Target Support Files/Pods-ApphudDemoSwiftUI/Pods-ApphudDemoSwiftUI.release.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ApphudSDK/ApphudSDK.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "ApphudSDK" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/LICENSE b/LICENSE index 20bb8104..d83fa5b2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 AppHud (http://apphud.com) +Copyright (c) 2024 Apphud (https://apphud.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12,7 +12,7 @@ all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN diff --git a/Package.swift b/Package.swift index 7c2df97e..7df49a10 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.1 +// swift-tools-version:5.9 import PackageDescription let package = Package(name: "ApphudSDK", @@ -6,7 +6,7 @@ let package = Package(name: "ApphudSDK", products: [.library(name: "ApphudSDK", targets: ["ApphudSDK"])], targets: [.target(name: "ApphudSDK", - path: "ApphudSDK", + path: "Sources", resources: [ .process("PrivacyInfo.xcprivacy") ])], diff --git a/ApphudSDK/ApphudUI/ApphudNavigationController.swift b/Sources/ApphudUI/ApphudNavigationController.swift similarity index 100% rename from ApphudSDK/ApphudUI/ApphudNavigationController.swift rename to Sources/ApphudUI/ApphudNavigationController.swift diff --git a/ApphudSDK/ApphudUI/ApphudRulesManager.swift b/Sources/ApphudUI/ApphudRulesManager.swift similarity index 100% rename from ApphudSDK/ApphudUI/ApphudRulesManager.swift rename to Sources/ApphudUI/ApphudRulesManager.swift diff --git a/ApphudSDK/ApphudUI/ApphudScreenController+Extensions.swift b/Sources/ApphudUI/ApphudScreenController+Extensions.swift similarity index 100% rename from ApphudSDK/ApphudUI/ApphudScreenController+Extensions.swift rename to Sources/ApphudUI/ApphudScreenController+Extensions.swift diff --git a/ApphudSDK/ApphudUI/ApphudScreenController+Macros.swift b/Sources/ApphudUI/ApphudScreenController+Macros.swift similarity index 100% rename from ApphudSDK/ApphudUI/ApphudScreenController+Macros.swift rename to Sources/ApphudUI/ApphudScreenController+Macros.swift diff --git a/ApphudSDK/ApphudUI/ApphudScreenController.swift b/Sources/ApphudUI/ApphudScreenController.swift similarity index 100% rename from ApphudSDK/ApphudUI/ApphudScreenController.swift rename to Sources/ApphudUI/ApphudScreenController.swift diff --git a/ApphudSDK/Documentation.docc/Documentation.md b/Sources/Documentation.docc/Documentation.md similarity index 100% rename from ApphudSDK/Documentation.docc/Documentation.md rename to Sources/Documentation.docc/Documentation.md diff --git a/ApphudSDK/Internal/ApphudAsyncStoreKit.swift b/Sources/Internal/ApphudAsyncStoreKit.swift similarity index 100% rename from ApphudSDK/Internal/ApphudAsyncStoreKit.swift rename to Sources/Internal/ApphudAsyncStoreKit.swift diff --git a/ApphudSDK/Internal/ApphudDataActor.swift b/Sources/Internal/ApphudDataActor.swift similarity index 100% rename from ApphudSDK/Internal/ApphudDataActor.swift rename to Sources/Internal/ApphudDataActor.swift diff --git a/ApphudSDK/Internal/ApphudExtensions.swift b/Sources/Internal/ApphudExtensions.swift similarity index 100% rename from ApphudSDK/Internal/ApphudExtensions.swift rename to Sources/Internal/ApphudExtensions.swift diff --git a/ApphudSDK/Internal/ApphudHttpClient.swift b/Sources/Internal/ApphudHttpClient.swift similarity index 100% rename from ApphudSDK/Internal/ApphudHttpClient.swift rename to Sources/Internal/ApphudHttpClient.swift diff --git a/ApphudSDK/Internal/ApphudInternal+Attribution.swift b/Sources/Internal/ApphudInternal+Attribution.swift similarity index 100% rename from ApphudSDK/Internal/ApphudInternal+Attribution.swift rename to Sources/Internal/ApphudInternal+Attribution.swift diff --git a/ApphudSDK/Internal/ApphudInternal+Currency.swift b/Sources/Internal/ApphudInternal+Currency.swift similarity index 100% rename from ApphudSDK/Internal/ApphudInternal+Currency.swift rename to Sources/Internal/ApphudInternal+Currency.swift diff --git a/ApphudSDK/Internal/ApphudInternal+Eligibility.swift b/Sources/Internal/ApphudInternal+Eligibility.swift similarity index 100% rename from ApphudSDK/Internal/ApphudInternal+Eligibility.swift rename to Sources/Internal/ApphudInternal+Eligibility.swift diff --git a/ApphudSDK/Internal/ApphudInternal+Fallback.swift b/Sources/Internal/ApphudInternal+Fallback.swift similarity index 100% rename from ApphudSDK/Internal/ApphudInternal+Fallback.swift rename to Sources/Internal/ApphudInternal+Fallback.swift diff --git a/ApphudSDK/Internal/ApphudInternal+Product.swift b/Sources/Internal/ApphudInternal+Product.swift similarity index 100% rename from ApphudSDK/Internal/ApphudInternal+Product.swift rename to Sources/Internal/ApphudInternal+Product.swift diff --git a/ApphudSDK/Internal/ApphudInternal+Purchase.swift b/Sources/Internal/ApphudInternal+Purchase.swift similarity index 100% rename from ApphudSDK/Internal/ApphudInternal+Purchase.swift rename to Sources/Internal/ApphudInternal+Purchase.swift diff --git a/ApphudSDK/Internal/ApphudInternal+UserUpdate.swift b/Sources/Internal/ApphudInternal+UserUpdate.swift similarity index 100% rename from ApphudSDK/Internal/ApphudInternal+UserUpdate.swift rename to Sources/Internal/ApphudInternal+UserUpdate.swift diff --git a/ApphudSDK/Internal/ApphudInternal.swift b/Sources/Internal/ApphudInternal.swift similarity index 100% rename from ApphudSDK/Internal/ApphudInternal.swift rename to Sources/Internal/ApphudInternal.swift diff --git a/ApphudSDK/Internal/ApphudKeychain.swift b/Sources/Internal/ApphudKeychain.swift similarity index 100% rename from ApphudSDK/Internal/ApphudKeychain.swift rename to Sources/Internal/ApphudKeychain.swift diff --git a/ApphudSDK/Internal/ApphudLoggerService.swift b/Sources/Internal/ApphudLoggerService.swift similarity index 100% rename from ApphudSDK/Internal/ApphudLoggerService.swift rename to Sources/Internal/ApphudLoggerService.swift diff --git a/ApphudSDK/Internal/ApphudProductsStorage.swift b/Sources/Internal/ApphudProductsStorage.swift similarity index 100% rename from ApphudSDK/Internal/ApphudProductsStorage.swift rename to Sources/Internal/ApphudProductsStorage.swift diff --git a/ApphudSDK/Internal/ApphudSafeSet.swift b/Sources/Internal/ApphudSafeSet.swift similarity index 100% rename from ApphudSDK/Internal/ApphudSafeSet.swift rename to Sources/Internal/ApphudSafeSet.swift diff --git a/ApphudSDK/Internal/ApphudStoreKitWrapper.swift b/Sources/Internal/ApphudStoreKitWrapper.swift similarity index 100% rename from ApphudSDK/Internal/ApphudStoreKitWrapper.swift rename to Sources/Internal/ApphudStoreKitWrapper.swift diff --git a/ApphudSDK/Internal/ApphudURLSession.swift b/Sources/Internal/ApphudURLSession.swift similarity index 100% rename from ApphudSDK/Internal/ApphudURLSession.swift rename to Sources/Internal/ApphudURLSession.swift diff --git a/ApphudSDK/Internal/ApphudUserProperty.swift b/Sources/Internal/ApphudUserProperty.swift similarity index 100% rename from ApphudSDK/Internal/ApphudUserProperty.swift rename to Sources/Internal/ApphudUserProperty.swift diff --git a/ApphudSDK/PrivacyInfo.xcprivacy b/Sources/PrivacyInfo.xcprivacy similarity index 100% rename from ApphudSDK/PrivacyInfo.xcprivacy rename to Sources/PrivacyInfo.xcprivacy diff --git a/ApphudSDK/Public/Apphud.swift b/Sources/Public/Apphud.swift similarity index 100% rename from ApphudSDK/Public/Apphud.swift rename to Sources/Public/Apphud.swift diff --git a/ApphudSDK/Public/ApphudAsyncPurchaseResult.swift b/Sources/Public/ApphudAsyncPurchaseResult.swift similarity index 100% rename from ApphudSDK/Public/ApphudAsyncPurchaseResult.swift rename to Sources/Public/ApphudAsyncPurchaseResult.swift diff --git a/ApphudSDK/Public/ApphudDelegate.swift b/Sources/Public/ApphudDelegate.swift similarity index 100% rename from ApphudSDK/Public/ApphudDelegate.swift rename to Sources/Public/ApphudDelegate.swift diff --git a/ApphudSDK/Public/ApphudEnums.swift b/Sources/Public/ApphudEnums.swift similarity index 100% rename from ApphudSDK/Public/ApphudEnums.swift rename to Sources/Public/ApphudEnums.swift diff --git a/ApphudSDK/Public/ApphudError.swift b/Sources/Public/ApphudError.swift similarity index 100% rename from ApphudSDK/Public/ApphudError.swift rename to Sources/Public/ApphudError.swift diff --git a/ApphudSDK/Public/ApphudGroup.swift b/Sources/Public/ApphudGroup.swift similarity index 100% rename from ApphudSDK/Public/ApphudGroup.swift rename to Sources/Public/ApphudGroup.swift diff --git a/ApphudSDK/Public/ApphudNonRenewingPurchase.swift b/Sources/Public/ApphudNonRenewingPurchase.swift similarity index 100% rename from ApphudSDK/Public/ApphudNonRenewingPurchase.swift rename to Sources/Public/ApphudNonRenewingPurchase.swift diff --git a/ApphudSDK/Public/ApphudPaywall.swift b/Sources/Public/ApphudPaywall.swift similarity index 100% rename from ApphudSDK/Public/ApphudPaywall.swift rename to Sources/Public/ApphudPaywall.swift diff --git a/ApphudSDK/Public/ApphudPlacement.swift b/Sources/Public/ApphudPlacement.swift similarity index 100% rename from ApphudSDK/Public/ApphudPlacement.swift rename to Sources/Public/ApphudPlacement.swift diff --git a/ApphudSDK/Public/ApphudProduct.swift b/Sources/Public/ApphudProduct.swift similarity index 100% rename from ApphudSDK/Public/ApphudProduct.swift rename to Sources/Public/ApphudProduct.swift diff --git a/ApphudSDK/Public/ApphudPurchaseResult.swift b/Sources/Public/ApphudPurchaseResult.swift similarity index 100% rename from ApphudSDK/Public/ApphudPurchaseResult.swift rename to Sources/Public/ApphudPurchaseResult.swift diff --git a/ApphudSDK/Public/ApphudReceipt.swift b/Sources/Public/ApphudReceipt.swift similarity index 100% rename from ApphudSDK/Public/ApphudReceipt.swift rename to Sources/Public/ApphudReceipt.swift diff --git a/ApphudSDK/Public/ApphudRule.swift b/Sources/Public/ApphudRule.swift similarity index 100% rename from ApphudSDK/Public/ApphudRule.swift rename to Sources/Public/ApphudRule.swift diff --git a/ApphudSDK/Public/ApphudScreen.swift b/Sources/Public/ApphudScreen.swift similarity index 100% rename from ApphudSDK/Public/ApphudScreen.swift rename to Sources/Public/ApphudScreen.swift diff --git a/ApphudSDK/Public/ApphudSubscription.swift b/Sources/Public/ApphudSubscription.swift similarity index 100% rename from ApphudSDK/Public/ApphudSubscription.swift rename to Sources/Public/ApphudSubscription.swift diff --git a/ApphudSDK/Public/ApphudUIDelegate.swift b/Sources/Public/ApphudUIDelegate.swift similarity index 100% rename from ApphudSDK/Public/ApphudUIDelegate.swift rename to Sources/Public/ApphudUIDelegate.swift diff --git a/ApphudSDK/Public/ApphudUser.swift b/Sources/Public/ApphudUser.swift similarity index 100% rename from ApphudSDK/Public/ApphudUser.swift rename to Sources/Public/ApphudUser.swift diff --git a/ApphudSDK/Public/ApphudUserPropertyKey.swift b/Sources/Public/ApphudUserPropertyKey.swift similarity index 100% rename from ApphudSDK/Public/ApphudUserPropertyKey.swift rename to Sources/Public/ApphudUserPropertyKey.swift diff --git a/ApphudSDK/Public/ApphudUtils.swift b/Sources/Public/ApphudUtils.swift similarity index 100% rename from ApphudSDK/Public/ApphudUtils.swift rename to Sources/Public/ApphudUtils.swift