Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
61364a0
Moves Throttler Timer to Main Run Loop (#124)
markpokornycos May 15, 2019
b3815b6
Added length check to flagConfigValueForKey, added test for missing f…
torchhound May 27, 2019
ab2ea96
Bump version numbers and other release steps
torchhound May 27, 2019
dad926e
Added length check to flagConfigValueForKey, added test for missing f…
torchhound May 27, 2019
b10d651
Bump version numbers and other release steps
torchhound May 27, 2019
f117eeb
Merge branch 'jc/missing-key-patch' of https://github.com/launchdarkl…
torchhound May 27, 2019
7c7d870
Revert to Cocoapods 1.6.0
torchhound May 28, 2019
d74a299
Added additional CHANGELOG entry concerning addition of nonnull to ex…
torchhound May 29, 2019
291a903
Removed else block, added 2 additional tests for full code coverage o…
torchhound May 30, 2019
a699de6
Changed pragma nonnull to variable assigned to nil
torchhound May 30, 2019
c785d47
Merge branch 'master' of https://github.com/launchdarkly/ios-client-sdk
torchhound May 30, 2019
4234970
Added length check to flagConfigValueForKey, added test for missing f…
torchhound May 27, 2019
ec2ba0f
Bump version numbers and other release steps
torchhound May 27, 2019
eb4cee0
Revert to Cocoapods 1.6.0
torchhound May 28, 2019
48138da
Added additional CHANGELOG entry concerning addition of nonnull to ex…
torchhound May 29, 2019
8f8dac0
Removed else block, added 2 additional tests for full code coverage o…
torchhound May 30, 2019
0ac6df5
Changed pragma nonnull to variable assigned to nil
torchhound May 30, 2019
c9c5b18
Merge branch 'jc/missing-key-patch' of https://github.com/launchdarkl…
torchhound May 30, 2019
dea3c02
Merge pull request #126 from launchdarkly/jc/missing-key-patch
torchhound May 30, 2019
44747be
Merge branch 'master' of https://github.com/launchdarkly/ios-client-s…
torchhound May 30, 2019
9a997cc
installs ios-eventsource 4.0.2
markpokornycos Jun 25, 2019
fe35d5c
updates CocoaPods to 1.7.2
markpokornycos Jun 25, 2019
9760c0a
advances version to 3.0.4
markpokornycos Jun 25, 2019
d46fbd0
updates circle to use Xcode 10.2.1
markpokornycos Jun 25, 2019
a6d4eae
Update 3.0.4 release date
torchhound Jul 9, 2019
a2e1389
Improved CHANGELOG 3.0.4 description
torchhound Jul 9, 2019
df1de99
Made CHANGELOG 3.0.4 more consistent
torchhound Jul 9, 2019
d5db2bc
Merge pull request #127 from launchdarkly/version_3.0.4
torchhound Jul 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# config file version: 1.2.0
# config file version: 1.2.1
version: 2
jobs:
build:
Expand All @@ -12,7 +12,7 @@ jobs:
FL_OUTPUT_DIR: output

macos:
xcode: '10.2.0'
xcode: '10.2.1'

steps:
- checkout
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [3.0.4] - 2019-07-09
### Changed
- Updated to `ios-eventsource` version `4.0.2`. This fixes a potential hang on LDClient start.

## [3.0.3] - 2019-05-30
### Changed
- Added `nonnull` to `featureKey` parameters on exposed variation methods.
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "launchdarkly/ios-eventsource" >= 4.0.1
github "launchdarkly/ios-eventsource" >= 4.0.2
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "launchdarkly/ios-eventsource" "4.0.1"
github "launchdarkly/ios-eventsource" "4.0.2"
10 changes: 5 additions & 5 deletions Carthage/Build/.ios-eventsource.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

296 changes: 0 additions & 296 deletions Carthage/Build/iOS/864DD837-1D3D-3581-B81D-3B506FFB08D2.bcsymbolmap

This file was deleted.

365 changes: 0 additions & 365 deletions Carthage/Build/iOS/C765796E-7DD5-3EF8-A117-72EE7A6E6D3C.bcsymbolmap

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/iOS/DarklyEventSource.framework/DarklyEventSource
Binary file not shown.
Binary file modified Carthage/Build/iOS/DarklyEventSource.framework/Info.plist
Binary file not shown.
155 changes: 0 additions & 155 deletions Carthage/Build/tvOS/DE6D6BB5-5105-34AF-95E8-37838356D5BB.bcsymbolmap

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/tvOS/DarklyEventSource.framework/DarklyEventSource
Binary file not shown.
Binary file modified Carthage/Build/tvOS/DarklyEventSource.framework/Info.plist
Binary file not shown.
Loading