Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Nov 18, 2024
1 parent 9e59398 commit 2260cd6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_dapp_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
types:
- closed

# inputs:
# working-directory
# flavor
# BUNDLE_ID

jobs:
build:
if: (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master') || github.event_name == 'workflow_dispatch'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release_wallet_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
types:
- closed

# inputs:
# working-directory
# flavor
# BUNDLE_ID

jobs:
build:
if: (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master') || github.event_name == 'workflow_dispatch'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.flutterdapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.walletconnect.flutterdapp 1724090152";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.walletconnect.flutterdapp 1727257949";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -817,7 +817,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.flutterdapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.walletconnect.flutterdapp 1724090152";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.walletconnect.flutterdapp 1727257949";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down
2 changes: 2 additions & 0 deletions packages/reown_appkit/example/base/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ platform :ios do
distribute_external: true,
notify_external_testers: true,
skip_waiting_for_build_processing: false,
beta_app_feedback_email: "alfredo@reown.com",
beta_app_description: "AppKit sample app",
groups: ["External Testers"]
)

Expand Down
2 changes: 2 additions & 0 deletions packages/reown_walletkit/example/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ platform :ios do
distribute_external: true,
notify_external_testers: true,
skip_waiting_for_build_processing: false,
beta_app_feedback_email: "alfredo@reown.com",
beta_app_description: "WalletKit sample app",
groups: ["External Testers"]
)

Expand Down

0 comments on commit 2260cd6

Please sign in to comment.