Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 58e6804

Browse files
committed
Updated CHANGELOG and README, fixed 2 errant SWIFT_VERSIONs
1 parent 788fd9a commit 58e6804

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22

33
All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5-
## [2.0.0] - 2019-06-26
6-
## Changed
5+
## [2.0.0] - 2019-06-27
6+
### Fixed
7+
- Changes polling mode to not be ignored in config.
8+
9+
### Changed
710
- Updated Android Client SDK to version 2.8.4
11+
- Updated iOS Client SDK to version 4.1.0
812
- Updated React Native to version 0.59.9 and updated React to version 16.8.3
913
- Updated to allow usage with Xcode 10.2.1
1014
- Updated Swift to version 5.0
1115

12-
## Fixed
13-
- Changes polling mode to not be ignored in config.
14-
1516
This is a major version because of breaking version updates.
1617

1718
## [1.0.1] - 2019-05-03
18-
## Changed
19+
### Changed
1920
- Changed the package name from `launchdarkly-react-native-client` to `launchdarkly-react-native-client-sdk`
2021
- Changed repository references to use the new URL
2122

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LaunchDarkly overview
1010
Supported versions
1111
-------------------------
1212

13-
This SDK is compatible with React Native 0.59.9 and Xcode 10.2.1 and is tested in Android 27 and iOS 12.2.
13+
This SDK is compatible with React Native 0.59.9 and Xcode 10.2.1 and is tested in Android 27 and iOS 12.2. Earlier versions of this SDK are compatible with prior versions of React Native, Android, and iOS.
1414

1515
Getting started
1616
---------------

ios/LaunchdarklyReactNativeClient.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
SKIP_INSTALL = YES;
254254
SWIFT_OBJC_BRIDGING_HEADER = "LaunchdarklyReactNativeClient-Bridging-Header.h";
255255
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
256-
SWIFT_VERSION = 3.0;
256+
SWIFT_VERSION = 5.0;
257257
};
258258
name = Debug;
259259
};
@@ -280,7 +280,7 @@
280280
PRODUCT_NAME = LaunchdarklyReactNativeClient;
281281
SKIP_INSTALL = YES;
282282
SWIFT_OBJC_BRIDGING_HEADER = "LaunchdarklyReactNativeClient-Bridging-Header.h";
283-
SWIFT_VERSION = 3.0;
283+
SWIFT_VERSION = 5.0;
284284
};
285285
name = Release;
286286
};

0 commit comments

Comments
 (0)