File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ export QT_HOST_PATH="${QT_ROOT_DIR}/../macos"
1010cmake .. -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 -DIOS_DEVELOPMENT_TEAM_ID=Z52EFCPL6D -DIMGUR_API_KEY=$IMGUR_API_KEY -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY=" Apple Distribution" -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=" Z52EFCPL6D" -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_STYLE=" Manual"
1111
1212xcodebuild -project Lith.xcodeproj -scheme Lith -configuration RelWithDebInfo archive -archivePath Lith.xcarchive DEVELOPMENT_TEAM=Z52EFCPL6D PROVISIONING_PROFILE=" 39c73713-9437-4380-84bb-41ca6cdbecfa"
13- xcodebuild -exportArchive -archivePath Lith.xcarchive -exportOptionsPlist ../dist/ios/exportOptions.plist -exportPath .
13+ xcodebuild -exportArchive -archivePath Lith.xcarchive -exportOptionsPlist ../dist/ios/exportOptions.plist -exportPath . PROVISIONING_PROFILE= " 39c73713-9437-4380-84bb-41ca6cdbecfa "
1414
1515cd ..
You can’t perform that action at this time.
0 commit comments