Skip to content

Commit 71edfde

Browse files
Update binaries and CHANGELOG.md for version 2.4.8
1 parent 9923c27 commit 71edfde

File tree

18 files changed

+2971
-1012
lines changed

18 files changed

+2971
-1012
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## 3.0.x Releases
66

7-
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302)
7+
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)
88

99
---
1010

11-
### [3.0.2](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.0.2)
12-
13-
#### Notes
14-
15-
- Expand internal functionality to support a broader range of platforms and increase conversion rate.
16-
1711
### [3.0.1](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.0.1)
1812

1913
#### Notes
@@ -36,15 +30,21 @@ This new major version bump introduces an updated API to support partner-based s
3630

3731
## 2.4.x Releases
3832

39-
- `2.4.x` Releases - [2.4.0](#240) | [2.4.1](#241) | [2.4.2](#242) | [2.4.3](#243) | [2.4.4](#244) | [2.4.5](#245) | [2.4.6](#246) | [2.4.7](#247)
33+
- `2.4.x` Releases - [2.4.0](#240) | [2.4.1](#241) | [2.4.2](#242) | [2.4.3](#243) | [2.4.4](#244) | [2.4.5](#245) | [2.4.6](#246) | [2.4.7](#247) | [2.4.8](#248)
4034

4135
---
4236

37+
### [2.4.8](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.4.8)
38+
39+
#### Notes
40+
41+
- Add privacy manifest
42+
4343
### [2.4.7](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.4.7)
4444

4545
#### Notes
4646

47-
- Expand internal functionality to support a broader range of platforms and increase conversion rate.
47+
- Expand internal functionality to support a broader range of platforms.
4848

4949
### [2.4.6](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.4.6)
5050

PinwheelSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PinwheelSDK'
3-
s.version = '3.0.2'
3+
s.version = '2.4.8'
44
s.summary = 'Pinwheel iOS SDK'
55
s.swift_version = '5.0'
66

PinwheelSDK.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>PinwheelSDK.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>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>DebugSymbolsPath</key>
2326
<string>dSYMs</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>PinwheelSDK.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)