Skip to content

Commit

Permalink
Merge pull request #149 from klaviyo/as/using-13
Browse files Browse the repository at this point in the history
Using iOS 13 as min deployment version in the package.swift file
  • Loading branch information
ajaysubra authored Jan 25, 2024
2 parents 15e9364 + e0c7ca7 commit bcfb37d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.0"
s.version = "3.0.1"
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.0"
s.version = "3.0.1"
s.summary = "Incorporate Klaviyo's rich push notifications functionality into your iOS applications"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "klaviyo-swift-sdk",
platforms: [.iOS(.v14)],
platforms: [.iOS(.v13)],
products: [
.library(
name: "KlaviyoSwift",
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.0"
public let __klaviyoSwiftVersion = "3.0.1"
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.0",
"SDK Version" : "3.0.1",
"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.0"
"sdk_version" : "3.0.1"
},
"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.0"
"sdk_version" : "3.0.1"
},
"pushBackground" : "AVAILABLE",
"pushEnablement" : "AUTHORIZED",
Expand All @@ -42,7 +42,7 @@
"manufacturer" : "Orange",
"os_name" : "iOS",
"os_version" : "1.1.1",
"sdk_version" : "3.0.0"
"sdk_version" : "3.0.1"
},
"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.0"
"sdk_version" : "3.0.1"
},
"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.0"
- value: "FooApp/1.2.3 (com.klaviyo.fooapp; build:1; iOS 1.1.1) klaviyo-ios/3.0.1"
▿ (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.0"
- "FooApp/1.2.3 (com.klaviyo.fooapp; build:1; iOS 1.1.1) klaviyo-ios/3.0.1"

0 comments on commit bcfb37d

Please sign in to comment.