Change code signing for test target
This commit is contained in:
parent
ba077d4ed1
commit
590dffd450
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue