diff --git a/.github/workflows/macos-wallet-compile.yml b/.github/workflows/macos-wallet-compile.yml index 04fee6b..3d7e301 100644 --- a/.github/workflows/macos-wallet-compile.yml +++ b/.github/workflows/macos-wallet-compile.yml @@ -10,14 +10,14 @@ jobs: path: wallet-desktop - name: Compile macos desktop wallet run: | - cd wallet-desktop/auto-build/macos-10.15 + cd wallet-desktop/auto-build/macos-11.7 chmod +x compile.sh ./compile.sh - name: Find & copy binaries run: | mkdir artifacts - chmod -R 777 wallet-desktop/auto-build/macos-10.15/wallet-desktop/out/Release/Wallet.app - cp -R wallet-desktop/auto-build/macos-10.15/wallet-desktop/out/Release/Wallet.app artifacts + chmod -R 777 wallet-desktop/auto-build/macos-11.7/wallet-desktop/out/Release/Wallet.app + cp -R wallet-desktop/auto-build/macos-11.7/wallet-desktop/out/Release/Wallet.app artifacts - name: Upload artifacts uses: actions/upload-artifact@master with: diff --git a/auto-build/macos-10.15/compile.sh b/auto-build/macos-11.7/compile.sh similarity index 97% rename from auto-build/macos-10.15/compile.sh rename to auto-build/macos-11.7/compile.sh index d21320a..afcc16b 100644 --- a/auto-build/macos-10.15/compile.sh +++ b/auto-build/macos-11.7/compile.sh @@ -114,7 +114,7 @@ cd gtest git checkout d62d6c6556 cd ../../.. -git apply $rootPath/wallet-desktop/auto-build/macos-10.15/crashpad.patch +git apply $rootPath/wallet-desktop/auto-build/macos-11.7/crashpad.patch test $? -eq 0 || { echo "Can't apply crashpad.patch"; exit 1; } build/gyp_crashpad.py -Dmac_deployment_target=10.8 @@ -186,7 +186,7 @@ cd $rootPath/wallet-desktop/Wallet/ ./configure.sh -D DESKTOP_APP_USE_PACKAGED=OFF test $? -eq 0 || { echo "Can't configure wallet"; exit 1; } -git apply $rootPath/wallet-desktop/auto-build/macos-10.15/wallet.patch +git apply $rootPath/wallet-desktop/auto-build/macos-11.7/wallet.patch test $? -eq 0 || { echo "Can't apply wallet.patch"; exit 1; } cd ../out diff --git a/auto-build/macos-10.15/crashpad.patch b/auto-build/macos-11.7/crashpad.patch similarity index 100% rename from auto-build/macos-10.15/crashpad.patch rename to auto-build/macos-11.7/crashpad.patch diff --git a/auto-build/macos-10.15/wallet.patch b/auto-build/macos-11.7/wallet.patch similarity index 100% rename from auto-build/macos-10.15/wallet.patch rename to auto-build/macos-11.7/wallet.patch diff --git a/docs/building-xcode.md b/docs/building-xcode.md index a0ec8f1..fd84c18 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -1,5 +1,5 @@ ## Automatic build -You can try an auto-build script for macOS 10.15 [compile.sh](../auto-build/macos-10.15/compile.sh). +You can try an auto-build script for macOS 11.7 [compile.sh](../auto-build/macos-11.7/compile.sh). The latest compiled TON Wallet can also be downloaded from our [Git actions](https://github.com/newton-blockchain/wallet-desktop/actions/workflows/macos-wallet-compile.yml). Do not forget to apply following commands after you have extracted the artifact: