Skip to content

Commit

Permalink
chore: ios: update Fastlane configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
krodak committed Apr 26, 2024
1 parent c68edf2 commit 1bc7f89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 @@ -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
6 changes: 3 additions & 3 deletions ios/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app_identifier "io.parity.NativeSigner"
apple_id "krzysztof@parity.io"
team_name "PARITY TECHNOLOGIES LIMITED"
team_id "P2PX3JU8FT"
apple_id "krzysztof@novasama.io"
team_name "Novasama Technologies GmbH"
team_id "QXCVVJ6654"
4 changes: 2 additions & 2 deletions ios/fastlane/lanes/lane_build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
configuration = options[:configuration]
app_identifier = CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)

profile_name = "NativeSigner Distribution Provisioning Profile"
profile_name = "Polkadot Vault Distribution"
output_name = scheme # just in case we need to customise it for other GAs
export_method = "app-store"
compile_bitcode = false
Expand Down Expand Up @@ -50,7 +50,7 @@
lane :prepare_code_signing do |options|
api_key = lane_context[SharedValues::APP_STORE_CONNECT_API_KEY]
app_identifier = CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)
profile_name = "NativeSigner Distribution Provisioning Profile"
profile_name = "Polkadot Vault Distribution"

cert(
api_key: api_key,
Expand Down

0 comments on commit 1bc7f89

Please sign in to comment.