Skip to content

Commit 2cb662a

Browse files
authored
docs: update docs bundle identifier (#355)
* docs: update docs bundle identifier * Update generate-documentation * Update ParseObject.swift
1 parent ca93e3a commit 2cb662a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Scripts/generate-documentation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ xcrun docc $DOCC_CMD \
131131
--additional-symbol-graph-dir "$SGFS_DIR" \
132132
--output-path "$OUTPUT_PATH" $EXTRA_DOCC_FLAGS \
133133
--fallback-display-name ParseSwift \
134-
--fallback-bundle-identifier edu.uky.cs.netreconlab.ParseSwift \
134+
--fallback-bundle-identifier com.parse.ParseSwift \
135135
--fallback-bundle-version 1.0.0
136136

137137
if [[ "$DOCC_CMD" == "convert"* ]]; then

Sources/ParseSwift/Objects/ParseObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public extension ParseObject {
176176
}
177177

178178
/**
179-
Gets a Pointer referencing this object.
179+
Converts this `ParseObject` to a Parse Pointer.
180180
- returns: Pointer<Self>
181181
*/
182182
func toPointer() throws -> Pointer<Self> {

0 commit comments

Comments
 (0)