Skip to content

Commit fabefe8

Browse files
authored
Merge pull request #108 from OneSignal/fix_travis_build_for_xcode8
Fix travis build for Xcode 8.
2 parents 5bfa068 + f553e64 commit fabefe8

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.travis.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
language: objective-c
22
osx_image: xcode8
3-
xcode_project: OneSignal.xcodeproj
4-
# xcode_workspace: <WORKSPACE_PLACEHOLDER>
5-
xcode_scheme: OneSignal-Dynamic
6-
xcode_sdk: iphonesimulator10.0
7-
env:
8-
global:
9-
- FRAMEWORK_NAME=OneSignal
103
before_install:
11-
- brew update
12-
- brew outdated carthage || brew upgrade carthage
13-
before_script:
14-
- cd iOS_SDK/
15-
before_deploy:
16-
- carthage build --no-skip-current
17-
- carthage archive $FRAMEWORK_NAME
4+
- cd iOS_SDK
5+
script:
6+
- xcodebuild -list
7+
- xcodebuild build -scheme OneSignal-Dynamic

iOS_SDK/OneSignal.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
CLANG_ENABLE_MODULES = YES;
548548
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
549549
CODE_SIGN_IDENTITY = "";
550-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
550+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
551551
CURRENT_PROJECT_VERSION = 1;
552552
DEFINES_MODULE = YES;
553553
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -577,7 +577,7 @@
577577
CLANG_ENABLE_MODULES = YES;
578578
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
579579
CODE_SIGN_IDENTITY = "";
580-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
580+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
581581
COPY_PHASE_STRIP = NO;
582582
CURRENT_PROJECT_VERSION = 1;
583583
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";

0 commit comments

Comments
 (0)