mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 09:14:06 +01:00
Change code signing for test target
This commit is contained in:
parent
ba077d4ed1
commit
590dffd450
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -33,12 +33,12 @@ jobs:
|
|||||||
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
||||||
|
|
||||||
- name: Run Build
|
- name: Run Build
|
||||||
continue-on-error: true
|
# continue-on-error: true
|
||||||
env:
|
env:
|
||||||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||||
SCHEME: ${{ matrix.scheme }}
|
SCHEME: ${{ matrix.scheme }}
|
||||||
run: buildscripts/ci-build.sh
|
run: buildscripts/ci-build.sh
|
||||||
|
|
||||||
- name: Check for Crashlog
|
# - name: Check for Crashlog
|
||||||
run: buildscripts/crash-logs.sh
|
# run: buildscripts/crash-logs.sh
|
@ -1,5 +1,7 @@
|
|||||||
CODE_SIGN_IDENTITY = -
|
CODE_SIGN_IDENTITY = Developer ID Application
|
||||||
CODE_SIGN_STYLE = Automatic
|
DEVELOPMENT_TEAM = M8L2WTLA8W
|
||||||
|
CODE_SIGN_STYLE = Manual
|
||||||
|
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
|
||||||
|
|
||||||
// See the notes in NetNewsWire_target.xcconfig on why the
|
// See the notes in NetNewsWire_target.xcconfig on why the
|
||||||
// DeveloperSettings.xcconfig is #included here
|
// DeveloperSettings.xcconfig is #included here
|
||||||
|
Loading…
Reference in New Issue
Block a user