Skip to content

Commit a202207

Browse files
Update binaries and CHANGELOG.md for version 2.4.4
1 parent 0237eaa commit a202207

File tree

19 files changed

+375
-68
lines changed

19 files changed

+375
-68
lines changed

CHANGELOG.md

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

55
## 2.4.x Releases
66

7-
- `2.4.x` Releases - [2.4.0](#240) | [2.4.1](#241) | [2.4.2](#242) | [2.4.3](#243)
7+
- `2.4.x` Releases - [2.4.0](#240) | [2.4.1](#241) | [2.4.2](#242) | [2.4.3](#243) | [2.4.4](#244)
88

99
---
10-
### [2.4.3](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.4.2)
10+
### [2.4.4](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.4.4)
11+
12+
#### Notes
13+
14+
- Adding more support for consumption by Pinwheel's React Native SDK.
15+
16+
---
17+
### [2.4.3](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.4.3)
1118

1219
#### Notes
1320

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 = '2.4.3'
3+
s.version = '2.4.4'
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>

PinwheelSDK.xcframework/ios-arm64/PinwheelSDK.framework/Headers/PinwheelSDK-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ SWIFT_PROTOCOL("_TtP11PinwheelSDK23PinwheelWrapperDelegate_")
284284
SWIFT_CLASS("_TtC11PinwheelSDK17PinwheelWrapperVC")
285285
@interface PinwheelWrapperVC : UIViewController
286286
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER;
287-
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate sdk:(NSString * _Nonnull)sdk OBJC_DESIGNATED_INITIALIZER;
287+
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate sdk:(NSString * _Nonnull)sdk version:(NSString * _Nonnull)version OBJC_DESIGNATED_INITIALIZER;
288288
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
289289
- (void)viewDidLoad;
290290
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;

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

Lines changed: 107 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13528,6 +13528,92 @@
1352813528
}
1352913529
]
1353013530
},
13531+
{
13532+
"kind": "Var",
13533+
"name": "version",
13534+
"printedName": "version",
13535+
"children": [
13536+
{
13537+
"kind": "TypeNominal",
13538+
"name": "String",
13539+
"printedName": "Swift.String",
13540+
"usr": "s:SS"
13541+
}
13542+
],
13543+
"declKind": "Var",
13544+
"usr": "s:11PinwheelSDK0A6ConfigV7versionSSvp",
13545+
"mangledName": "$s11PinwheelSDK0A6ConfigV7versionSSvp",
13546+
"moduleName": "PinwheelSDK",
13547+
"declAttributes": [
13548+
"HasInitialValue",
13549+
"HasStorage",
13550+
"AccessControl"
13551+
],
13552+
"hasStorage": true,
13553+
"accessors": [
13554+
{
13555+
"kind": "Accessor",
13556+
"name": "Get",
13557+
"printedName": "Get()",
13558+
"children": [
13559+
{
13560+
"kind": "TypeNominal",
13561+
"name": "String",
13562+
"printedName": "Swift.String",
13563+
"usr": "s:SS"
13564+
}
13565+
],
13566+
"declKind": "Accessor",
13567+
"usr": "s:11PinwheelSDK0A6ConfigV7versionSSvg",
13568+
"mangledName": "$s11PinwheelSDK0A6ConfigV7versionSSvg",
13569+
"moduleName": "PinwheelSDK",
13570+
"implicit": true,
13571+
"accessorKind": "get"
13572+
},
13573+
{
13574+
"kind": "Accessor",
13575+
"name": "Set",
13576+
"printedName": "Set()",
13577+
"children": [
13578+
{
13579+
"kind": "TypeNominal",
13580+
"name": "Void",
13581+
"printedName": "()"
13582+
},
13583+
{
13584+
"kind": "TypeNominal",
13585+
"name": "String",
13586+
"printedName": "Swift.String",
13587+
"usr": "s:SS"
13588+
}
13589+
],
13590+
"declKind": "Accessor",
13591+
"usr": "s:11PinwheelSDK0A6ConfigV7versionSSvs",
13592+
"mangledName": "$s11PinwheelSDK0A6ConfigV7versionSSvs",
13593+
"moduleName": "PinwheelSDK",
13594+
"implicit": true,
13595+
"accessorKind": "set"
13596+
},
13597+
{
13598+
"kind": "Accessor",
13599+
"name": "Modify",
13600+
"printedName": "Modify()",
13601+
"children": [
13602+
{
13603+
"kind": "TypeNominal",
13604+
"name": "Void",
13605+
"printedName": "()"
13606+
}
13607+
],
13608+
"declKind": "Accessor",
13609+
"usr": "s:11PinwheelSDK0A6ConfigV7versionSSvM",
13610+
"mangledName": "$s11PinwheelSDK0A6ConfigV7versionSSvM",
13611+
"moduleName": "PinwheelSDK",
13612+
"implicit": true,
13613+
"accessorKind": "_modify"
13614+
}
13615+
]
13616+
},
1353113617
{
1353213618
"kind": "Var",
1353313619
"name": "mode",
@@ -13692,7 +13778,7 @@
1369213778
{
1369313779
"kind": "Constructor",
1369413780
"name": "init",
13695-
"printedName": "init(mode:environment:sdk:)",
13781+
"printedName": "init(mode:environment:sdk:version:)",
1369613782
"children": [
1369713783
{
1369813784
"kind": "TypeNominal",
@@ -13712,6 +13798,12 @@
1371213798
"printedName": "PinwheelSDK.PinwheelEnvironment",
1371313799
"usr": "s:11PinwheelSDK0A11EnvironmentO"
1371413800
},
13801+
{
13802+
"kind": "TypeNominal",
13803+
"name": "String",
13804+
"printedName": "Swift.String",
13805+
"usr": "s:SS"
13806+
},
1371513807
{
1371613808
"kind": "TypeNominal",
1371713809
"name": "String",
@@ -13720,8 +13812,8 @@
1372013812
}
1372113813
],
1372213814
"declKind": "Constructor",
13723-
"usr": "s:11PinwheelSDK0A6ConfigV4mode11environment3sdkAcA0A4ModeO_AA0A11EnvironmentOSStcfc",
13724-
"mangledName": "$s11PinwheelSDK0A6ConfigV4mode11environment3sdkAcA0A4ModeO_AA0A11EnvironmentOSStcfc",
13815+
"usr": "s:11PinwheelSDK0A6ConfigV4mode11environment3sdk7versionAcA0A4ModeO_AA0A11EnvironmentOS2Stcfc",
13816+
"mangledName": "$s11PinwheelSDK0A6ConfigV4mode11environment3sdk7versionAcA0A4ModeO_AA0A11EnvironmentOS2Stcfc",
1372513817
"moduleName": "PinwheelSDK",
1372613818
"declAttributes": [
1372713819
"AccessControl"
@@ -14766,7 +14858,7 @@
1476614858
{
1476714859
"kind": "Constructor",
1476814860
"name": "init",
14769-
"printedName": "init(token:delegate:sdk:)",
14861+
"printedName": "init(token:delegate:sdk:version:)",
1477014862
"children": [
1477114863
{
1477214864
"kind": "TypeNominal",
@@ -14786,6 +14878,12 @@
1478614878
"printedName": "PinwheelSDK.PinwheelWrapperDelegate",
1478714879
"usr": "c:@M@PinwheelSDK@objc(pl)PinwheelWrapperDelegate"
1478814880
},
14881+
{
14882+
"kind": "TypeNominal",
14883+
"name": "String",
14884+
"printedName": "Swift.String",
14885+
"usr": "s:SS"
14886+
},
1478914887
{
1479014888
"kind": "TypeNominal",
1479114889
"name": "String",
@@ -14794,10 +14892,10 @@
1479414892
}
1479514893
],
1479614894
"declKind": "Constructor",
14797-
"usr": "c:@M@PinwheelSDK@objc(cs)PinwheelWrapperVC(im)initWithToken:delegate:sdk:",
14798-
"mangledName": "$s11PinwheelSDK0A9WrapperVCC5token8delegate3sdkACSS_AA0aC8Delegate_pSStcfc",
14895+
"usr": "c:@M@PinwheelSDK@objc(cs)PinwheelWrapperVC(im)initWithToken:delegate:sdk:version:",
14896+
"mangledName": "$s11PinwheelSDK0A9WrapperVCC5token8delegate3sdk7versionACSS_AA0aC8Delegate_pS2Stcfc",
1479914897
"moduleName": "PinwheelSDK",
14800-
"objc_name": "initWithToken:delegate:sdk:",
14898+
"objc_name": "initWithToken:delegate:sdk:version:",
1480114899
"declAttributes": [
1480214900
"Custom",
1480314901
"AccessControl",
@@ -15223,7 +15321,7 @@
1522315321
"kind": "StringLiteral",
1522415322
"offset": 113,
1522515323
"length": 7,
15226-
"value": "\"2.4.3\""
15324+
"value": "\"2.4.4\""
1522715325
},
1522815326
{
1522915327
"filePath": "\/Users\/distiller\/project\/Sources\/PinwheelSDK\/Classes\/Events\/PinwheelEventType.swift",
@@ -15466,7 +15564,7 @@
1546615564
{
1546715565
"filePath": "\/Users\/distiller\/project\/Sources\/PinwheelSDK\/Classes\/Pinwheel.swift",
1546815566
"kind": "StringLiteral",
15469-
"offset": 6175,
15567+
"offset": 6263,
1547015568
"length": 22,
1547115569
"value": "\"PinwheelSDK.PinwheelViewController\""
1547215570
},

PinwheelSDK.xcframework/ios-arm64/PinwheelSDK.framework/Modules/PinwheelSDK.swiftmodule/arm64-apple-ios.private.swiftinterface

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,14 @@ extension PinwheelSDK.PinwheelEnvironment {
269269
}
270270
public struct PinwheelConfig {
271271
public var sdk: Swift.String
272+
public var version: Swift.String
272273
public let mode: PinwheelSDK.PinwheelMode
273274
public let environment: PinwheelSDK.PinwheelEnvironment
274275
public var linkURL: Swift.String {
275276
get
276277
}
277278
public init(mode: PinwheelSDK.PinwheelMode, environment: PinwheelSDK.PinwheelEnvironment)
278-
public init(mode: PinwheelSDK.PinwheelMode, environment: PinwheelSDK.PinwheelEnvironment, sdk: Swift.String)
279+
public init(mode: PinwheelSDK.PinwheelMode, environment: PinwheelSDK.PinwheelEnvironment, sdk: Swift.String, version: Swift.String)
279280
}
280281
@objc @_Concurrency.MainActor(unsafe) public class PinwheelViewController : UIKit.UIViewController, WebKit.WKUIDelegate, WebKit.WKScriptMessageHandler {
281282
@_Concurrency.MainActor(unsafe) public init(token: Swift.String, delegate: PinwheelSDK.PinwheelDelegate, config: PinwheelSDK.PinwheelConfig)
@@ -292,7 +293,7 @@ public struct PinwheelConfig {
292293
}
293294
@objc @objcMembers @_Concurrency.MainActor(unsafe) public class PinwheelWrapperVC : UIKit.UIViewController {
294295
@objc @_Concurrency.MainActor(unsafe) public init(token: Swift.String, delegate: PinwheelSDK.PinwheelWrapperDelegate)
295-
@objc @_Concurrency.MainActor(unsafe) public init(token: Swift.String, delegate: PinwheelSDK.PinwheelWrapperDelegate, sdk: Swift.String)
296+
@objc @_Concurrency.MainActor(unsafe) public init(token: Swift.String, delegate: PinwheelSDK.PinwheelWrapperDelegate, sdk: Swift.String, version: Swift.String)
296297
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
297298
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
298299
@objc deinit

PinwheelSDK.xcframework/ios-arm64/PinwheelSDK.framework/Modules/PinwheelSDK.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,14 @@ extension PinwheelSDK.PinwheelEnvironment {
269269
}
270270
public struct PinwheelConfig {
271271
public var sdk: Swift.String
272+
public var version: Swift.String
272273
public let mode: PinwheelSDK.PinwheelMode
273274
public let environment: PinwheelSDK.PinwheelEnvironment
274275
public var linkURL: Swift.String {
275276
get
276277
}
277278
public init(mode: PinwheelSDK.PinwheelMode, environment: PinwheelSDK.PinwheelEnvironment)
278-
public init(mode: PinwheelSDK.PinwheelMode, environment: PinwheelSDK.PinwheelEnvironment, sdk: Swift.String)
279+
public init(mode: PinwheelSDK.PinwheelMode, environment: PinwheelSDK.PinwheelEnvironment, sdk: Swift.String, version: Swift.String)
279280
}
280281
@objc @_Concurrency.MainActor(unsafe) public class PinwheelViewController : UIKit.UIViewController, WebKit.WKUIDelegate, WebKit.WKScriptMessageHandler {
281282
@_Concurrency.MainActor(unsafe) public init(token: Swift.String, delegate: PinwheelSDK.PinwheelDelegate, config: PinwheelSDK.PinwheelConfig)
@@ -292,7 +293,7 @@ public struct PinwheelConfig {
292293
}
293294
@objc @objcMembers @_Concurrency.MainActor(unsafe) public class PinwheelWrapperVC : UIKit.UIViewController {
294295
@objc @_Concurrency.MainActor(unsafe) public init(token: Swift.String, delegate: PinwheelSDK.PinwheelWrapperDelegate)
295-
@objc @_Concurrency.MainActor(unsafe) public init(token: Swift.String, delegate: PinwheelSDK.PinwheelWrapperDelegate, sdk: Swift.String)
296+
@objc @_Concurrency.MainActor(unsafe) public init(token: Swift.String, delegate: PinwheelSDK.PinwheelWrapperDelegate, sdk: Swift.String, version: Swift.String)
296297
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
297298
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
298299
@objc deinit
840 Bytes
Binary file not shown.

PinwheelSDK.xcframework/ios-arm64_x86_64-simulator/PinwheelSDK.framework/Headers/PinwheelSDK-Swift.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ SWIFT_PROTOCOL("_TtP11PinwheelSDK23PinwheelWrapperDelegate_")
284284
SWIFT_CLASS("_TtC11PinwheelSDK17PinwheelWrapperVC")
285285
@interface PinwheelWrapperVC : UIViewController
286286
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER;
287-
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate sdk:(NSString * _Nonnull)sdk OBJC_DESIGNATED_INITIALIZER;
287+
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate sdk:(NSString * _Nonnull)sdk version:(NSString * _Nonnull)version OBJC_DESIGNATED_INITIALIZER;
288288
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
289289
- (void)viewDidLoad;
290290
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
@@ -585,7 +585,7 @@ SWIFT_PROTOCOL("_TtP11PinwheelSDK23PinwheelWrapperDelegate_")
585585
SWIFT_CLASS("_TtC11PinwheelSDK17PinwheelWrapperVC")
586586
@interface PinwheelWrapperVC : UIViewController
587587
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER;
588-
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate sdk:(NSString * _Nonnull)sdk OBJC_DESIGNATED_INITIALIZER;
588+
- (nonnull instancetype)initWithToken:(NSString * _Nonnull)token delegate:(id <PinwheelWrapperDelegate> _Nonnull)delegate sdk:(NSString * _Nonnull)sdk version:(NSString * _Nonnull)version OBJC_DESIGNATED_INITIALIZER;
589589
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
590590
- (void)viewDidLoad;
591591
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;

0 commit comments

Comments
 (0)