Skip to content

Commit

Permalink
Merge pull request #202 from minvws/sync/20231219-090153
Browse files Browse the repository at this point in the history
Sync public repo from private repository
  • Loading branch information
Rool authored Dec 19, 2023
2 parents dd81cb6 + 8696d29 commit a775204
Show file tree
Hide file tree
Showing 1,058 changed files with 168 additions and 104,550 deletions.
70 changes: 0 additions & 70 deletions .github/actions/build-core/action.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/actions/build-web-pdf-tools/action.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,6 @@ updates:
day: monday
time: "08:30"
timezone: Europe/Amsterdam
- package-ecosystem: "swift"
directory: "/Packages/DataMigration"
schedule:
interval: weekly
day: monday
time: "08:30"
timezone: Europe/Amsterdam
- package-ecosystem: "swift"
directory: "/Packages/Managers"
schedule:
interval: weekly
day: monday
time: "08:30"
timezone: Europe/Amsterdam
- package-ecosystem: "swift"
directory: "/Packages/Models"
schedule:
interval: weekly
day: monday
time: "08:30"
timezone: Europe/Amsterdam
- package-ecosystem: "swift"
directory: "/Packages/Persistence"
schedule:
Expand Down Expand Up @@ -90,13 +69,6 @@ updates:
day: monday
time: "08:30"
timezone: Europe/Amsterdam
- package-ecosystem: "swift"
directory: "/Packages/Transport"
schedule:
interval: weekly
day: monday
time: "08:30"
timezone: Europe/Amsterdam
- package-ecosystem: "swift"
directory: "/Packages/TestingShared"
schedule:
Expand Down
20 changes: 4 additions & 16 deletions .github/workflows/deploy-testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ env:
APPSTORE_KEY_BASE64_FILENAME: appstore-apikey.p8
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 10
MOBILE_CORE_COMMIT_HASH: 0b1d6d8c2a699449f614e90a0e2e5cc643fa67a1 # v0.4.5
WEB_PDF_TOOLS_COMMIT_HASH: 530e22f23d98dc41c1611b1ecfb18719e5ab2570 # v4.1.6

jobs:
upload:
Expand Down Expand Up @@ -49,16 +47,6 @@ jobs:
git lfs pull
git checkout .
- name: Build mobile core
uses: ./.github/actions/build-core
with:
mobile_core_commit_hash: ${{ env.MOBILE_CORE_COMMIT_HASH }}

- name: Build web pdf tools
uses: ./.github/actions/build-web-pdf-tools
with:
web_pdf_tools_commit_hash: ${{ env.WEB_PDF_TOOLS_COMMIT_HASH }}

- name: Generate project
run: |
make generate_project
Expand Down Expand Up @@ -91,15 +79,15 @@ jobs:
- name: Archive Holder
if: ${{ !contains(github.ref, 'Verifier') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Holder App
path: CTR.ipa
retention-days: 30

- name: Archive Holder dSYMs
if: ${{ !contains(github.ref, 'Verifier') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Holder App dSYMs
path: CTR.app.dSYM.zip
Expand All @@ -119,15 +107,15 @@ jobs:
- name: Archive Verifier
if: ${{ !contains(github.ref, 'Holder') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Verifier App
path: Verifier.ipa
retention-days: 30

- name: Archive Verifier dSYMs
if: ${{ !contains(github.ref, 'Holder') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Verifier App dSYMs
path: Verifier.app.dSYM.zip
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/sigrid-publish.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/sigrid-pullrequest.yml

This file was deleted.

14 changes: 1 addition & 13 deletions .github/workflows/smoketest-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 10
MOBILE_CORE_COMMIT_HASH: 0b1d6d8c2a699449f614e90a0e2e5cc643fa67a1 # v0.4.5
WEB_PDF_TOOLS_COMMIT_HASH: 530e22f23d98dc41c1611b1ecfb18719e5ab2570 # v4.1.6

jobs:
smoketest-ui:
Expand Down Expand Up @@ -45,16 +43,6 @@ jobs:
git lfs pull
git checkout .
- name: Build mobile core
uses: ./.github/actions/build-core
with:
mobile_core_commit_hash: ${{ env.MOBILE_CORE_COMMIT_HASH }}

- name: Build web pdf tools
uses: ./.github/actions/build-web-pdf-tools
with:
web_pdf_tools_commit_hash: ${{ env.WEB_PDF_TOOLS_COMMIT_HASH }}

- name: Generate project
run: |
make generate_project
Expand All @@ -66,7 +54,7 @@ jobs:
bundle exec fastlane ios smoketest_ui
- name: Archive test artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-output
Expand Down
22 changes: 5 additions & 17 deletions .github/workflows/template_firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 10
MOBILE_CORE_COMMIT_HASH: 0b1d6d8c2a699449f614e90a0e2e5cc643fa67a1 # v0.4.5
WEB_PDF_TOOLS_COMMIT_HASH: 530e22f23d98dc41c1611b1ecfb18719e5ab2570 # v4.1.6

jobs:
template_firebase-deploy:
Expand Down Expand Up @@ -67,23 +65,13 @@ jobs:
git lfs pull
git checkout .
- name: Build mobile core
uses: ./.github/actions/build-core
with:
mobile_core_commit_hash: ${{ env.MOBILE_CORE_COMMIT_HASH }}

- name: Build web pdf tools
uses: ./.github/actions/build-web-pdf-tools
with:
web_pdf_tools_commit_hash: ${{ env.WEB_PDF_TOOLS_COMMIT_HASH }}

- name: Generate project
run: |
make generate_project
- name: Setup Imagemagick for icon overlays
run: |
make homebrew_ci_imagemagick
# - name: Setup Imagemagick for icon overlays
# run: |
# make homebrew_ci_imagemagick

- name: Build and deploy
timeout-minutes: 45
Expand All @@ -97,14 +85,14 @@ jobs:
${{ inputs.fastlane_command }}
- name: Archive App
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.app_title }}
path: ${{ inputs.app_filename }}.ipa
retention-days: 10

- name: Archive dSYMs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.app_title }} dSYMs
path: ${{ inputs.app_filename }}.app.dSYM.zip
Expand Down
Loading

0 comments on commit a775204

Please sign in to comment.