Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Fix pod verification (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscoding authored Sep 22, 2016
1 parent 4b41a52 commit d7edace
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion FBSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'
s.source = { :git => "https://github.com/facebook/ios-snapshot-test-case.git",
:tag => s.version.to_s }
s.ios.deployment_target = '7.0'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.frameworks = 'XCTest','UIKit','Foundation','QuartzCore'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@
isa = PBXNativeTarget;
buildConfigurationList = B30449281AB794320067C75D /* Build configuration list for PBXNativeTarget "FBSnapshotTestCaseDemoTests" */;
buildPhases = (
2446417C513BDAF88B9890FC /* 📦 Check Pods Manifest.lock */,
2446417C513BDAF88B9890FC /* [CP] Check Pods Manifest.lock */,
B30449171AB794320067C75D /* Sources */,
B30449181AB794320067C75D /* Frameworks */,
B30449191AB794320067C75D /* Resources */,
EB64CD802D89DDA691FA7827 /* 📦 Embed Pods Frameworks */,
30B7BE4963F35A6D89E72AFF /* 📦 Copy Pods Resources */,
EB64CD802D89DDA691FA7827 /* [CP] Embed Pods Frameworks */,
30B7BE4963F35A6D89E72AFF /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -253,44 +253,44 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
2446417C513BDAF88B9890FC /* 📦 Check Pods Manifest.lock */ = {
2446417C513BDAF88B9890FC /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Check Pods Manifest.lock";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
30B7BE4963F35A6D89E72AFF /* 📦 Copy Pods Resources */ = {
30B7BE4963F35A6D89E72AFF /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Copy Pods Resources";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-FBSnapshotTestCaseDemoTests/Pods-FBSnapshotTestCaseDemoTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
EB64CD802D89DDA691FA7827 /* 📦 Embed Pods Frameworks */ = {
EB64CD802D89DDA691FA7827 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
4 changes: 2 additions & 2 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: ..

SPEC CHECKSUMS:
FBSnapshotTestCase: fc5bff1097ef52eb7be3e838c0d7041415719e9d
FBSnapshotTestCase: 4607968e0dfa1e2772ec0d0098354f8b870c5753

PODFILE CHECKSUM: f0c8c3073f8e31e4718d87d66744e7fa5953f5c4

COCOAPODS: 1.0.0
COCOAPODS: 1.0.1

0 comments on commit d7edace

Please sign in to comment.