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

Commit

Permalink
Merge pull request #90 from nerdishbynature/remove_destination_requir…
Browse files Browse the repository at this point in the history
…ement

Remove destination requirement
  • Loading branch information
Patrick Chamelo committed Jul 2, 2015
2 parents 4171d07 + bb06bf7 commit 47a0bf8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: objective-c
osx_image: beta-xcode6.3
osx_image: xcode6.4
before_script:
- gem install cocoapods -v 0.37.2 --no-ri --no-rdoc
script:
Expand Down
2 changes: 1 addition & 1 deletion FBSnapshotTestCase.xcodeproj/project.pbxproj
Expand Up @@ -349,7 +349,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1;
ENABLE_NS_ASSERTIONS = NO;
Expand Down
1 change: 0 additions & 1 deletion build.sh
Expand Up @@ -5,7 +5,6 @@ set -eu
function ci_lib() {
xcodebuild -project FBSnapshotTestCase.xcodeproj \
-scheme FBSnapshotTestCase \
-destination "platform=iOS Simulator,name=iPhone 6" \
-sdk iphonesimulator \
build test
}
Expand Down

0 comments on commit 47a0bf8

Please sign in to comment.