Skip to content

Commit

Permalink
Fixing Travis troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrll committed Sep 18, 2016
1 parent 863daa6 commit dfda876
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Example/Keychain.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
607FACE31AFB9204008FA782 /* Resources */,
004FC67E9C63A247643AAA10 /* 📦 Embed Pods Frameworks */,
D14C1482752042B21A563FD4 /* 📦 Copy Pods Resources */,
6A74F0201D8EE338003E5897 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -199,19 +198,6 @@
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;
};
6A74F0201D8EE338003E5897 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "echo \"codesign --verify --force --sign \\\"$CODE_SIGN_IDENTITY\\\" \\\"$CODESIGNING_FOLDER_PATH\\\"\"\nIDENTITIES=`security find-identity -v -s \"Code Signing\" | grep \"iPhone Developer\" | awk '{ print $2 }'`\n\nfor SHA in $IDENTITIES; do\ncodesign --verify --force --sign $SHA \"$CODESIGNING_FOLDER_PATH\"\nif [ $? -eq 0 ]; then\necho \"Matching identity found: $SHA\"\nexit 0\nfi\ndone;\n\nexit 1";
};
D14C1482752042B21A563FD4 /* 📦 Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit dfda876

Please sign in to comment.