Skip to content

Commit 81e1e21

Browse files
committed
Add provisioning profile
1 parent b0ec657 commit 81e1e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/ios/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export QT_HOST_PATH="${QT_ROOT_DIR}/../macos"
1010
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 -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

1212
xcodebuild -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

1515
cd ..

0 commit comments

Comments
 (0)