File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,11 @@ cd "$PROJECT_ROOT"
100
100
101
101
# Temporarily move the Xcode workspace aside so that xcodebuild uses the Swift package directly
102
102
mkdir " $TEMP_WORKSPACE_DIR "
103
- mv Parse.xcworkspace " $TEMP_WORKSPACE_DIR /Parse.xcworkspace"
104
103
105
- xcodebuild clean build -scheme ParseServerSwift\ \( iOS \) \
106
- -destination generic/platform=iOS \
104
+ xcodebuild clean build -scheme ParseServerSwift \
105
+ -destination generic/platform=macOS \
107
106
OTHER_SWIFT_FLAGS=" -emit-symbol-graph -emit-symbol-graph-dir '$SGFS_DIR '" | xcpretty
108
107
109
- mv " $TEMP_WORKSPACE_DIR /Parse.xcworkspace" ./Parse.xcworkspace
110
108
rm -r " $TEMP_WORKSPACE_DIR "
111
109
112
110
# Pretty print DocC JSON output so that it can be consistently diffed between commits
@@ -118,7 +116,7 @@ EXTRA_DOCC_FLAGS="--index"
118
116
# If building for publishing, don't pass the --index flag but pass additional flags for
119
117
# static hosting configuration.
120
118
if [ " $PUBLISH " = " YES" ]; then
121
- EXTRA_DOCC_FLAGS=" --transform-for-static-hosting --hosting-base-path Parse-Swift /$HOSTING_BASE_PATH "
119
+ EXTRA_DOCC_FLAGS=" --transform-for-static-hosting --hosting-base-path parse-server-swift /$HOSTING_BASE_PATH "
122
120
fi
123
121
124
122
# Handle the case where a DocC catalog does not exist in the ParseServerSwift repo
You can’t perform that action at this time.
0 commit comments