Skip to content

Commit

Permalink
changelog and code coverage for da watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza Dvorsky committed Jul 1, 2015
1 parent dd0bd16 commit 48a3ee9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,8 +4,24 @@

[Full Changelog](https://github.com/czechboy0/XcodeServerSDK/compare/v0.1-beta1...HEAD)

**Closed issues:**

- Use `final` to aid compiler optimizations [\#53](https://github.com/czechboy0/XcodeServerSDK/issues/53)

- Testing public/internal/private methods [\#52](https://github.com/czechboy0/XcodeServerSDK/issues/52)

- Move API calls to separate files [\#47](https://github.com/czechboy0/XcodeServerSDK/issues/47)

**Merged pull requests:**

- Extracting leftovers [\#58](https://github.com/czechboy0/XcodeServerSDK/pull/58) ([cojoj](https://github.com/cojoj))

- Device and Platform API routes [\#57](https://github.com/czechboy0/XcodeServerSDK/pull/57) ([cojoj](https://github.com/cojoj))

- Added missing `Repository.swift` to iOS target. [\#56](https://github.com/czechboy0/XcodeServerSDK/pull/56) ([esttorhe](https://github.com/esttorhe))

- Repository API routes extension [\#55](https://github.com/czechboy0/XcodeServerSDK/pull/55) ([cojoj](https://github.com/cojoj))

- Move API routes to separate files [\#54](https://github.com/czechboy0/XcodeServerSDK/pull/54) ([cojoj](https://github.com/cojoj))

- Too many badges [\#51](https://github.com/czechboy0/XcodeServerSDK/pull/51) ([KrauseFx](https://github.com/KrauseFx))
Expand Down
Expand Up @@ -26,6 +26,7 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
Expand Down

0 comments on commit 48a3ee9

Please sign in to comment.