Sha256: 45e8965fbbd596770b67c424a7bacf86077b494c5e8367d6a055e16ba19b3d09

Contents?: true

Size: 754 Bytes

Versions: 10

Compression:

Stored size: 754 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 'Cucumberish'
# end
#
# target FITNESSE_ACCEPTANCE_TEST_TARGET do
#     pod 'OCSlimProject'
# end
#
# target FITNESSE_ACCEPTANCE_XCTEST_TARGET do
#     pod 'OCSlimProjectTestBundleSupport'
# end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
xcfit-10.2.0 Cocoapods/Podfile
xcfit-10.0.0 Cocoapods/Podfile
xcfit-8.0.0 Cocoapods/Podfile
xcfit-7.1.0 Cocoapods/Podfile
xcfit-7.0.0 Cocoapods/Podfile
xcfit-6.1.0 Cocoapods/Podfile
xcfit-6.0.0 Cocoapods/Podfile
xcfit-5.0.0 Cocoapods/Podfile
xcfit-4.0.9 Cocoapods/Podfile
xcfit-4.0.8 Cocoapods/Podfile