Skip to content

feat: NostrKeep Signer rebrand + v2 native UI + PKPass wallet support #5

feat: NostrKeep Signer rebrand + v2 native UI + PKPass wallet support

feat: NostrKeep Signer rebrand + v2 native UI + PKPass wallet support #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install xcodegen
run: brew install xcodegen
- name: Generate Xcode project
run: xcodegen generate
- name: Build
run: |
xcodebuild build \
-project NostrKeepSigner.xcodeproj \
-scheme NostrKeepSigner \
-configuration Debug \
-destination 'generic/platform=iOS Simulator' \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO