Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage + watchOS + tvOS + macOS Support #87

Merged
merged 12 commits into from
Apr 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Xcode
.DS_Store
*/build/*
build/*
build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand Down
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Change log

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

## [2.3.0] - 2017-04-20
### Added
- Support for tvOS 9.0+
- Support for watchOS 2.0+
- Support for macOS 10.10+
- Umbrella header (`Darkly/Darkly.h`)

### Changed
- Library is now a dynamic framework in order to support the [Carthage](https://github.com/Carthage/Carthage) dependency manager
- Minimum supported iOS version is now iOS 8.0+
- Updated streaming host from `stream.launchdarkly.com` to `clientstream.launchdarkly.com`
- Default (foreground) polling interval was reduced to 5 minutes
- Minimum polling interval was reduced to 1 minute

### Fixed
- Potential range exception issue in event processing

## [2.2.0] - 2017-04-05
### Added
Expand Down
1,470 changes: 872 additions & 598 deletions Darkly.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,9 +14,9 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CC36AA931B6D5FED008200F1"
BuildableName = "libDarkly.a"
BlueprintName = "Darkly"
BlueprintIdentifier = "690346BD1E6872EA00E45133"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_iOS"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -32,27 +32,19 @@
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CC36AA9E1B6D5FED008200F1"
BlueprintIdentifier = "690346C61E6872EA00E45133"
BuildableName = "DarklyTests.xctest"
BlueprintName = "DarklyTests"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "LDPollingManagerTest">
</Test>
<Test
Identifier = "LDRequestManagerTest">
</Test>
</SkippedTests>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CC36AA931B6D5FED008200F1"
BuildableName = "libDarkly.a"
BlueprintName = "Darkly"
BlueprintIdentifier = "690346BD1E6872EA00E45133"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_iOS"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -72,9 +64,9 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CC36AA931B6D5FED008200F1"
BuildableName = "libDarkly.a"
BlueprintName = "Darkly"
BlueprintIdentifier = "690346BD1E6872EA00E45133"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_iOS"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -90,9 +82,9 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CC36AA931B6D5FED008200F1"
BuildableName = "libDarkly.a"
BlueprintName = "Darkly"
BlueprintIdentifier = "690346BD1E6872EA00E45133"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_iOS"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,9 +14,9 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "23AA1AB51B721E3E00FE6A00"
BuildableName = "QuickTest.app"
BlueprintName = "QuickTest"
BlueprintIdentifier = "69A87E8E1E74458900B88B23"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_osx"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -32,19 +32,19 @@
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "23AA1AD01B721E3F00FE6A00"
BuildableName = "QuickTestTests.xctest"
BlueprintName = "QuickTestTests"
BlueprintIdentifier = "690346C61E6872EA00E45133"
BuildableName = "DarklyTests.xctest"
BlueprintName = "DarklyTests"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "23AA1AB51B721E3E00FE6A00"
BuildableName = "QuickTest.app"
BlueprintName = "QuickTest"
BlueprintIdentifier = "69A87E8E1E74458900B88B23"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_osx"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -61,16 +61,15 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "23AA1AB51B721E3E00FE6A00"
BuildableName = "QuickTest.app"
BlueprintName = "QuickTest"
BlueprintIdentifier = "69A87E8E1E74458900B88B23"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_osx"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand All @@ -80,16 +79,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "23AA1AB51B721E3E00FE6A00"
BuildableName = "QuickTest.app"
BlueprintName = "QuickTest"
BlueprintIdentifier = "69A87E8E1E74458900B88B23"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_osx"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
99 changes: 99 additions & 0 deletions Darkly.xcodeproj/xcshareddata/xcschemes/Darkly_tvOS.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "69F3F67A1E6BF7C000079A09"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_tvOS"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "690346C61E6872EA00E45133"
BuildableName = "DarklyTests.xctest"
BlueprintName = "DarklyTests"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "69F3F67A1E6BF7C000079A09"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_tvOS"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "69F3F67A1E6BF7C000079A09"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_tvOS"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "69F3F67A1E6BF7C000079A09"
BuildableName = "Darkly.framework"
BlueprintName = "Darkly_tvOS"
ReferencedContainer = "container:Darkly.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading