Skip to content

Commit

Permalink
feat: ios: update tos pp (#2385)
Browse files Browse the repository at this point in the history
* feat: ios: update tos and pp files

* chore: ios: update Fastlane configuration

* Test build (#2425)

* Revert "chore(deps): bump raptorq from 1.8.1 to 2.0.0 in /rust (#2372)"

This reverts commit d31f553.

* fix: allow ded_code

* fix: permission for semantic workflow

* fix: clippy

* fix: change semantic permission to write

* fix: change token usage

* fix: pull_request event

* fix: add concurency

* fix: add actor

* fix: lint problem

* fix: change signing cecrt

* fix: change appfile

* change team id

* fix: semantic triggers

* fix: change actors

* fix: remove unnecessary changes

* fix: return semantic run back

* fix: temp add stepanLav

---------

Co-authored-by: valentunn <[email protected]>

---------

Co-authored-by: Ruslan <[email protected]>
Co-authored-by: Stepan Lavrentev <[email protected]>
Co-authored-by: valentunn <[email protected]>
  • Loading branch information
4 people authored Feb 5, 2025
1 parent 4226ba6 commit 6d939e8
Show file tree
Hide file tree
Showing 21 changed files with 176 additions and 338 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: E2E Test

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build android app

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release android app

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_dispatch:
jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Check links and Publish Docs

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-cargo-deny.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Check cargo deny

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Rust clippy

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-fmt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Rustfmt

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-test-android.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Rust backend test for android

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-test-ios.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Rust backend test for ios

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
name: Semantic PR

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: write

jobs:
main:
# By default, these PR titles are allowed:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
distribute_testflight:
if: contains('["krodak","prybalko"]', github.actor)
if: contains('["krodak","ERussel","stepanLav"]', github.actor)
runs-on: macos-13
name: Distribute TestFlight Production Build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
distribute_testflight:
if: contains('["krodak","prybalko"]', github.actor)
if: contains('["krodak","ERussel","stepanLav"]', github.actor)
runs-on: macos-13
name: Distribute TestFlight QA Build

Expand Down
14 changes: 7 additions & 7 deletions ios/PolkadotVault.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"PolkadotVault/Preview Content\"";
DEVELOPMENT_TEAM = P2PX3JU8FT;
DEVELOPMENT_TEAM = QXCVVJ6654;
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand Down Expand Up @@ -3220,10 +3220,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = accent_pink300;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"PolkadotVault/Preview Content\"";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = QXCVVJ6654;
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = PolkadotVault/Info.plist;
Expand Down Expand Up @@ -3255,7 +3255,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4GK8JWU7P9;
DEVELOPMENT_TEAM = QXCVVJ6654;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
INFOPLIST_FILE = PolkadotVaultTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -3280,7 +3280,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = P2PX3JU8FT;
DEVELOPMENT_TEAM = QXCVVJ6654;
INFOPLIST_FILE = PolkadotVaultTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -3366,7 +3366,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"PolkadotVault/Preview Content\"";
DEVELOPMENT_TEAM = P2PX3JU8FT;
DEVELOPMENT_TEAM = QXCVVJ6654;
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = PolkadotVault/Info.plist;
Expand Down Expand Up @@ -3398,7 +3398,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4GK8JWU7P9;
DEVELOPMENT_TEAM = QXCVVJ6654;
INFOPLIST_FILE = PolkadotVaultTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
Loading

0 comments on commit 6d939e8

Please sign in to comment.