File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
iOS_SDK/OneSignal.xcodeproj Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 11language : objective-c
22osx_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
103before_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
Original file line number Diff line number Diff line change 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;
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";
You can’t perform that action at this time.
0 commit comments