Skip to content

Commit 62806ea

Browse files
authored
Prepare 4.1.1 release (#181)
* Changes user-device to device model identifier (#75) * installs new deviceModel into EnvironmentReporter and renames old deviceModel to deviceType * use CwSysCtl for macos model * Replaced entire flag store ff array instead of in place manipulation * Updated CHANGELOG and bumped version number * Added correct copy behavior to FlagStore delete and update * Improved CHANGELOG entry for 4.0.1 * Changed version to 4.1.0, updated CHANGELOG * Update 4.1.0 release date * installs ios-eventsource 4.0.2 * installs CocoaPods 1.7.2 * clears swift 5 update warning * updates circle config to use xcode 10.2.1 * advances version to 4.1.1 * installs Nimble 8.0.2 * updates SwiftLint to 0.33.0 * Update 4.1.1 release date * Improved CHANGELOG 4.1.1 description * Made CHANGELOG 4.1.1 more consistent
1 parent e20c9c3 commit 62806ea

File tree

57 files changed

+1589
-1521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1589
-1521
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# config file version: 1.2.0
1+
# config file version: 1.2.1
22
version: 2
33
jobs:
44
build:
@@ -12,7 +12,7 @@ jobs:
1212
FL_OUTPUT_DIR: output
1313

1414
macos:
15-
xcode: '10.2.0'
15+
xcode: '10.2.1'
1616

1717
steps:
1818
- checkout

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the LaunchDarkly iOS SDK will be documented in this file.
55
### Multiple Environment clients
66
Version 4.0.0 does not support multiple environments. If you use version `2.14.0` or later and set `LDConfig`'s `secondaryMobileKeys` you will not be able to migrate to version `4.0.0`. Multiple Environments will be added in a future release to the Swift SDK.
77

8+
## [4.1.1] - 2019-07-09
9+
### Change
10+
- Updated to `ios-eventsource` version `4.0.2`. This fixes a potential hang on LDClient start.
11+
812
## [4.1.0] - 2019-06-19
913
### Change
1014
- Installs new `deviceModel` into `EnvironmentReporter` and renames old `deviceModel` to `deviceType`.

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "launchdarkly/ios-eventsource" >= 4.0.1
1+
github "launchdarkly/ios-eventsource" >= 4.0.2

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "launchdarkly/ios-eventsource" "4.0.1"
1+
github "launchdarkly/ios-eventsource" "4.0.2"

Carthage/Build/.ios-eventsource.version

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/Mac/DarklyEventSource.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

Carthage/Build/Mac/DarklyEventSource.framework/Versions/A/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/2DAB33B2-5D11-3701-98AA-9273CD89E802.bcsymbolmap renamed to Carthage/Build/iOS/015C4FA8-0F25-39A3-B6EE-5C123917F69B.bcsymbolmap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)