We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Info.plist
docs.docc
1 parent 6204f1d commit 984870eCopy full SHA for 984870e
test/Documentation/docc.swift
@@ -1,7 +1,10 @@
1
// REQUIRES: OS=macosx
2
3
// RUN: %empty-directory(%t)
4
-// RUN: mv $(dirname %utils)/docs $(dirname %utils)/docs.docc
+// RUN: mv "$(dirname %utils)/docs" "$(dirname %utils)/docs.docc"
5
+// RUN: plutil -create xml1 "$(dirname %utils)/docs.docc/Info.plist"
6
+// RUN: plutil -insert CFBundleDisplayName -string "Swift Compiler Documentation" "$(dirname %utils)/docs.docc/Info.plist"
7
+// RUN: plutil -insert CFBundleIdentifier -string "org.swift.compiler-documentation" "$(dirname %utils)/docs.docc/Info.plist"
8
// RUN: xcrun docc convert --output-path %t $(dirname %utils)/docs.docc
9
// RUN: mv $(dirname %utils)/docs.docc $(dirname %utils)/docs
10
0 commit comments