Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Build CI in old code sign style
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jul 21, 2019
1 parent 0b56e7a commit cf8904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: objective-c
osx_image: xcode10.2
xcode_project: Aware.xcodeproj
xcode_scheme: Aware
script: xcodebuild -project Aware.xcodeproj -scheme Aware test
script: xcodebuild -project Aware.xcodeproj -scheme Aware test ENABLE_HARDENED_RUNTIME=NO CODE_SIGN_STYLE=Manual CODE_SIGN_IDENTITY=

0 comments on commit cf8904d

Please sign in to comment.