File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 create :
1111
1212env :
13- QT_VERSION : ' 6.9.2 '
13+ QT_VERSION : ' 6.9.1 '
1414 QT_MODULES : ' qtmultimedia qtwebsockets qtimageformats'
15- EM_VERSION : ' 3.1.56 '
15+ EM_VERSION : ' 3.1.70 '
1616
1717permissions :
1818 contents : write
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ mkdir -p build_ios
77cd build_ios
88
99export QT_HOST_PATH=" ${QT_ROOT_DIR} /../macos"
10- cmake .. -GXcode -DCMAKE_PREFIX_PATH=$QT_ROOT_DIR /lib/cmake -DCMAKE_OSX_SYSROOT=iphoneos -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_TOOLCHAIN_FILE=$QT_ROOT_DIR /lib/cmake/Qt6/qt.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DLITH_VERSION=$VERSION_NAME -DIMGUR_API_KEY=$IMGUR_API_KEY -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_STYLE=" Manual"
10+ cmake .. -GXcode -DCMAKE_PREFIX_PATH=$QT_ROOT_DIR -DCMAKE_OSX_SYSROOT=iphoneos -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_TOOLCHAIN_FILE=$QT_ROOT_DIR /lib/cmake/Qt6/qt.toolchain.cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLITH_VERSION=$VERSION_NAME -DIMGUR_API_KEY=$IMGUR_API_KEY -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_STYLE=" Manual"
1111
12- xcodebuild -project Lith.xcodeproj -scheme Lith -configuration Release archive -archivePath Lith.xcarchive DEVELOPMENT_TEAM=Z52EFCPL6D
12+ xcodebuild -project Lith.xcodeproj -scheme Lith -configuration RelWithDebInfo archive -archivePath Lith.xcarchive DEVELOPMENT_TEAM=Z52EFCPL6D
1313xcodebuild -exportArchive -archivePath Lith.xcarchive -exportOptionsPlist ../dist/ios/exportOptions.plist -exportPath .
1414
1515cd ..
You can’t perform that action at this time.
0 commit comments