We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca93e3a commit 2cb662aCopy full SHA for 2cb662a
Scripts/generate-documentation
@@ -131,7 +131,7 @@ xcrun docc $DOCC_CMD \
131
--additional-symbol-graph-dir "$SGFS_DIR" \
132
--output-path "$OUTPUT_PATH" $EXTRA_DOCC_FLAGS \
133
--fallback-display-name ParseSwift \
134
- --fallback-bundle-identifier edu.uky.cs.netreconlab.ParseSwift \
+ --fallback-bundle-identifier com.parse.ParseSwift \
135
--fallback-bundle-version 1.0.0
136
137
if [[ "$DOCC_CMD" == "convert"* ]]; then
Sources/ParseSwift/Objects/ParseObject.swift
@@ -176,7 +176,7 @@ public extension ParseObject {
176
}
177
178
/**
179
- Gets a Pointer referencing this object.
+ Converts this `ParseObject` to a Parse Pointer.
180
- returns: Pointer<Self>
181
*/
182
func toPointer() throws -> Pointer<Self> {
0 commit comments