Skip to content

Commit eb1fa10

Browse files
committed
Release 5.3.3
1 parent 4280dd1 commit eb1fa10

File tree

71 files changed

+9015
-7991
lines changed

Some content is hidden

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

71 files changed

+9015
-7991
lines changed

Example/Packages/Package.resolved

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Packages/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["PurchaselyExampleApp"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/Purchasely/Purchasely-iOS", from: .init(5, 2, 1)),
16+
.package(url: "https://github.com/Purchasely/Purchasely-iOS", from: .init(5, 3, 2)),
1717
.package(url: "https://github.com/airbnb/lottie-spm.git", from: .init(4, 5, 1)),
1818
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", from: .init(9, 1, 0))
1919
],

Example/Purchasely.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"@executable_path/Frameworks",
296296
);
297297
MODULE_NAME = ExampleApp;
298-
PRODUCT_BUNDLE_IDENTIFIER = com.purchasely.demo;
298+
PRODUCT_BUNDLE_IDENTIFIER = com.busuu.english.app;
299299
PRODUCT_NAME = "$(TARGET_NAME)";
300300
PROVISIONING_PROFILE_SPECIFIER = "";
301301
SWIFT_OPTIMIZATION_LEVEL = "-Onone";

Purchasely-tvOS.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@
108108
"5.3.0.beta.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.4/Purchasely-tvos.framework.zip",
109109
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-tvos.framework.zip",
110110
"5.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.1/Purchasely-tvos.framework.zip",
111-
"5.3.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.2/Purchasely-tvos.framework.zip"
111+
"5.3.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.2/Purchasely-tvos.framework.zip",
112+
"5.3.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.3/Purchasely-tvos.framework.zip"
112113
}

Purchasely-xcframework.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
"5.3.0.beta.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.4/Purchasely-ios-xcframework.zip",
3636
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-ios-xcframework.zip",
3737
"5.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.1/Purchasely-ios-xcframework.zip",
38-
"5.3.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.2/Purchasely-ios-xcframework.zip"
38+
"5.3.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.2/Purchasely-ios-xcframework.zip",
39+
"5.3.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.3/Purchasely-ios-xcframework.zip"
3940
}

Purchasely.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@
111111
"5.3.0.beta.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.4/Purchasely-ios.framework.zip",
112112
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-ios.framework.zip",
113113
"5.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.1/Purchasely-ios.framework.zip",
114-
"5.3.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.2/Purchasely-ios.framework.zip"
114+
"5.3.2": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.2/Purchasely-ios.framework.zip",
115+
"5.3.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.3/Purchasely-ios.framework.zip"
115116
}

Purchasely/Frameworks/Purchasely.xcframework/Info.plist

Lines changed: 12 additions & 14 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_x86_64-simulator</string>
11+
<string>ios-arm64</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>
1817
</array>
1918
<key>SupportedPlatform</key>
20-
<string>tvos</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
19+
<string>ios</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
2623
<string>Purchasely.framework/Purchasely</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64_x86_64-simulator</string>
25+
<string>tvos-arm64</string>
2926
<key>LibraryPath</key>
3027
<string>Purchasely.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
34-
<string>x86_64</string>
3531
</array>
3632
<key>SupportedPlatform</key>
37-
<string>ios</string>
38-
<key>SupportedPlatformVariant</key>
39-
<string>simulator</string>
33+
<string>tvos</string>
4034
</dict>
4135
<dict>
4236
<key>BinaryPath</key>
4337
<string>Purchasely.framework/Purchasely</string>
4438
<key>LibraryIdentifier</key>
45-
<string>tvos-arm64</string>
39+
<string>tvos-arm64_x86_64-simulator</string>
4640
<key>LibraryPath</key>
4741
<string>Purchasely.framework</string>
4842
<key>SupportedArchitectures</key>
4943
<array>
5044
<string>arm64</string>
45+
<string>x86_64</string>
5146
</array>
5247
<key>SupportedPlatform</key>
5348
<string>tvos</string>
49+
<key>SupportedPlatformVariant</key>
50+
<string>simulator</string>
5451
</dict>
5552
<dict>
5653
<key>BinaryPath</key>
@@ -73,21 +70,22 @@
7370
<key>BinaryPath</key>
7471
<string>Purchasely.framework/Purchasely</string>
7572
<key>LibraryIdentifier</key>
76-
<string>ios-arm64</string>
73+
<string>ios-arm64_x86_64-simulator</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>simulator</string>
8585
</dict>
8686
</array>
8787
<key>CFBundlePackageType</key>
8888
<string>XFWK</string>
89-
<key>CFBundleShortVersionString</key>
90-
<string>5.3.2</string>
9189
<key>XCFrameworkFormatVersion</key>
9290
<string>1.0</string>
9391
</dict>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ SWIFT_CLASS("_TtC10Purchasely15PLYPresentation")
694694
@property (nonatomic, readonly, copy) NSString * _Nullable abTestId;
695695
@property (nonatomic, readonly, copy) NSString * _Nullable abTestVariantId;
696696
@property (nonatomic, readonly, copy) NSString * _Nullable campaignId;
697+
@property (nonatomic, readonly, copy) NSString * _Nullable flowId;
697698
@property (nonatomic, readonly) enum PLYPresentationType type;
698699
@property (nonatomic, readonly, strong) PLYPresentationViewController * _Nullable controller;
699700
@property (nonatomic, readonly, copy) NSArray<PLYPresentationPlan *> * _Nonnull plans;
@@ -702,6 +703,7 @@ SWIFT_CLASS("_TtC10Purchasely15PLYPresentation")
702703
@property (nonatomic, readonly) NSInteger height;
703704
@property (nonatomic, readonly) enum PLYDisplayMode displayMode;
704705
- (void)displayFrom:(UIViewController * _Nullable)sourceViewController;
706+
@property (nonatomic, readonly) BOOL isFlow;
705707
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
706708
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
707709
@end
Binary file not shown.

0 commit comments

Comments
 (0)