Skip to content

Commit

Permalink
Merge pull request #34 from Purchasely/Release/4.3.1RC
Browse files Browse the repository at this point in the history
4.3.1
  • Loading branch information
EPIKorial authored Mar 11, 2024
2 parents e2cb1e1 + 04701b9 commit 587bff5
Show file tree
Hide file tree
Showing 46 changed files with 87 additions and 84 deletions.
3 changes: 2 additions & 1 deletion Purchasely-tvOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
"4.2.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.2/Purchasely-tvos.framework.zip",
"4.2.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.3/Purchasely-tvos.framework.zip",
"4.2.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.4/Purchasely-tvos.framework.zip",
"4.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.0/Purchasely-tvos.framework.zip"
"4.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.0/Purchasely-tvos.framework.zip",
"4.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.1/Purchasely-tvos.framework.zip"
}
3 changes: 2 additions & 1 deletion Purchasely-xcframework.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"4.2.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.2/Purchasely-ios-xcframework.zip",
"4.2.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.3/Purchasely-ios-xcframework.zip",
"4.2.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.4/Purchasely-ios-xcframework.zip",
"4.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.0/Purchasely-ios-xcframework.zip"
"4.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.0/Purchasely-ios-xcframework.zip",
"4.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.1/Purchasely-ios-xcframework.zip"
}
3 changes: 2 additions & 1 deletion Purchasely.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"4.2.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.2/Purchasely-ios.framework.zip",
"4.2.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.3/Purchasely-ios.framework.zip",
"4.2.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.2.4/Purchasely-ios.framework.zip",
"4.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.0/Purchasely-ios.framework.zip"
"4.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.0/Purchasely-ios.framework.zip",
"4.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.3.1/Purchasely-ios.framework.zip"
}
2 changes: 1 addition & 1 deletion Purchasely.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Purchasely'
s.version = '4.3.0'
s.version = '4.3.1'
s.summary = 'The simplest way to add In App Purchase to your apps.'

# This description is used to generate tags and improve search results.
Expand Down
22 changes: 11 additions & 11 deletions Purchasely/Frameworks/Purchasely.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>Purchasely.framework/Purchasely</string>
<string>Purchasely.framework/Versions/A/Purchasely</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>Purchasely.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -54,40 +57,37 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>Purchasely.framework/Versions/A/Purchasely</string>
<string>Purchasely.framework/Purchasely</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Purchasely.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Purchasely.framework/Purchasely</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>Purchasely.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3.0</string>
<string>4.3.1</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -867,14 +867,14 @@ SWIFT_CLASS("_TtC10Purchasely10Purchasely")




@interface Purchasely (SWIFT_EXTENSION(Purchasely))
+ (void)showController:(UIViewController * _Nonnull)controller type:(enum PLYUIControllerType)type;
@end





@class StorekitSettings;
@class NSLocale;
enum PLYAttribute : NSInteger;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: PlansEligibilityManager
public static let shared: PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: Purchasely.PlansEligibilityManager
public static let shared: Purchasely.PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -869,14 +869,14 @@ SWIFT_CLASS("_TtC10Purchasely10Purchasely")




@interface Purchasely (SWIFT_EXTENSION(Purchasely))
+ (void)showController:(UIViewController * _Nonnull)controller type:(enum PLYUIControllerType)type;
@end





@class StorekitSettings;
@class NSLocale;
enum PLYAttribute : NSInteger;
Expand Down Expand Up @@ -2305,14 +2305,14 @@ SWIFT_CLASS("_TtC10Purchasely10Purchasely")




@interface Purchasely (SWIFT_EXTENSION(Purchasely))
+ (void)showController:(UIViewController * _Nonnull)controller type:(enum PLYUIControllerType)type;
@end





@class StorekitSettings;
@class NSLocale;
enum PLYAttribute : NSInteger;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: PlansEligibilityManager
public static let shared: PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: Purchasely.PlansEligibilityManager
public static let shared: Purchasely.PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: PlansEligibilityManager
public static let shared: PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: Purchasely.PlansEligibilityManager
public static let shared: Purchasely.PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3.0</string>
<string>4.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -867,14 +867,14 @@ SWIFT_CLASS("_TtC10Purchasely10Purchasely")




@interface Purchasely (SWIFT_EXTENSION(Purchasely))
+ (void)showController:(UIViewController * _Nonnull)controller type:(enum PLYUIControllerType)type;
@end





@class StorekitSettings;
@class NSLocale;
enum PLYAttribute : NSInteger;
Expand Down Expand Up @@ -2301,14 +2301,14 @@ SWIFT_CLASS("_TtC10Purchasely10Purchasely")




@interface Purchasely (SWIFT_EXTENSION(Purchasely))
+ (void)showController:(UIViewController * _Nonnull)controller type:(enum PLYUIControllerType)type;
@end





@class StorekitSettings;
@class NSLocale;
enum PLYAttribute : NSInteger;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: PlansEligibilityManager
public static let shared: PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: Purchasely.PlansEligibilityManager
public static let shared: Purchasely.PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: PlansEligibilityManager
public static let shared: PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension Foundation.NSNotification.Name {
public static let ply_purchasedSubscription: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers public class PlansEligibilityManager {
public static var shared: Purchasely.PlansEligibilityManager
public static let shared: Purchasely.PlansEligibilityManager
@objc deinit
}
@objc public enum PLYAlertMessage : Swift.Int {
Expand Down
Binary file not shown.
Loading

0 comments on commit 587bff5

Please sign in to comment.