Skip to content

Commit

Permalink
migrate mac release to Qt 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 20, 2024
1 parent f11d052 commit 3304adc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci_cd/mac/mac-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ sed -i '' '/BEGIN/,/END/c\
echo "Replacing Info.plist with $BUILD_VERSION"
sed -i '' 's/<string>1.0<\/string>/<string>'$BUILD_VERSION'<\/string>/' Info.plist

# "/Users/dannagle/Qt/6.7.1/macos/bin/qmake" PacketSender.pro -spec macx-clang CONFIG+=qtquickcompiler
"/Users/dannagle/Qt/6.7.1/macos/bin/qmake" PacketSender.pro -spec macx-clang CONFIG+=qtquickcompiler QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"
# "/Users/dannagle/Qt/6.8.0/macos/bin/qmake" PacketSender.pro -spec macx-clang CONFIG+=qtquickcompiler
"/Users/dannagle/Qt/6.8.0/macos/bin/qmake" PacketSender.pro -spec macx-clang CONFIG+=qtquickcompiler QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"

# /Users/dannagle/Qt/6.7.1/macos/bin/qmake /Users/dannagle/github/PacketSender/src/PacketSender.pro -spec macx-clang CONFIG+=qtquickcompiler QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" && /usr/bin/make qmake_all
# /Users/dannagle/Qt/6.8.0/macos/bin/qmake /Users/dannagle/github/PacketSender/src/PacketSender.pro -spec macx-clang CONFIG+=qtquickcompiler QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" && /usr/bin/make qmake_all

make
# /Users/dannagle/Qt/6.7.1/macos/bin/macdeployqt packetsender.app -appstore-compliant
/Users/dannagle/Qt/6.7.1/macos/bin/macdeployqt packetsender.app -appstore-compliant
# /Users/dannagle/Qt/6.8.0/macos/bin/macdeployqt packetsender.app -appstore-compliant
/Users/dannagle/Qt/6.8.0/macos/bin/macdeployqt packetsender.app -appstore-compliant

/usr/bin/codesign --option runtime --deep --force --sign 38E41C6C66CCA827750A10E26539E038F033E933 --timestamp packetsender.app
mv packetsender.app PacketSender.app
Expand Down

0 comments on commit 3304adc

Please sign in to comment.