Skip to content

Commit d4c0e41

Browse files
authored
Merge pull request #78 from Purchasely/Release/5.5.0RC
5.5.0
2 parents 058adc3 + 504168d commit d4c0e41

File tree

112 files changed

+27210
-7935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+27210
-7935
lines changed

Purchasely-tvOS.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@
116116
"5.3.7": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.7/Purchasely-tvos.framework.zip",
117117
"5.4.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.0/Purchasely-tvos.framework.zip",
118118
"5.4.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.1/Purchasely-tvos.framework.zip",
119-
"5.4.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.2/Purchasely-tvos.framework.zip"
119+
"5.4.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.2/Purchasely-tvos.framework.zip",
120+
"5.5.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.5.0/Purchasely-tvos.framework.zip"
120121
}

Purchasely-xcframework.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@
4343
"5.3.7": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.7/Purchasely-ios-xcframework.zip",
4444
"5.4.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.0/Purchasely-ios-xcframework.zip",
4545
"5.4.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.1/Purchasely-ios-xcframework.zip",
46-
"5.4.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.2/Purchasely-ios-xcframework.zip"
46+
"5.4.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.2/Purchasely-ios-xcframework.zip",
47+
"5.5.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.5.0/Purchasely-ios-xcframework.zip"
4748
}

Purchasely.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,6 @@
119119
"5.3.7": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.7/Purchasely-ios.framework.zip",
120120
"5.4.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.0/Purchasely-ios.framework.zip",
121121
"5.4.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.1/Purchasely-ios.framework.zip",
122-
"5.4.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.2/Purchasely-ios.framework.zip"
122+
"5.4.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.4.2/Purchasely-ios.framework.zip",
123+
"5.5.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.5.0/Purchasely-ios.framework.zip"
123124
}

Purchasely.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Purchasely'
11-
s.version = '5.4.2'
11+
s.version = '5.5.0'
1212
s.summary = 'The simplest way to add In App Purchase to your apps.'
1313

1414
# This description is used to generate tags and improve search results.

Purchasely/Frameworks/Purchasely.xcframework/Info.plist

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,46 @@
88
<key>BinaryPath</key>
99
<string>Purchasely.framework/Purchasely</string>
1010
<key>LibraryIdentifier</key>
11-
<string>tvos-arm64</string>
11+
<string>tvos-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>Purchasely.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>tvos</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>Purchasely.framework/Purchasely</string>
2427
<key>LibraryIdentifier</key>
25-
<string>tvos-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>Purchasely.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
34-
<string>tvos</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
36+
<string>ios</string>
3737
</dict>
3838
<dict>
3939
<key>BinaryPath</key>
40-
<string>Purchasely.framework/Versions/A/Purchasely</string>
40+
<string>Purchasely.framework/Purchasely</string>
4141
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-maccatalyst</string>
42+
<string>tvos-arm64</string>
4343
<key>LibraryPath</key>
4444
<string>Purchasely.framework</string>
4545
<key>SupportedArchitectures</key>
4646
<array>
4747
<string>arm64</string>
48-
<string>x86_64</string>
4948
</array>
5049
<key>SupportedPlatform</key>
51-
<string>ios</string>
52-
<key>SupportedPlatformVariant</key>
53-
<string>maccatalyst</string>
50+
<string>tvos</string>
5451
</dict>
5552
<dict>
5653
<key>BinaryPath</key>
@@ -71,23 +68,26 @@
7168
</dict>
7269
<dict>
7370
<key>BinaryPath</key>
74-
<string>Purchasely.framework/Purchasely</string>
71+
<string>Purchasely.framework/Versions/A/Purchasely</string>
7572
<key>LibraryIdentifier</key>
76-
<string>ios-arm64</string>
73+
<string>ios-arm64_x86_64-maccatalyst</string>
7774
<key>LibraryPath</key>
7875
<string>Purchasely.framework</string>
7976
<key>SupportedArchitectures</key>
8077
<array>
8178
<string>arm64</string>
79+
<string>x86_64</string>
8280
</array>
8381
<key>SupportedPlatform</key>
8482
<string>ios</string>
83+
<key>SupportedPlatformVariant</key>
84+
<string>maccatalyst</string>
8585
</dict>
8686
</array>
8787
<key>CFBundlePackageType</key>
8888
<string>XFWK</string>
8989
<key>CFBundleShortVersionString</key>
90-
<string>5.4.2</string>
90+
<string>5.5.0</string>
9191
<key>XCFrameworkFormatVersion</key>
9292
<string>1.0</string>
9393
</dict>
Binary file not shown.

Purchasely/Frameworks/Purchasely.xcframework/ios-arm64/Purchasely.framework/Headers/Purchasely-Swift.h

Lines changed: 96 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
3+
// Generated by Apple Swift version 6.2.1 effective-5.10 (swiftlang-6.2.1.4.8 clang-1700.4.4.1)
44
#ifndef PURCHASELY_SWIFT_H
55
#define PURCHASELY_SWIFT_H
66
#pragma clang diagnostic push
@@ -488,88 +488,98 @@ typedef SWIFT_ENUM(NSInteger, PLYEventProperty, open) {
488488
PLYEventPropertyEventCreatedAtMsOriginal = 6,
489489
PLYEventPropertyEventCreatedOriginal = 7,
490490
PLYEventPropertyDisplayedPresentation = 8,
491-
PLYEventPropertyIsFallbackPresentation = 9,
492-
PLYEventPropertyUserId = 10,
493-
PLYEventPropertyAnonymousUserId = 11,
494-
PLYEventPropertyPurchasablePlans = 12,
495-
PLYEventPropertyDeeplinkIdentifier = 13,
496-
PLYEventPropertySourceIdentifier = 14,
497-
PLYEventPropertyPlan = 15,
498-
PLYEventPropertyPreviousSelectedPlan = 16,
499-
PLYEventPropertyLinkIdentifier = 17,
500-
PLYEventPropertyCarousels = 18,
501-
PLYEventPropertyDevice = 19,
502-
PLYEventPropertyOsVersion = 20,
503-
PLYEventPropertyType = 21,
504-
PLYEventPropertyErrorMessage = 22,
505-
PLYEventPropertyLanguage = 23,
506-
PLYEventPropertyPlanType = 24,
507-
PLYEventPropertyPurchaselyPlanId = 25,
508-
PLYEventPropertyStore = 26,
509-
PLYEventPropertyStoreCountry = 27,
510-
PLYEventPropertyStoreProductId = 28,
511-
PLYEventPropertyPriceInCustomerCurrency = 29,
512-
PLYEventPropertyCustomerCurrency = 30,
513-
PLYEventPropertyPeriod = 31,
514-
PLYEventPropertyDuration = 32,
515-
PLYEventPropertyIntroPriceInCustomerCurrency = 33,
516-
PLYEventPropertyIntroPeriod = 34,
517-
PLYEventPropertyIntroDuration = 35,
518-
PLYEventPropertyFreePeriod = 36,
519-
PLYEventPropertyFreeDuration = 37,
520-
PLYEventPropertyHasFreeTrial = 38,
521-
PLYEventPropertyPromotionalOfferPriceInCustomerCurrency = 39,
522-
PLYEventPropertyPromotionalOfferPeriod = 40,
523-
PLYEventPropertyPromotionalOfferDuration = 41,
524-
PLYEventPropertyDiscountReferent = 42,
525-
PLYEventPropertyDiscountPercentageComparisonToReferent = 43,
526-
PLYEventPropertyDiscountPriceComparisonToReferent = 44,
527-
PLYEventPropertyIsDefault = 45,
528-
PLYEventPropertySelectedSlide = 46,
529-
PLYEventPropertyNumberOfSlides = 47,
530-
PLYEventPropertyIsCarouselAutoPlaying = 48,
531-
PLYEventPropertyDefaultSlide = 49,
532-
PLYEventPropertyPreviousSlide = 50,
533-
PLYEventPropertySelectedProduct = 51,
534-
PLYEventPropertyPlanChangeType = 52,
535-
PLYEventPropertyCancellationReasonId = 53,
536-
PLYEventPropertyCancellationReason = 54,
537-
PLYEventPropertyRunningSubscriptions = 55,
538-
PLYEventPropertyProduct = 56,
539-
PLYEventPropertySelectedPresentation = 57,
540-
PLYEventPropertyPreviousSelectedPresentation = 58,
541-
PLYEventPropertyPlacementId = 59,
542-
PLYEventPropertyAudienceId = 60,
543-
PLYEventPropertyAbTestId = 61,
544-
PLYEventPropertyAbTestVariantId = 62,
545-
PLYEventPropertyContentId = 63,
546-
PLYEventPropertySessionDuration = 64,
547-
PLYEventPropertySessionCount = 65,
548-
PLYEventPropertyScreenDuration = 66,
549-
PLYEventPropertyScreenDisplayedAt = 67,
550-
PLYEventPropertyScreenDisplayedAtMs = 68,
551-
PLYEventPropertyAppInstalledAt = 69,
552-
PLYEventPropertyAppInstalledAtMs = 70,
553-
PLYEventPropertyPaywallrequestDurationInMs = 71,
554-
PLYEventPropertyStoreKitVersion = 72,
555-
PLYEventPropertyPresentationType = 73,
556-
PLYEventPropertyPromoOffer = 74,
557-
PLYEventPropertyOrientation = 75,
558-
PLYEventPropertySessionId = 76,
559-
PLYEventPropertySelectedOptionId = 77,
560-
PLYEventPropertySelectedOptions = 78,
561-
PLYEventPropertyDisplayedOptions = 79,
562-
PLYEventPropertyCampaignId = 80,
563-
PLYEventPropertyFlowId = 81,
564-
PLYEventPropertyFlowStepId = 82,
565-
PLYEventPropertyFlowVersion = 83,
566-
PLYEventPropertyFromActionId = 84,
567-
PLYEventPropertyFromStepId = 85,
568-
PLYEventPropertyDisplayMode = 86,
569-
PLYEventPropertyFlowSessionId = 87,
570-
PLYEventPropertyStripeCheckoutSessionId = 88,
571-
PLYEventPropertyStripePurchaseId = 89,
572-
PLYEventPropertyWebCheckoutProvider = 90,
491+
PLYEventPropertyInternalPresentationId = 9,
492+
PLYEventPropertyIsFallbackPresentation = 10,
493+
PLYEventPropertyUserId = 11,
494+
PLYEventPropertyAnonymousUserId = 12,
495+
PLYEventPropertyPurchasablePlans = 13,
496+
PLYEventPropertyDeeplinkIdentifier = 14,
497+
PLYEventPropertySourceIdentifier = 15,
498+
PLYEventPropertyPlan = 16,
499+
PLYEventPropertyPreviousSelectedPlan = 17,
500+
PLYEventPropertyLinkIdentifier = 18,
501+
PLYEventPropertyCarousels = 19,
502+
PLYEventPropertyDevice = 20,
503+
PLYEventPropertyOsVersion = 21,
504+
PLYEventPropertyType = 22,
505+
PLYEventPropertyErrorMessage = 23,
506+
PLYEventPropertyLanguage = 24,
507+
PLYEventPropertyPlanType = 25,
508+
PLYEventPropertyPurchaselyPlanId = 26,
509+
PLYEventPropertyStore = 27,
510+
PLYEventPropertyStoreCountry = 28,
511+
PLYEventPropertyStoreProductId = 29,
512+
PLYEventPropertyPriceInCustomerCurrency = 30,
513+
PLYEventPropertyCustomerCurrency = 31,
514+
PLYEventPropertyPeriod = 32,
515+
PLYEventPropertyDuration = 33,
516+
PLYEventPropertyIntroPriceInCustomerCurrency = 34,
517+
PLYEventPropertyIntroPeriod = 35,
518+
PLYEventPropertyIntroDuration = 36,
519+
PLYEventPropertyFreePeriod = 37,
520+
PLYEventPropertyFreeDuration = 38,
521+
PLYEventPropertyHasFreeTrial = 39,
522+
PLYEventPropertyPromotionalOfferPriceInCustomerCurrency = 40,
523+
PLYEventPropertyPromotionalOfferPeriod = 41,
524+
PLYEventPropertyPromotionalOfferDuration = 42,
525+
PLYEventPropertyDiscountReferent = 43,
526+
PLYEventPropertyDiscountPercentageComparisonToReferent = 44,
527+
PLYEventPropertyDiscountPriceComparisonToReferent = 45,
528+
PLYEventPropertyIsDefault = 46,
529+
PLYEventPropertySelectedSlide = 47,
530+
PLYEventPropertyNumberOfSlides = 48,
531+
PLYEventPropertyIsCarouselAutoPlaying = 49,
532+
PLYEventPropertyDefaultSlide = 50,
533+
PLYEventPropertyPreviousSlide = 51,
534+
PLYEventPropertySelectedProduct = 52,
535+
PLYEventPropertyPlanChangeType = 53,
536+
PLYEventPropertyCancellationReasonId = 54,
537+
PLYEventPropertyCancellationReason = 55,
538+
PLYEventPropertyRunningSubscriptions = 56,
539+
PLYEventPropertyProduct = 57,
540+
PLYEventPropertySelectedPresentation = 58,
541+
PLYEventPropertyPreviousSelectedPresentation = 59,
542+
PLYEventPropertyPlacementId = 60,
543+
PLYEventPropertyInternalPlacementId = 61,
544+
PLYEventPropertyAudienceId = 62,
545+
PLYEventPropertyInternalAudienceId = 63,
546+
PLYEventPropertyAbTestId = 64,
547+
PLYEventPropertyInternalAbTestId = 65,
548+
PLYEventPropertyAbTestVariantId = 66,
549+
PLYEventPropertyInternalAbTestVariantId = 67,
550+
PLYEventPropertyContentId = 68,
551+
PLYEventPropertySessionDuration = 69,
552+
PLYEventPropertySessionCount = 70,
553+
PLYEventPropertyScreenDuration = 71,
554+
PLYEventPropertyScreenDisplayedAt = 72,
555+
PLYEventPropertyScreenDisplayedAtMs = 73,
556+
PLYEventPropertyAppInstalledAt = 74,
557+
PLYEventPropertyAppInstalledAtMs = 75,
558+
PLYEventPropertyPaywallrequestDurationInMs = 76,
559+
PLYEventPropertyPaywallDisplayTimeInMs = 77,
560+
PLYEventPropertyPaywallRenderingTimeInMs = 78,
561+
PLYEventPropertyStoreKitVersion = 79,
562+
PLYEventPropertyPresentationType = 80,
563+
PLYEventPropertyPromoOffer = 81,
564+
PLYEventPropertyOrientation = 82,
565+
PLYEventPropertySessionId = 83,
566+
PLYEventPropertySelectedOptionId = 84,
567+
PLYEventPropertySelectedOptions = 85,
568+
PLYEventPropertyDisplayedOptions = 86,
569+
PLYEventPropertyCampaignId = 87,
570+
PLYEventPropertyInternalCampaignId = 88,
571+
PLYEventPropertyFlowId = 89,
572+
PLYEventPropertyInternalFlowId = 90,
573+
PLYEventPropertyFlowStepId = 91,
574+
PLYEventPropertyFlowVersion = 92,
575+
PLYEventPropertyFromActionId = 93,
576+
PLYEventPropertyFromStepId = 94,
577+
PLYEventPropertyDisplayMode = 95,
578+
PLYEventPropertyFlowSessionId = 96,
579+
PLYEventPropertyStripeCheckoutSessionId = 97,
580+
PLYEventPropertyStripePurchaseId = 98,
581+
PLYEventPropertyWebCheckoutProvider = 99,
582+
PLYEventPropertyDisplayMethod = 100,
573583
};
574584

575585
typedef SWIFT_ENUM(NSInteger, PLYEventType, open) {
@@ -823,6 +833,9 @@ SWIFT_CLASS("_TtC10Purchasely23PLYPresentationMetadata")
823833
- (void)getStringWith:(NSString * _Nonnull)key completion:(void (^ _Nonnull)(NSString * _Nullable))completion;
824834
- (NSArray<NSString *> * _Nonnull)getKeys SWIFT_WARN_UNUSED_RESULT;
825835
- (NSDictionary<NSString *, id> * _Nonnull)getRawMetadata SWIFT_WARN_UNUSED_RESULT;
836+
- (id _Nullable)getWith:(NSString * _Nonnull)key SWIFT_WARN_UNUSED_RESULT;
837+
- (NSString * _Nullable)getImageWith:(NSString * _Nonnull)key SWIFT_WARN_UNUSED_RESULT;
838+
- (NSString * _Nullable)getStringWithoutTagWith:(NSString * _Nonnull)key SWIFT_WARN_UNUSED_RESULT;
826839
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
827840
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
828841
@end
Binary file not shown.

0 commit comments

Comments
 (0)