Skip to content

Commit

Permalink
Merge pull request #14 from Purchasely/Release/4.0.3RC
Browse files Browse the repository at this point in the history
4.0.3
  • Loading branch information
EPIKorial authored Sep 26, 2023
2 parents 023f566 + 6b43fa5 commit d1a247b
Show file tree
Hide file tree
Showing 102 changed files with 168 additions and 366 deletions.
3 changes: 2 additions & 1 deletion Purchasely-tvOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"3.7.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/3.7.3/Purchasely-tvos.framework.zip",
"4.0.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.0/Purchasely-tvos.framework.zip",
"4.0.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.1/Purchasely-tvos.framework.zip",
"4.0.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.1/Purchasely-tvos.framework.zip"
"4.0.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.2/Purchasely-tvos.framework.zip",
"4.0.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.3/Purchasely-tvos.framework.zip"
}
3 changes: 2 additions & 1 deletion Purchasely.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"3.7.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/3.7.3/Purchasely-ios.framework.zip",
"4.0.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.0/Purchasely-ios.framework.zip",
"4.0.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.1/Purchasely-ios.framework.zip",
"4.0.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.2/Purchasely-ios.framework.zip"
"4.0.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.2/Purchasely-ios.framework.zip",
"4.0.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/4.0.3/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.0.2'
s.version = '4.0.3'
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
32 changes: 11 additions & 21 deletions Purchasely/Frameworks/Purchasely.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,20 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>Purchasely.framework/Purchasely</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Purchasely.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Purchasely.framework/Purchasely</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>Purchasely.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -31,29 +27,25 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<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>
<dict>
<key>BinaryPath</key>
<string>Purchasely.framework/Versions/A/Purchasely</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Purchasely.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -62,13 +54,11 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Purchasely.framework/Purchasely</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -87,7 +77,7 @@
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.2</string>
<string>4.0.3</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
#ifndef PURCHASELY_SWIFT_H
#define PURCHASELY_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,18 +42,12 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
#if __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -252,17 +246,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -556,13 +539,13 @@ SWIFT_CLASS("_TtC10Purchasely7PLYPlan")




@interface PLYPlan (SWIFT_EXTENSION(Purchasely))
- (NSString * _Nullable)priceDifferenceWithComparedTo:(PLYPlan * _Nonnull)plan SWIFT_WARN_UNUSED_RESULT;
- (NSString * _Nullable)priceDifferenceInPercentageTo:(PLYPlan * _Nonnull)plan SWIFT_WARN_UNUSED_RESULT;
@end



@interface PLYPlan (SWIFT_EXTENSION(Purchasely))
/// This attribute is used to check if current user is eligible for introductory offer for current plan
/// <ul>
Expand Down Expand Up @@ -831,14 +814,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 @@ -1373,14 +1356,12 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) StorekitSett





#endif
#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Purchasely
import AVFoundation
import AVKit
import CommonCrypto
import DeveloperToolsSupport
import Foundation
@_exported import Purchasely
import StoreKit
import Swift
import SwiftUI
import UIKit
import WebKit
import _Concurrency
import _SwiftConcurrencyShims
extension Swift.Array {
public subscript(safe index: Swift.Int) -> Element? {
get
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Purchasely
import AVFoundation
import AVKit
import CommonCrypto
import DeveloperToolsSupport
import Foundation
@_exported import Purchasely
import StoreKit
import Swift
import SwiftUI
import UIKit
import WebKit
import _Concurrency
import _SwiftConcurrencyShims
extension Swift.Array {
public subscript(safe index: Swift.Int) -> Element? {
get
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
#ifndef PURCHASELY_SWIFT_H
#define PURCHASELY_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,18 +42,12 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
#if __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -252,17 +246,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -303,8 +286,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if defined(__OBJC__)




enum PLYEvent : NSInteger;

@interface NSString (SWIFT_EXTENSION(Purchasely))
Expand Down Expand Up @@ -1375,19 +1356,17 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) StorekitSett





#endif
#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

#elif defined(__x86_64__) && __x86_64__
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
#ifndef PURCHASELY_SWIFT_H
#define PURCHASELY_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -1429,18 +1408,12 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) StorekitSett
#include <string.h>
#endif
#if defined(__cplusplus)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
#if __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -1639,17 +1612,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -1690,8 +1652,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if defined(__OBJC__)




enum PLYEvent : NSInteger;

@interface NSString (SWIFT_EXTENSION(Purchasely))
Expand Down Expand Up @@ -2762,14 +2722,12 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) StorekitSett





#endif
#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit d1a247b

Please sign in to comment.