-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [9.2.0] - 2023-10-24 ### Changed: - Updated swift-tools-version from 5.2 to 5.3. ### Removed: - Removed support for iOS 11 and tvOS 11 to support XCode15. This is being released as a minor change because those platforms can no longer use any portion of this SDKs APIs. --------- Co-authored-by: Ben Woskow <[email protected]> Co-authored-by: torchhound <[email protected]> Co-authored-by: Gavin Whelan <[email protected]> Co-authored-by: Louis Chan <[email protected]> Co-authored-by: Matthew Keeler <[email protected]> Co-authored-by: Louis Chan <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Ryan Lamb <[email protected]> Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com> Co-authored-by: Kane Parkinson <[email protected]>
- Loading branch information
1 parent
1fd4db1
commit 5f8aae1
Showing
13 changed files
with
78 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Pod::Spec.new do |ld| | ||
|
||
ld.name = "LaunchDarkly" | ||
ld.version = "9.1.1" | ||
ld.version = "9.2.0" | ||
ld.summary = "iOS SDK for LaunchDarkly" | ||
|
||
ld.description = <<-DESC | ||
|
@@ -21,9 +21,9 @@ Pod::Spec.new do |ld| | |
|
||
ld.author = { "LaunchDarkly" => "[email protected]" } | ||
|
||
ld.ios.deployment_target = "11.0" | ||
ld.ios.deployment_target = "12.0" | ||
ld.watchos.deployment_target = "4.0" | ||
ld.tvos.deployment_target = "11.0" | ||
ld.tvos.deployment_target = "12.0" | ||
ld.osx.deployment_target = "10.13" | ||
|
||
ld.source = { :git => ld.homepage + '.git', :tag => ld.version} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/ReportingConsts.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import Foundation | ||
|
||
struct ReportingConsts { | ||
static let sdkVersion = "9.1.1" | ||
static let sdkVersion = "9.2.0" | ||
static let sdkName = "ios-client-sdk" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.