From 590dffd450561f82c602deb8e7e2fbbad934abc9 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 11 Oct 2019 19:55:29 -0500 Subject: [PATCH] Change code signing for test target --- .github/workflows/build.yml | 6 +++--- xcconfig/NetNewsWireTests_target.xcconfig | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9518ee8a..fe3b0f1a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + # - name: Check for Crashlog + # run: buildscripts/crash-logs.sh \ No newline at end of file diff --git a/xcconfig/NetNewsWireTests_target.xcconfig b/xcconfig/NetNewsWireTests_target.xcconfig index ce58135dc..c073e390c 100644 --- a/xcconfig/NetNewsWireTests_target.xcconfig +++ b/xcconfig/NetNewsWireTests_target.xcconfig @@ -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