File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6767 run : " set -o pipefail && xcodebuild \
6868 CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
6969 -derivedDataPath build -UseModernBuildSystem=YES \
70- -workspace NitroExample .xcworkspace \
71- -scheme NitroExample \
70+ -workspace QuickSQLiteExample .xcworkspace \
71+ -scheme QuickSQLiteExample \
7272 -sdk iphonesimulator \
7373 -configuration Debug \
7474 -destination 'platform=iOS Simulator,name=iPhone 16' \
@@ -114,8 +114,8 @@ jobs:
114114 run : " set -o pipefail && xcodebuild \
115115 CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
116116 -derivedDataPath build -UseModernBuildSystem=YES \
117- -workspace NitroExample .xcworkspace \
118- -scheme NitroExample \
117+ -workspace QuickSQLiteExample .xcworkspace \
118+ -scheme QuickSQLiteExample \
119119 -sdk iphonesimulator \
120120 -configuration Debug \
121121 -destination 'platform=iOS Simulator,name=iPhone 16' \
You can’t perform that action at this time.
0 commit comments