Skip to content

Commit 69c52dd

Browse files
committed
Build stuff
1 parent eb2fe67 commit 69c52dd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: objective-c
2+
xcode_sdk: iphonesimulator
23
xcode_project: BitStore.xcworkspace
34
xcode_scheme: Tests
45
script: xcodebuild -workspace BitStore.xcworkspace -scheme BitStore

BitStore.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@
11311131
CLANG_WARN_INT_CONVERSION = YES;
11321132
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
11331133
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1134-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1134+
CODE_SIGN_IDENTITY = "iPhone Developer";
11351135
COPY_PHASE_STRIP = NO;
11361136
GCC_C_LANGUAGE_STANDARD = gnu99;
11371137
GCC_DYNAMIC_NO_PIC = NO;
@@ -1175,7 +1175,7 @@
11751175
CLANG_WARN_INT_CONVERSION = YES;
11761176
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
11771177
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1178-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1178+
CODE_SIGN_IDENTITY = "iPhone Developer";
11791179
COPY_PHASE_STRIP = YES;
11801180
ENABLE_NS_ASSERTIONS = NO;
11811181
GCC_C_LANGUAGE_STANDARD = gnu99;

0 commit comments

Comments
 (0)