From d9d9ceedf46f5dfa05a752848ee69dc8341ba7da Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sun, 2 Nov 2014 22:53:32 +0200 Subject: [PATCH] Updated the Tests project after updating to CocoaPods 0.34.4 --- Tests/Podfile | 2 ++ .../project.pbxproj | 20 ++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Tests/Podfile b/Tests/Podfile index f366e6a..7ac80de 100644 --- a/Tests/Podfile +++ b/Tests/Podfile @@ -1,3 +1,5 @@ +source 'https://github.com/CocoaPods/Specs.git' + xcodeproj 'SDWebImage Tests' workspace '../SDWebImage' diff --git a/Tests/SDWebImage Tests.xcodeproj/project.pbxproj b/Tests/SDWebImage Tests.xcodeproj/project.pbxproj index 3b16a84..49ca3a7 100644 --- a/Tests/SDWebImage Tests.xcodeproj/project.pbxproj +++ b/Tests/SDWebImage Tests.xcodeproj/project.pbxproj @@ -18,7 +18,8 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 5421361315E74CAA8FCCC423 /* Pods-ios.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios.xcconfig"; path = "Pods/Pods-ios.xcconfig"; sourceTree = ""; }; + 1A6DF883515E8008203AB352 /* Pods-ios.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ios/Pods-ios.debug.xcconfig"; sourceTree = ""; }; + CA88E6BDE3581B2BFE933C10 /* Pods-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios.release.xcconfig"; path = "Pods/Target Support Files/Pods-ios/Pods-ios.release.xcconfig"; sourceTree = ""; }; DA248D53195472AA00390AB0 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; DA248D56195472AA00390AB0 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; DA248D58195472AA00390AB0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; @@ -47,13 +48,22 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 8D1A343B1A6D91E95D7795EF /* Pods */ = { + isa = PBXGroup; + children = ( + 1A6DF883515E8008203AB352 /* Pods-ios.debug.xcconfig */, + CA88E6BDE3581B2BFE933C10 /* Pods-ios.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; DA248D451954721A00390AB0 = { isa = PBXGroup; children = ( DA248D5C195472AA00390AB0 /* Tests */, DA248D55195472AA00390AB0 /* Frameworks */, DA248D54195472AA00390AB0 /* Products */, - 5421361315E74CAA8FCCC423 /* Pods-ios.xcconfig */, + 8D1A343B1A6D91E95D7795EF /* Pods */, ); sourceTree = ""; }; @@ -168,7 +178,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-ios-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ios/Pods-ios-resources.sh\"\n"; showEnvVarsInLog = 0; }; FBC8982311CD4ED9A3006D45 /* Check Pods Manifest.lock */ = { @@ -227,7 +237,7 @@ }; DA248D65195472AA00390AB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5421361315E74CAA8FCCC423 /* Pods-ios.xcconfig */; + baseConfigurationReference = 1A6DF883515E8008203AB352 /* Pods-ios.debug.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; @@ -275,7 +285,7 @@ }; DA248D66195472AA00390AB0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5421361315E74CAA8FCCC423 /* Pods-ios.xcconfig */; + baseConfigurationReference = CA88E6BDE3581B2BFE933C10 /* Pods-ios.release.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";