Sha256: 6463e87fdd4d7cc6e5f819b6f181803d68987ae8576464359c747bf06f618903
Contents?: true
Size: 721 Bytes
Versions: 2
Compression:
Stored size: 721 Bytes
Contents
use_frameworks! # Replace the values with your targets for the CocoaPods. # Also Comment the targets you are no longer using in the project. PROTOCOL_BDD_TARGET = "YOUR_APP_ProtocolBDDTests" PAGE_OBJECT_TEST_TARGET = "YOUR_APP_PageObjectTests" CUCUMBER_TEST_TARGET = "YOUR_APP_CucumberTests" FITNESSE_ACCEPTANCE_TEST_TARGET = "AcceptanceTests" FITNESSE_ACCEPTANCE_XCTEST_TARGET = "AcceptanceUnitTests" target PROTOCOL_BDD_TARGET do pod 'XCFit' end target PAGE_OBJECT_TEST_TARGET do pod 'XCFit' end target CUCUMBER_TEST_TARGET do pod 'XCFit' end target FITNESSE_ACCEPTANCE_TEST_TARGET do pod 'OCSlimProject' end target FITNESSE_ACCEPTANCE_XCTEST_TARGET do pod 'OCSlimProjectTestBundleSupport' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xcfit-4.0.6 | Cocoapods/Podfile |
xcfit-4.0.5 | Cocoapods/Podfile |