diff --git a/ios/PolkadotVault.xcodeproj/project.pbxproj b/ios/PolkadotVault.xcodeproj/project.pbxproj index df38cc0d2b..a83161709c 100644 --- a/ios/PolkadotVault.xcodeproj/project.pbxproj +++ b/ios/PolkadotVault.xcodeproj/project.pbxproj @@ -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; @@ -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; diff --git a/ios/fastlane/Appfile b/ios/fastlane/Appfile index d87383074a..25e0fa1873 100644 --- a/ios/fastlane/Appfile +++ b/ios/fastlane/Appfile @@ -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" diff --git a/ios/fastlane/lanes/lane_build.rb b/ios/fastlane/lanes/lane_build.rb index c19ed2d52b..5a63133e22 100644 --- a/ios/fastlane/lanes/lane_build.rb +++ b/ios/fastlane/lanes/lane_build.rb @@ -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 @@ -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,