Skip to content

Commit

Permalink
[issue-1090] Update web runner 1.1.18-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Oct 21, 2023
1 parent f956719 commit f751ed6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion html/Web.bundle/site/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>SubWallet</title><script inline inline-asset="fallback.js$" inline-asset-delete></script><script inline inline-asset="web-runner.js$" inline-asset-delete></script><script defer="defer" src="fallback-2cbe8504a1de420e3a98.js"></script><script defer="defer" src="web-runner-d9d89d9d8526216754c3.js"></script></head><body><div id="root">SubWallet</div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>SubWallet</title><script inline inline-asset="fallback.js$" inline-asset-delete></script><script inline inline-asset="web-runner.js$" inline-asset-delete></script><script defer="defer" src="fallback-2cbe8504a1de420e3a98.js"></script><script defer="defer" src="web-runner-ad6986d806e08442edfd.js"></script></head><body><div id="root">SubWallet</div></body></html>

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"@reduxjs/toolkit": "^1.9.2",
"@subwallet/extension-chains": "^1.1.17-0",
"@subwallet/extension-dapp": "^1.1.17-0",
"@subwallet/extension-chains": "^1.1.18-1",
"@subwallet/extension-dapp": "^1.1.18-1",
"@subwallet/keyring": "^0.1.1",
"@subwallet/react-ui": "^5.1.2-b72",
"@subwallet/ui-keyring": "^0.1.1",
Expand Down Expand Up @@ -139,8 +139,8 @@
"@polkadot/types": "^9.9.4",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@subwallet/chain-list": "^0.2.16-beta.4",
"@subwallet/extension-base": "^1.1.18-0",
"@subwallet/chain-list": "^0.2.18",
"@subwallet/extension-base": "^1.1.18-1",
"@tsconfig/react-native": "^3.0.0",
"@types/jest": "^29.2.3",
"@types/react": "^18.0.25",
Expand Down Expand Up @@ -187,8 +187,8 @@
"@polkadot/util": "^12.2.1",
"@polkadot/api": "^10.7.2",
"@polkadot/util-crypto": "^12.2.1",
"@subwallet/extension-base": "^1.1.18-0",
"@subwallet/chain-list": "0.2.16-beta.4",
"@subwallet/extension-base": "^1.1.18-1",
"@subwallet/chain-list": "0.2.18",
"react-native-svg": "^13.6.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rm -rf ./build && rm -rf ./dist && pod install
xcodebuild -workspace ./SubWalletMobile.xcworkspace -scheme SubWalletMobile-Production -sdk iphoneos -configuration Release -quiet -archivePath $PWD/dist/SubWallet.xcarchive clean archive

# Builds the ipa and uploads it to the appstore
xcodebuild -exportArchive -archivePath $PWD/dist/SubWallet.xcarchive -exportOptionsPlist exportOptions.plist -exportPath $PWD/dist
xcodebuild -exportArchive -archivePath $PWD/dist/SubWallet.xcarchive -exportOptionsPlist exportAdhocOptions.plist -exportPath $PWD/dist

0 comments on commit f751ed6

Please sign in to comment.