Skip to content

Commit 4b58b54

Browse files
authored
Merge pull request #67 from Purchasely/Release/5.3.1RC
5.3.1
2 parents 4e97148 + 27c89d8 commit 4b58b54

File tree

32 files changed

+168
-53
lines changed

32 files changed

+168
-53
lines changed

Purchasely-tvOS.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@
106106
"5.3.0-beta.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0-beta.1/Purchasely-tvos.framework.zip",
107107
"5.3.0.beta.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.3/Purchasely-tvos.framework.zip",
108108
"5.3.0.beta.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.4/Purchasely-tvos.framework.zip",
109-
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-tvos.framework.zip"
109+
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-tvos.framework.zip",
110+
"5.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.1/Purchasely-tvos.framework.zip"
110111
}

Purchasely-xcframework.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"5.3.0-beta.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0-beta.1/Purchasely-ios-xcframework.zip",
3434
"5.3.0.beta.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.3/Purchasely-ios-xcframework.zip",
3535
"5.3.0.beta.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.4/Purchasely-ios-xcframework.zip",
36-
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-ios-xcframework.zip"
36+
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-ios-xcframework.zip",
37+
"5.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.1/Purchasely-ios-xcframework.zip"
3738
}

Purchasely.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,6 @@
109109
"5.3.0-beta.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0-beta.1/Purchasely-ios.framework.zip",
110110
"5.3.0.beta.3": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.3/Purchasely-ios.framework.zip",
111111
"5.3.0.beta.4": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0.beta.4/Purchasely-ios.framework.zip",
112-
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-ios.framework.zip"
112+
"5.3.0": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.0/Purchasely-ios.framework.zip",
113+
"5.3.1": "https://github.com/Purchasely/Purchasely-iOS/releases/download/5.3.1/Purchasely-ios.framework.zip"
113114
}

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.3.0'
11+
s.version = '5.3.1'
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
@@ -6,9 +6,9 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>Purchasely.framework/Versions/A/Purchasely</string>
9+
<string>Purchasely.framework/Purchasely</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-maccatalyst</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>Purchasely.framework</string>
1414
<key>SupportedArchitectures</key>
@@ -19,58 +19,58 @@
1919
<key>SupportedPlatform</key>
2020
<string>ios</string>
2121
<key>SupportedPlatformVariant</key>
22-
<string>maccatalyst</string>
22+
<string>simulator</string>
2323
</dict>
2424
<dict>
2525
<key>BinaryPath</key>
2626
<string>Purchasely.framework/Purchasely</string>
2727
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
28+
<string>tvos-arm64</string>
2929
<key>LibraryPath</key>
3030
<string>Purchasely.framework</string>
3131
<key>SupportedArchitectures</key>
3232
<array>
3333
<string>arm64</string>
3434
</array>
3535
<key>SupportedPlatform</key>
36-
<string>ios</string>
36+
<string>tvos</string>
3737
</dict>
3838
<dict>
3939
<key>BinaryPath</key>
4040
<string>Purchasely.framework/Purchasely</string>
4141
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-simulator</string>
42+
<string>ios-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>
5150
<string>ios</string>
52-
<key>SupportedPlatformVariant</key>
53-
<string>simulator</string>
5451
</dict>
5552
<dict>
5653
<key>BinaryPath</key>
5754
<string>Purchasely.framework/Purchasely</string>
5855
<key>LibraryIdentifier</key>
59-
<string>tvos-arm64</string>
56+
<string>tvos-arm64_x86_64-simulator</string>
6057
<key>LibraryPath</key>
6158
<string>Purchasely.framework</string>
6259
<key>SupportedArchitectures</key>
6360
<array>
6461
<string>arm64</string>
62+
<string>x86_64</string>
6563
</array>
6664
<key>SupportedPlatform</key>
6765
<string>tvos</string>
66+
<key>SupportedPlatformVariant</key>
67+
<string>simulator</string>
6868
</dict>
6969
<dict>
7070
<key>BinaryPath</key>
71-
<string>Purchasely.framework/Purchasely</string>
71+
<string>Purchasely.framework/Versions/A/Purchasely</string>
7272
<key>LibraryIdentifier</key>
73-
<string>tvos-arm64_x86_64-simulator</string>
73+
<string>ios-arm64_x86_64-maccatalyst</string>
7474
<key>LibraryPath</key>
7575
<string>Purchasely.framework</string>
7676
<key>SupportedArchitectures</key>
@@ -79,15 +79,15 @@
7979
<string>x86_64</string>
8080
</array>
8181
<key>SupportedPlatform</key>
82-
<string>tvos</string>
82+
<string>ios</string>
8383
<key>SupportedPlatformVariant</key>
84-
<string>simulator</string>
84+
<string>maccatalyst</string>
8585
</dict>
8686
</array>
8787
<key>CFBundlePackageType</key>
8888
<string>XFWK</string>
8989
<key>CFBundleShortVersionString</key>
90-
<string>5.3.0</string>
90+
<string>5.3.1</string>
9191
<key>XCFrameworkFormatVersion</key>
9292
<string>1.0</string>
9393
</dict>
Binary file not shown.

Purchasely/Frameworks/Purchasely.xcframework/ios-arm64/Purchasely.framework/Modules/Purchasely.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55352,6 +55352,20 @@
5535255352
"length": 11,
5535355353
"value": "\"vendor_id\""
5535455354
},
55355+
{
55356+
"filePath": "\/Users\/florianhuet\/Developpement\/Purchasely-iOS-SDK\/Sources\/Purchasely-iOS-Sources\/Purchasely\/Classes\/common\/Services\/AppStore\/PLYProductRequestService.swift",
55357+
"kind": "BooleanLiteral",
55358+
"offset": 837,
55359+
"length": 5,
55360+
"value": "false"
55361+
},
55362+
{
55363+
"filePath": "\/Users\/florianhuet\/Developpement\/Purchasely-iOS-SDK\/Sources\/Purchasely-iOS-Sources\/Purchasely\/Classes\/common\/Services\/AppStore\/PLYProductRequestService.swift",
55364+
"kind": "StringLiteral",
55365+
"offset": 894,
55366+
"length": 43,
55367+
"value": "\"com.purchasely.productrequestservice.sync\""
55368+
},
5535555369
{
5535655370
"filePath": "\/Users\/florianhuet\/Developpement\/Purchasely-iOS-SDK\/Sources\/Purchasely-iOS-Sources\/Purchasely\/Classes\/specific\/uikit\/Controller\/PLYProductViewController.swift",
5535755371
"kind": "IntegerLiteral",
@@ -56799,7 +56813,7 @@
5679956813
"kind": "StringLiteral",
5680056814
"offset": 2725,
5680156815
"length": 7,
56802-
"value": "\"5.3.0\""
56816+
"value": "\"5.3.1\""
5680356817
},
5680456818
{
5680556819
"filePath": "\/Users\/florianhuet\/Developpement\/Purchasely-iOS-SDK\/Sources\/Purchasely-iOS-Sources\/Purchasely\/Classes\/common\/Purchasely+PublicInterface.swift",
@@ -57028,7 +57042,7 @@
5702857042
{
5702957043
"filePath": "\/Users\/florianhuet\/Developpement\/Purchasely-iOS-SDK\/Sources\/Purchasely-iOS-Sources\/Purchasely\/Classes\/common\/Services\/Purchasely\/PurchaselyAPI.swift",
5703057044
"kind": "BooleanLiteral",
57031-
"offset": 10092,
57045+
"offset": 10895,
5703257046
"length": 5,
5703357047
"value": "false"
5703457048
},
Binary file not shown.

0 commit comments

Comments
 (0)