diff --git a/CHANGELOG.md b/CHANGELOG.md index 478bd3d0a470..39878085a45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix(bridge): don't show currency value unless amount is above zero ([#15798](https://github.com/MetaMask/metamask-mobile/pull/15798)) - fix(bridge): prevent crash when viewing Solana asset details ([#16770](https://github.com/MetaMask/metamask-mobile/pull/16770)) +## [7.47.3] + +### Fixed +- chore(runway): cherry-pick fix(bridge): fix: cp-7.47.3 prevent crash when viewing Solana asset details ([#16776](https://github.com/MetaMask/metamask-mobile/pull/16776) + +## [7.47.2] + +### Fixed +- chore(runway): cherry-pick chore: bump pbkdf ([#16629](https://github.com/MetaMask/metamask-mobile/pull/16629)) +- chore(runway): cherry-pick fix: cp-7.47.2 migrate caip permission to include sessionProperties value ([#16643](https://github.com/MetaMask/metamask-mobile/pull/16643)) +- chore(runway): cherry-pick fix: account address missmatch with identity ([#16683](https://github.com/MetaMask/metamask-mobile/pull/16683)) +- chore(runway): cherry-pick fix: Remove delay for dispatch of INIT_BG_STATE_KEY ([#16703](https://github.com/MetaMask/metamask-mobile/pull/16703)) + ## [7.47.1] ### Fixed @@ -21,115 +34,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - - feat(bridge): fetch all tokens for bridge input([#15993](https://github.com/MetaMask/metamask-mobile/pull/15993)) - - feat(bridge): add "hardware wallets not supported" error when attempting Solana swap/bridge ([#15743](https://github.com/MetaMask/metamask-mobile/pull/15743)) - - feat: migrate eth_accounts and permittedChains to CAIP-25 endowment ([#13970](https://github.com/MetaMask/metamask-mobile/pull/13970)) - - feat(identity): rebrand "Profile syncing" to "Backup and sync", adding a dedicated settings menu and more ([#15003](https://github.com/MetaMask/metamask-mobile/pull/15003)) - - feat(bridge): implement quote expiration handling in Bridge feature ([#14872](https://github.com/MetaMask/metamask-mobile/pull/14872)) - - feat(bridge): use dynamic slippage for single-chain Solana swaps ([#14805](https://github.com/MetaMask/metamask-mobile/pull/14805)) - - feat(bridge): enhance bridging with network fee estimation and UI improvements ([#14786](https://github.com/MetaMask/metamask-mobile/pull/14786)) - - feat(ramp): auto-select region ([#14780](https://github.com/MetaMask/metamask-mobile/pull/14780)) - - feat(bridge): add solana chain support and improve bridge state management ([#14713](https://github.com/MetaMask/metamask-mobile/pull/14713)) - - feat(bridge): add error handling and input management for bridge quotes ([#14693](https://github.com/MetaMask/metamask-mobile/pull/14693)) - - feat(multi-srp): enable multi-srp in main and beta ([#14558](https://github.com/MetaMask/metamask-mobile/pull/14558)) - - feat(ramp): Update ramp data flow to fetch cryptos before payment methods ([#14437](https://github.com/MetaMask/metamask-mobile/pull/14437)) - - feat(bridge): add destination account picker ([#14656](https://github.com/MetaMask/metamask-mobile/pull/14656)) - - feat(bridge): add Solana assets to bridge token pickers ([#14365](https://github.com/MetaMask/metamask-mobile/pull/14365)) - - feat: add AppMetadataController controller ([#14513](https://github.com/MetaMask/metamask-mobile/pull/14513)) - - feat(bridge): implement bridge quote fetching ([#14413](https://github.com/MetaMask/metamask-mobile/pull/14413)) - - feat(multi-srp): add e2e tests ([#14583](https://github.com/MetaMask/metamask-mobile/pull/14583)) - - feat(bridge): fetch token metadata for Bridge token pickers if not already available ([#14699](https://github.com/MetaMask/metamask-mobile/pull/14699)) - - feat(bridge): use `BridgeStatusController` for EVM and Solana Bridge transaction submission ([#14708](https://github.com/MetaMask/metamask-mobile/pull/14708)) - - feat(multi-srp): add discover accounts to MultichainWalletSnapClient ([#14727](https://github.com/MetaMask/metamask-mobile/pull/14727)) - - feat: real time dapp scanning BrowserTab ([#14515](https://github.com/MetaMask/metamask-mobile/pull/14515)) - - feat(multi-srp): add new srp pills labels ([#14829](https://github.com/MetaMask/metamask-mobile/pull/14829)) - - feat(earn): add pooled-staking and stablecoin lending remote feature flags ([#14660](https://github.com/MetaMask/metamask-mobile/pull/14660)) - - feat: feat: AccountConnect and AccountApproval use dapp scanning ([#14514](https://github.com/MetaMask/metamask-mobile/pull/14514/)) - - feat(bridge): improve bridge screen layout and user experience ([#15425](https://github.com/MetaMask/metamask-mobile/pull/15425)) - - feat: add migration 082 to reset PhishingController phishingLists [#16067](https://github.com/MetaMask/metamask-mobile/pull/16067) - - feat: fetch all tokens for bridge input [#16029](https://github.com/MetaMask/metamask-mobile/pull/16029) - - feat: add insufficient balance check for Soala swaps [#15509](https://github.com/MetaMask/metamask-mobile/pull/15509) - - feat: add red styling for insufficient balance on solana swaps [#15501](https://github.com/MetaMask/metamask-mobile/pull/15501) - - feat: cleaned up Vault Sentry logs [#15458](https://github.com/MetaMask/metamask-mobile/pull/15458) - - feat: Solana dapp connectivity announcement toast (cherry pick from #15224) [#15339](https://github.com/MetaMask/metamask-mobile/pull/15339) - - feat: add "hardware wallets not supported" error when attempting Solana [#15743](https://github.com/MetaMask/metamask-mobile/pull/15743) - - ### Fixed - - - fix(bridge): prevent quote polling when "quote expired" modal is open ([#15602](https://github.com/MetaMask/metamask-mobile/issues/15602)) - - fix(bridge): don't show currency value unless amount is above zero ([#15798](https://github.com/MetaMask/metamask-mobile/pull/15798)) - - fix(bridge): fix default swap destination token when source is USDC ([#15611](https://github.com/MetaMask/metamask-mobile/pull/15611)) - - fix(multi-srp): display multichain accounts in SRP list ([#14724](https://github.com/MetaMask/metamask-mobile/pull/14724)) - - fix(confirmations): remove transaction simulations from wallet initiated send flow ([#14994](https://github.com/MetaMask/metamask-mobile/pull/14994)) - - fix(bridge): add auto slippage option and improve slippage selection UI ([#15159](https://github.com/MetaMask/metamask-mobile/pull/15159)) - - fix(bridge): implement dynamic refresh rate in QuoteExpiredModal ([#15157](https://github.com/MetaMask/metamask-mobile/pull/15157)) - - fix(bridge): keyboard not appearing when error banner is displayed ([#14862](https://github.com/MetaMask/metamask-mobile/pull/14862)) - - fix(bridge): fix not switching networks when selecting source token ([#14712](https://github.com/MetaMask/metamask-mobile/pull/14712)) - - fix: update confirmation font sizes ([#14715](https://github.com/MetaMask/metamask-mobile/pull/14715)) - - fix(bridge): fix transaction history for EVM and Solana bridge transactions ([#14759](https://github.com/MetaMask/metamask-mobile/pull/14759)) - - fix(bridge): change networks properly when user switches between source and destination tokens ([#14812](https://github.com/MetaMask/metamask-mobile/pull/14812)) - - fix(bridge): fix(bridge): update quote details card toggle to handle same chain swaps and improve slippage button layout ([#15153](https://github.com/MetaMask/metamask-mobile/pull/15153)) - - fix: No selected account or hd keyrings when device is locked during create account flow [#16122](https://github.com/MetaMask/metamask-mobile/pull/16122) - - fix: show banner for hardware wallets not supported [#16152](https://github.com/MetaMask/metamask-mobile/pull/16152) - - fix: include gas and gas price in PPOM requests [#15836](https://github.com/MetaMask/metamask-mobile/pull/15836) [#16155](https://github.com/MetaMask/metamask-mobile/pull/16155) - - fix: accounts for scientific notation in amounts [#16146](https://github.com/MetaMask/metamask-mobile/pull/16146) - - fix: migration order to cherry pick the phishing controller migration in 7.47 [#16149](https://github.com/MetaMask/metamask-mobile/pull/16149) - - fix: not resetting BridgeStatusController when user resets account [#16143](https://github.com/MetaMask/metamask-mobile/pull/16143) - - fix: add retries on solana discovery fail [#16085](https://github.com/MetaMask/metamask-mobile/pull/16085) - - fix: fixing all ledger flow broken in android due to hermes engine bug. [#16065](https://github.com/MetaMask/metamask-mobile/pull/16065) - - fix: Fix alignment on Snap UI links and buttons [#16028](https://github.com/MetaMask/metamask-mobile/pull/16028) - - fix: Use SVG width/height when available [#16026](https://github.com/MetaMask/metamask-mobile/pull/16026) - - fix: fix keyring controller remove hardware account permission issue [#15994](https://github.com/MetaMask/metamask-mobile/pull/15994) - - fix: bridge controllers bumps [#15973](https://github.com/MetaMask/metamask-mobile/pull/15973) - - fix: update text color [#15985](https://github.com/MetaMask/metamask-mobile/pull/15985) - - fix: Prevent unnecessary re-renders when using Snaps forms [#15978](https://github.com/MetaMask/metamask-mobile/pull/15978) - - fix: Solana account reveal SRP with multiple imported SRPs … [#15974](https://github.com/MetaMask/metamask-mobile/pull/15974) - - fix: unable to scroll through currency in setting on android devices [#15944](https://github.com/MetaMask/metamask-mobile/pull/15944) - - fix: discards duplicate accounts on unlock [#15806](https://github.com/MetaMask/metamask-mobile/pull/15806) - - fix: close actions sheet after clicking on send [#15702](https://github.com/MetaMask/metamask-mobile/pull/15702) - - fix: persist completedOnboarding state value [#15789](https://github.com/MetaMask/metamask-mobile/pull/15789) - - fix: update critical message about not backing up SRP [#15778](https://github.com/MetaMask/metamask-mobile/pull/15778) - - fix: () allow formatting tokens to be done on either EVM or SOL chain [#15777](https://github.com/MetaMask/metamask-mobile/pull/15777) - - fix: added the pre-release to exclusion for this isTest [#15762](https://github.com/MetaMask/metamask-mobile/pull/15762) - - fix: rm import token footer on non evm [#15768](https://github.com/MetaMask/metamask-mobile/pull/15768) - - fix: Remove ethereum: prefix in account details QR code for non EVM accounts [#15737](https://github.com/MetaMask/metamask-mobile/pull/15737) - - fix: shorten bridge transaction details date formats [#15736](https://github.com/MetaMask/metamask-mobile/pull/15736) - - fix: add version awareness to bridge feature flag selector [#15725](https://github.com/MetaMask/metamask-mobile/pull/15725) - - fix: Sanitize gas values before transaction updater functions [#15701](https://github.com/MetaMask/metamask-mobile/pull/15701) - - fix: Replace commas when inputting numbers in `SnapUIInput` [#15694](https://github.com/MetaMask/metamask-mobile/pull/15694) - - fix: code fence [#15609](https://github.com/MetaMask/metamask-mobile/pull/15609) - - fix: Bridge long token values show the right hand side, make it show the left [#15517](https://github.com/MetaMask/metamask-mobile/pull/15517) - - fix: Improve `useSnapAssetDisplay` performance [#15585](https://github.com/MetaMask/metamask-mobile/pull/15585) - - fix: fix error when navigating to asset details from bridge/swap [#15559](https://github.com/MetaMask/metamask-mobile/pull/15559) - - fix: pass entropySource to default account created [#15553](https://github.com/MetaMask/metamask-mobile/pull/15553) - - fix: fix useRef re-render [#15540](https://github.com/MetaMask/metamask-mobile/pull/15540) - - fix: show accounts in AddNewAccount [#15531](https://github.com/MetaMask/metamask-mobile/pull/15531) - - fix: provide snap naming from client [#15534](https://github.com/MetaMask/metamask-mobile/pull/15534) - - fix: horizontal network picker not appearing in bridge and vertical + horizontal scroll [#15503](https://github.com/MetaMask/metamask-mobile/pull/15503) - - fix: switching to solana address in legacy swaps, redirect them to solana swaps UI [#15505](https://github.com/MetaMask/metamask-mobile/pull/15505) - - fix: reset swap/bridge state after submission [#15504](https://github.com/MetaMask/metamask-mobile/pull/15504) - - fix: Pass optional disabled prop into token details list item [#15461](https://github.com/MetaMask/metamask-mobile/pull/15461) - - fix: improve bridge screen layout and user experience [#15470](https://github.com/MetaMask/metamask-mobile/pull/15470) - - fix: tokens small amount crashing bridge [#15450](https://github.com/MetaMask/metamask-mobile/pull/15450) - - fix: Asset Detail Nav alignment [#15427](https://github.com/MetaMask/metamask-mobile/pull/15427) - - fix: bump bridge controllers and update quote response fields [#15376](https://github.com/MetaMask/metamask-mobile/pull/15376) - - fix: add MetaMask fee disclaimer text to bridge view [#15380](https://github.com/MetaMask/metamask-mobile/pull/15380) - - fix: fix endowment:caip25 error when removing dapp permitted chain [#15354](https://github.com/MetaMask/metamask-mobile/pull/15354) - - fix: Add dummy file for migration 73 [#15315](https://github.com/MetaMask/metamask-mobile/pull/15315) - - fix: Add safe checksum method in `SendTo` page [#15309](https://github.com/MetaMask/metamask-mobile/pull/15309) - - fix(bridge): reset state to prevent stale quotes on token switch ([#15571](https://github.com/MetaMask/metamask-mobile/pull/15571)) - - fix: fix watchAsset [#15882](https://github.com/MetaMask/metamask-mobile/pull/15882) - - fix: Do not lowercase account addresses [#16068](https://github.com/MetaMask/metamask-mobile/pull/16068) - - fix: add loader if account balance is not defined [#16011](https://github.com/MetaMask/metamask-mobile/pull/16011) +- feat: migrate eth_accounts and permittedChains to CAIP-25 endowment ([#13970](https://github.com/MetaMask/metamask-mobile/pull/13970)) +- feat(identity): rebrand "Profile syncing" to "Backup and sync", adding a dedicated settings menu and more ([#15003](https://github.com/MetaMask/metamask-mobile/pull/15003)) +- feat(bridge): implement quote expiration handling in Bridge feature ([#14872](https://github.com/MetaMask/metamask-mobile/pull/14872)) +- feat(bridge): use dynamic slippage for single-chain Solana swaps ([#14805](https://github.com/MetaMask/metamask-mobile/pull/14805)) +- feat(bridge): enhance bridging with network fee estimation and UI improvements ([#14786](https://github.com/MetaMask/metamask-mobile/pull/14786)) +- feat(ramp): auto-select region ([#14780](https://github.com/MetaMask/metamask-mobile/pull/14780)) +- feat(bridge): add solana chain support and improve bridge state management ([#14713](https://github.com/MetaMask/metamask-mobile/pull/14713)) +- feat(bridge): add error handling and input management for bridge quotes ([#14693](https://github.com/MetaMask/metamask-mobile/pull/14693)) +- feat(multi-srp): enable multi-srp in main and beta ([#14558](https://github.com/MetaMask/metamask-mobile/pull/14558)) +- feat(ramp): Update ramp data flow to fetch cryptos before payment methods ([#14437](https://github.com/MetaMask/metamask-mobile/pull/14437)) +- feat(bridge): add destination account picker ([#14656](https://github.com/MetaMask/metamask-mobile/pull/14656)) +- feat(bridge): add Solana assets to bridge token pickers ([#14365](https://github.com/MetaMask/metamask-mobile/pull/14365)) +- feat: add AppMetadataController controller ([#14513](https://github.com/MetaMask/metamask-mobile/pull/14513)) +- feat(bridge): implement bridge quote fetching ([#14413](https://github.com/MetaMask/metamask-mobile/pull/14413)) +- feat(multi-srp): add e2e tests ([#14583](https://github.com/MetaMask/metamask-mobile/pull/14583)) +- feat(bridge): fetch token metadata for Bridge token pickers if not already available ([#14699](https://github.com/MetaMask/metamask-mobile/pull/14699)) +- feat(bridge): use `BridgeStatusController` for EVM and Solana Bridge transaction submission ([#14708](https://github.com/MetaMask/metamask-mobile/pull/14708)) +- feat(multi-srp): add discover accounts to MultichainWalletSnapClient ([#14727](https://github.com/MetaMask/metamask-mobile/pull/14727)) +- feat: real time dapp scanning BrowserTab ([#14515](https://github.com/MetaMask/metamask-mobile/pull/14515)) +- feat(multi-srp): add new srp pills labels ([#14829](https://github.com/MetaMask/metamask-mobile/pull/14829)) +- feat(earn): add pooled-staking and stablecoin lending remote feature flags ([#14660](https://github.com/MetaMask/metamask-mobile/pull/14660)) +- feat: feat: AccountConnect and AccountApproval use dapp scanning ([#14514](https://github.com/MetaMask/metamask-mobile/pull/14514/)) + +### Fixed + +- fix(bridge): fix default swap destination token when source is USDC ([#15611](https://github.com/MetaMask/metamask-mobile/pull/15611)) +- fix(multi-srp): display multichain accounts in SRP list ([#14724](https://github.com/MetaMask/metamask-mobile/pull/14724)) +- fix(confirmations): remove transaction simulations from wallet initiated send flow ([#14994](https://github.com/MetaMask/metamask-mobile/pull/14994)) +- fix(bridge): add auto slippage option and improve slippage selection UI ([#15159](https://github.com/MetaMask/metamask-mobile/pull/15159)) +- fix(bridge): implement dynamic refresh rate in QuoteExpiredModal ([#15157](https://github.com/MetaMask/metamask-mobile/pull/15157)) +- fix(bridge): keyboard not appearing when error banner is displayed ([#14862](https://github.com/MetaMask/metamask-mobile/pull/14862)) +- fix(bridge): fix not switching networks when selecting source token ([#14712](https://github.com/MetaMask/metamask-mobile/pull/14712)) +- fix: update confirmation font sizes ([#14715](https://github.com/MetaMask/metamask-mobile/pull/14715)) +- fix(bridge): fix transaction history for EVM and Solana bridge transactions ([#14759](https://github.com/MetaMask/metamask-mobile/pull/14759)) +- fix(bridge): change networks properly when user switches between source and destination tokens ([#14812](https://github.com/MetaMask/metamask-mobile/pull/14812)) +- fix(bridge): fix(bridge): update quote details card toggle to handle same chain swaps and improve slippage button layout ([#15153](https://github.com/MetaMask/metamask-mobile/pull/15153)) +- fix(bridge): show "Auto" slippage for Solana swaps +- fix(bridge): add insufficient balance check for Solana swaps +- fix(bridge): disable Solana as destination network if no Solana account exists +- fix(bridge): prevent quote error during bridge destination account selection ## [7.46.2] -### Fixed +### Fixed - fix: Json rpc and invalid transaction type envelope errors ([#15538](https://github.com/MetaMask/metamask-mobile/pull/15538) ## [7.46.1] -### Fixed +### Fixed - fix: capture exception with Sentry instead throwing the error ([#15469](https://github.com/MetaMask/metamask-mobile/pull/15469)) ## [7.46.0] @@ -166,6 +119,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix(multi-srp): allow a user to select srp when creating a multichain account ([#14644](https://github.com/MetaMask/metamask-mobile/pull/14644)) - fix(multi-srp): display errors only after all the words are have been entered ([#14607](https://github.com/MetaMask/metamask-mobile/pull/14607)) - feat: update address truncation format from 4 to 5 characters to match extension ([#14744](https://github.com/MetaMask/metamask-mobile/pull/14744)) +- fix(multi-srp): display errors only after all the words are have been entered ([#14607](https://github.com/MetaMask/metamask-mobile/pull/14607)) - fix(wallet-ux): increased touchable area for account picker so it is easier to select ([#14762](https://github.com/MetaMask/metamask-mobile/pull/14762)) - fix(multi-srp): display alternative text color when in dark mode([#14718](https://github.com/MetaMask/metamask-mobile/pull/14718)) @@ -5539,7 +5493,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957) - [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954) -[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.47.1...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.47.3...HEAD +[7.47.3]: https://github.com/MetaMask/metamask-mobile/compare/v7.47.2...v7.47.3 +[7.47.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.47.1...v7.47.2 [7.47.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.47.0...v7.47.1 [7.47.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.46.2...v7.47.0 [7.46.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.46.1...v7.46.2 diff --git a/android/app/build.gradle b/android/app/build.gradle index 09e28e566ea6..ea1d76912b71 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -187,8 +187,8 @@ android { applicationId "io.metamask" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionName "7.47.1" - versionCode 2004 + versionName "7.47.3" + versionCode 2051 testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" manifestPlaceholders.MM_BRANCH_KEY_TEST = "$System.env.MM_BRANCH_KEY_TEST" diff --git a/bitrise.yml b/bitrise.yml index 8ea430ad3fdc..72b02e706183 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -2539,16 +2539,16 @@ app: PROJECT_LOCATION_IOS: ios - opts: is_expand: false - VERSION_NAME: 7.47.1 + VERSION_NAME: 7.47.3 - opts: is_expand: false - VERSION_NUMBER: 2004 + VERSION_NUMBER: 2051 - opts: is_expand: false - FLASK_VERSION_NAME: 7.47.1 + FLASK_VERSION_NAME: 7.47.3 - opts: is_expand: false - FLASK_VERSION_NUMBER: 2004 + FLASK_VERSION_NUMBER: 2051 - opts: is_expand: false ANDROID_APK_LINK: '' @@ -2588,4 +2588,4 @@ trigger_map: - tag: 'qa-*' pipeline: create_qa_builds_pipeline - tag: 'v*.*.*' - pipeline: create_qa_builds_pipeline + pipeline: create_qa_builds_pipeline \ No newline at end of file diff --git a/ios/MetaMask.xcodeproj/project.pbxproj b/ios/MetaMask.xcodeproj/project.pbxproj index 60415b5bd04e..e4b7a0684982 100644 --- a/ios/MetaMask.xcodeproj/project.pbxproj +++ b/ios/MetaMask.xcodeproj/project.pbxproj @@ -1273,7 +1273,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2004; + CURRENT_PROJECT_VERSION = 2051; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 48XVW22RCG; @@ -1311,7 +1311,7 @@ "${inherited}", ); LLVM_LTO = YES; - MARKETING_VERSION = 7.47.1; + MARKETING_VERSION = 7.47.3; ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( @@ -1342,7 +1342,7 @@ CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2004; + CURRENT_PROJECT_VERSION = 2051; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 48XVW22RCG; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG; @@ -1377,7 +1377,7 @@ "${inherited}", ); LLVM_LTO = YES; - MARKETING_VERSION = 7.47.1; + MARKETING_VERSION = 7.47.3; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( @@ -1407,7 +1407,7 @@ CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2004; + CURRENT_PROJECT_VERSION = 2051; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 48XVW22RCG; @@ -1444,7 +1444,7 @@ "\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"", ); LLVM_LTO = YES; - MARKETING_VERSION = 7.47.1; + MARKETING_VERSION = 7.47.3; ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( @@ -1473,7 +1473,7 @@ CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2004; + CURRENT_PROJECT_VERSION = 2051; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 48XVW22RCG; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG; @@ -1508,7 +1508,7 @@ "\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"", ); LLVM_LTO = YES; - MARKETING_VERSION = 7.47.1; + MARKETING_VERSION = 7.47.3; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( @@ -1635,7 +1635,7 @@ CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2004; + CURRENT_PROJECT_VERSION = 2051; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 48XVW22RCG; @@ -1672,7 +1672,7 @@ "\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"", ); LLVM_LTO = YES; - MARKETING_VERSION = 7.47.1; + MARKETING_VERSION = 7.47.3; ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ( "$(inherited)", @@ -1704,7 +1704,7 @@ CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2004; + CURRENT_PROJECT_VERSION = 2051; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 48XVW22RCG; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG; @@ -1739,7 +1739,7 @@ "\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"", ); LLVM_LTO = YES; - MARKETING_VERSION = 7.47.1; + MARKETING_VERSION = 7.47.3; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "$(inherited)", diff --git a/package.json b/package.json index 76985c96106d..22676a27cf10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask", - "version": "7.47.1", + "version": "7.47.3", "private": true, "scripts": { "install:foundryup": "yarn mm-foundryup",