takecian 070704134d7 Improve documentation about test doubles in japanese 11 Aug 2016 takecian a383460d207 Improve documentation about test doubles 11 Aug 2016 takecian e63ac02d2e0 M Merge remote-tracking branch 'upstream/master' into doc 11 Aug 2016 Takeshi Fujiki 33f55eb6a75 M Merge pull request #555 from JPMartha/fix-markdown-syntax Fix Markdown syntax in Japanese documentation 11 Aug 2016 takecian 473dea619fb M Merge remote-tracking branch 'upstream/master' 11 Aug 2016 Willow Bellemore 312fb76b6a7 [Issue #568] Change to American English 11 Aug 2016 Willow Bellemore 5adcbb130f7 [Issue #568] Add 'Projects using Quick' section As part of Quick Contributor Happiness. 11 Aug 2016 Brian Gesiak 5343a0e1195 M Merge pull request #487 from takecian/master Add a document about mock 10 Aug 2016 Brian Gesiak faa6056c0c7 Bumping version to 0.9.3 29 Jul 2016 Adam Sharp 816489f39f5 M Merge pull request #565 from ikesyo/xcode8-swift2.3-redux Support Xcode 8/Swift 2.3 redux 23 Jul 2016 Syo Ikeda e11459fda90 [Rakefile] "build test" rather than just "test" 22 Jul 2016 Syo Ikeda a1c8cb69e54 [xcodeproj] Update to recommended settings 22 Jul 2016 Syo Ikeda ed9c17b8c39 [Travis] Use "build-for-testing" and "test-without-building" build actions on Xcode 8 This should stabilize running iOS and tvOS tests on Travis with Xcode 8. 21 Jul 2016 Syo Ikeda c9767ff975e Say goodbye to xctool xctool won't support Xcode 8 and will be deprecated. 21 Jul 2016 Adam Sharp e2cfb86c837 Update Nimble submodule 08 Jul 2016 Syo Ikeda aa58c5da6b6 Fix SUPPORTED_PLATFORMS build setting of Quick-iOSTests 06 Jul 2016 Syo Ikeda 257d1480841 Update TARGETED_DEVICE_FAMILY build setting 06 Jul 2016 Syo Ikeda 9dff621ecee Update Nimble 06 Jul 2016 Syo Ikeda d2d5f6c7aa4 Disable code signing for device builds on Xcode 8 06 Jul 2016 Syo Ikeda 2cc4c1d4b89 Xcode 8 beta 2 Remove the workaround for linker error on Xcode 8 beta 1. 06 Jul 2016 Syo Ikeda 54ee45e1352 Record Swift migration 06 Jul 2016 JPMartha 1b31213c4d0 Add Markdown syntax in SharedExamples.md 28 Jun 2016 JPMartha 1c4590b4a8b Fix Markdown syntax in Japanese documentation 28 Jun 2016 Adam Sharp 92a3c65b4fe Add xcode8 to the build matrix for all platforms 19 Jun 2016 Adam Sharp dc454a883e6 Update XCTestObservationCenter category for Xcode 8 XCTestObservationCenter's observers collection is no longer a mutable
set. However, there is now public API for adding and removing observers,
so we no longer need to rely in this implementation detail. 14 Jun 2016 Adam Sharp 54d4a285ecd Redeclare API removed in Xcode 8 to support older deployment targets 14 Jun 2016 Adam Sharp facfade0a17 Compile under Xcode 8 beta 1 Sets "Use Legacy Swift Language Version" to YES, i.e., `SWIFT_VERSION = 2.3`.
This change alone causes the following linker error:
duplicate symbol __non_lazy_classes in:
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/Swift_2.3.xctoolchain/usr/lib/arc/libarclite_macosx.a(arclite.o)
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch... 14 Jun 2016 Brian Gesiak 5fb172bcda0 M Merge pull request #538 from hemster/Chinese_Docs_Translation [Feature] Add Chinese version documents 15 Jun 2016 Brian Gesiak ceda0250ad6 M Merge pull request #550 from ikesyo/travis-test-tvos [Travis] Test tvOS too 15 Jun 2016 Brian Gesiak 7de98e1905f M Merge pull request #549 from ikesyo/SDKROOT-appletvos Use `appletvos` for `SDKROOT` build setting in Quick-tvOS 15 Jun 2016 Syo Ikeda 9ca596c03d1 [travis-install-osx] Conditionally run `brew` commands 15 Jun 2016 Syo Ikeda 72898608350 [Travis] Test tvOS too 15 Jun 2016 Syo Ikeda 0ae0a73e4a4 Use `appletvos` for `SDKROOT` build setting in Quick-tvOS Xcode 8 claims that `appletvsimulator` is not found for the setting. 15 Jun 2016 Brian Gesiak cf7eca87668 M Merge pull request #544 from JPMartha/remove-english-text Remove English text 13 Jun 2016 Brian Gesiak 5d0210b6a77 M Merge pull request #543 from JPMartha/adjust-markdown-format Adjust a format to the Markdown syntax 13 Jun 2016 JPMartha a06feb15dee Remove English text in InstallingQuick.md 13 Jun 2016 JPMartha fd07a4cc2ab Remove English text in BehavioralTesting.md 13 Jun 2016 JPMartha fec0c053777 Remove English text 13 Jun 2016 JPMartha 7d26907e8c6 Adjust Markdown format 13 Jun 2016 Brian Croom 4c9e0514998 M Merge pull request #539 from sunshinejr/feature/documentation_fixes [Documentation] Small fixes. 28 May 2016 Łukasz Mróz 9ddfe616425 [Documentation] Additional sharedExampleFor replacements 28 May 2016 Łukasz Mróz 0ddfc277e3e [Documentation] Fix Moya link in MoreResources 28 May 2016 Łukasz Mróz 0f92db85d3e [Documentation] Replace sharedExamplesFor with sharedExamples 28 May 2016 Zeyu Wei 7fa58a43afd [Feature] Add Chinese version documents 26 May 2016 takecian 225b27d7ace M Merge branch 'master' of https://github.com/Quick/Quick 23 May 2016 Brian Gesiak 979d518f03f [Tests] Remove old ContextTests file The file was copied to a new location as part of https://github.com/Quick/Quick/pull/448,
but the file at the old location wasn't removed. Remove the old file,
which is no longer used in any way.
As a result, the entire `QuickTests` directory no longer exists in the
repository. 22 May 2016 Ben Chatelain f21936eea12 M Merge pull request #533 from pedrovereza/xcconfig Replaces deprecated property in podspec (changes xcconfig to user_target_xcconfig) 18 May 2016 Pedro Vereza a66ea14fa88 Replaces deprecated property in podspec Changes xcconfig to user_target_xcconfig 18 May 2016 Brian Gesiak 194b4e9aaad M Merge pull request #531 from pedrovereza/lint-xctest Adds search path in podspec for XCTest 16 May 2016 Pedro Vereza 9c2c3efa51e Adds search path in podspec for XCTest 16 May 2016