Skip to content

Commit 19a0c7f

Browse files
fixes Carthage build issues
1 parent dde751a commit 19a0c7f

30 files changed

+1021
-859
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ DerivedData
2424

2525
# Vim files
2626
*.swp
27+
/Carthage

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [2.9.1] - 2017-12-05
6+
### Fixed
7+
- Carthage builds no longer crash due to a missing DarklyEventSource library.
8+
59
## [2.9.0] - 2017-11-29
610
### Changed
711
- `LDClientManager` no longer extends `UIApplicationDelegate`. The framework is now marked as extension-safe. Thanks @atlassian-gaustin!

Cartfile

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

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "launchdarkly/ios-eventsource" "3.1.2"

Darkly.xcodeproj/project.pbxproj

Lines changed: 162 additions & 102 deletions
Large diffs are not rendered by default.

Darkly/DarklyConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#import "DarklyConstants.h"
66

7-
NSString * const kClientVersion = @"2.9.0";
7+
NSString * const kClientVersion = @"2.9.1";
88
NSString * const kBaseUrl = @"https://app.launchdarkly.com";
99
NSString * const kEventsUrl = @"https://mobile.launchdarkly.com";
1010
NSString * const kStreamUrl = @"https://clientstream.launchdarkly.com/mping";

Darkly/LDClientManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#import "LDEventModel.h"
1111
#import "LDFlagConfigModel.h"
1212
#import "NSDictionary+JSON.h"
13-
#import "LDEventSource.h"
13+
#import <DarklyEventSource/LDEventSource.h>
1414
#import "LDEvent+Unauthorized.h"
1515

1616
@interface LDClientManager()

LaunchDarkly.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "LaunchDarkly"
4-
s.version = "2.9.0"
4+
s.version = "2.9.1"
55
s.summary = "iOS SDK for LaunchDarkly"
66

77
s.description = <<-DESC
@@ -23,13 +23,13 @@ Pod::Spec.new do |s|
2323
s.tvos.deployment_target = "9.0"
2424
s.osx.deployment_target = '10.10'
2525

26-
s.source = { :git => "https://github.com/launchdarkly/ios-client.git", :tag => "2.9.0" }
26+
s.source = { :git => "https://github.com/launchdarkly/ios-client.git", :tag => "2.9.1" }
2727

2828
s.source_files = "Darkly/*.{h,m}"
2929

3030
s.requires_arc = true
3131

3232
s.subspec 'Core' do |eventSource|
33-
eventSource.dependency 'DarklyEventSource', '~> 3.1.1'
33+
eventSource.dependency 'DarklyEventSource'
3434
end
3535
end

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
use_frameworks!
22
target 'Darkly_iOS' do
33
platform :ios, '8.0'
4-
pod 'DarklyEventSource', '~> 3.1.1'
4+
pod 'DarklyEventSource'
55
end
66

77
target 'Darkly_tvOS' do
88
platform :tvos, '9.0'
9-
pod 'DarklyEventSource', '~> 3.1.1'
9+
pod 'DarklyEventSource'
1010
end
1111

1212
target 'Darkly_watchOS' do
1313
platform :watchos, '2.0'
14-
pod 'DarklyEventSource', '~> 3.1.1'
14+
pod 'DarklyEventSource'
1515
end
1616

1717
target 'Darkly_osx' do
1818
platform :osx, '10.10'
19-
pod 'DarklyEventSource', '~> 3.1.1'
19+
pod 'DarklyEventSource'
2020
end
2121

2222
target 'DarklyTests' do

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- DarklyEventSource (3.1.1)
3-
- OCMock (3.4)
2+
- DarklyEventSource (3.1.2)
3+
- OCMock (3.4.1)
44
- OHHTTPStubs (4.8.0):
55
- OHHTTPStubs/Default (= 4.8.0)
66
- OHHTTPStubs/Core (4.8.0)
@@ -16,15 +16,15 @@ PODS:
1616
- OHHTTPStubs/OHPathHelpers (4.8.0)
1717

1818
DEPENDENCIES:
19-
- DarklyEventSource (~> 3.1.1)
19+
- DarklyEventSource
2020
- OCMock (~> 3.1)
2121
- OHHTTPStubs (~> 4.2)
2222

2323
SPEC CHECKSUMS:
24-
DarklyEventSource: 28b49dd587df166d3fd09aeb45e60671b6ae583c
25-
OCMock: 35ae71d6a8fcc1b59434d561d1520b9dd4f15765
24+
DarklyEventSource: 701c8e651e792ad2d74b98aae6a85234d810b73f
25+
OCMock: 2cd0716969bab32a2283ff3a46fd26a8c8b4c5e3
2626
OHHTTPStubs: b393565822317305b87a1440d4c7aff131679f66
2727

28-
PODFILE CHECKSUM: 5b458b9711c6f582912af813a0a7dd5614777ee4
28+
PODFILE CHECKSUM: 067a3f5c83c580423c3f8ae10d4ab6f2b7025306
2929

3030
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)