Change code signing for test target

This commit is contained in:
Maurice Parker 2019-10-11 19:55:29 -05:00
parent ba077d4ed1
commit 590dffd450
2 changed files with 7 additions and 5 deletions

View File

@ -33,12 +33,12 @@ jobs:
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
- name: Run Build
continue-on-error: true
# continue-on-error: true
env:
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
KEY_SECRET: ${{ secrets.KEY_SECRET }}
SCHEME: ${{ matrix.scheme }}
run: buildscripts/ci-build.sh
- name: Check for Crashlog
run: buildscripts/crash-logs.sh
# - name: Check for Crashlog
# run: buildscripts/crash-logs.sh

View File

@ -1,5 +1,7 @@
CODE_SIGN_IDENTITY = -
CODE_SIGN_STYLE = Automatic
CODE_SIGN_IDENTITY = Developer ID Application
DEVELOPMENT_TEAM = M8L2WTLA8W
CODE_SIGN_STYLE = Manual
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
// See the notes in NetNewsWire_target.xcconfig on why the
// DeveloperSettings.xcconfig is #included here