Skip to content

Commit

Permalink
Merge pull request #155 from klaviyo/as/3.0.2-xcode-14-fix
Browse files Browse the repository at this point in the history
Release 3.0.2 | Xcode 14 fix
  • Loading branch information
ajaysubra authored Feb 5, 2024
2 parents b327cd4 + 0866c67 commit 339dfbc
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion KlaviyoSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KlaviyoSwift"
s.version = "3.0.1"
s.version = "3.0.2"
s.summary = "Incorporate Klaviyo's event and person tracking and push notifications functionality into iOS applications"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion KlaviyoSwiftExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KlaviyoSwiftExtension"
s.version = "3.0.1"
s.version = "3.0.2"
s.summary = "Incorporate Klaviyo's rich push notifications functionality into your iOS applications"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/KlaviyoSwift/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
import Foundation

public let __klaviyoSwiftName = "swift"
public let __klaviyoSwiftVersion = "3.0.1"
public let __klaviyoSwiftVersion = "3.0.2"
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"OS Version" : "1.1.1",
"Push Token" : null,
"SDK Name" : "swift",
"SDK Version" : "3.0.1",
"SDK Version" : "3.0.2",
"stuff" : 2
},
"time" : "2009-02-13T23:31:30Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"manufacturer" : "Orange",
"os_name" : "iOS",
"os_version" : "1.1.1",
"sdk_version" : "3.0.1"
"sdk_version" : "3.0.2"
},
"enablement_status" : "AUTHORIZED",
"platform" : "ios",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"manufacturer" : "Orange",
"os_name" : "iOS",
"os_version" : "1.1.1",
"sdk_version" : "3.0.1"
"sdk_version" : "3.0.2"
},
"pushBackground" : "AVAILABLE",
"pushEnablement" : "AUTHORIZED",
Expand All @@ -42,7 +42,7 @@
"manufacturer" : "Orange",
"os_name" : "iOS",
"os_version" : "1.1.1",
"sdk_version" : "3.0.1"
"sdk_version" : "3.0.2"
},
"enablement_status" : "AUTHORIZED",
"platform" : "ios",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"manufacturer" : "Orange",
"os_name" : "iOS",
"os_version" : "1.1.1",
"sdk_version" : "3.0.1"
"sdk_version" : "3.0.2"
},
"enablement_status" : "AUTHORIZED",
"platform" : "ios",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- "deflate"
▿ (2 elements)
- key: "User-Agent"
- value: "FooApp/1.2.3 (com.klaviyo.fooapp; build:1; iOS 1.1.1) klaviyo-ios/3.0.1"
- value: "FooApp/1.2.3 (com.klaviyo.fooapp; build:1; iOS 1.1.1) klaviyo-ios/3.0.2"
▿ (2 elements)
- key: "accept"
- value: "application/json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- "FooApp/1.2.3 (com.klaviyo.fooapp; build:1; iOS 1.1.1) klaviyo-ios/3.0.1"
- "FooApp/1.2.3 (com.klaviyo.fooapp; build:1; iOS 1.1.1) klaviyo-ios/3.0.2"

0 comments on commit 339dfbc

Please sign in to comment.