Skip to content

Commit

Permalink
docs: update docs bundle identifier (#355)
Browse files Browse the repository at this point in the history
* docs: update docs bundle identifier

* Update generate-documentation

* Update ParseObject.swift
  • Loading branch information
cbaker6 authored Apr 13, 2022
1 parent ca93e3a commit 2cb662a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/generate-documentation
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ xcrun docc $DOCC_CMD \
--additional-symbol-graph-dir "$SGFS_DIR" \
--output-path "$OUTPUT_PATH" $EXTRA_DOCC_FLAGS \
--fallback-display-name ParseSwift \
--fallback-bundle-identifier edu.uky.cs.netreconlab.ParseSwift \
--fallback-bundle-identifier com.parse.ParseSwift \
--fallback-bundle-version 1.0.0

if [[ "$DOCC_CMD" == "convert"* ]]; then
Expand Down
2 changes: 1 addition & 1 deletion Sources/ParseSwift/Objects/ParseObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public extension ParseObject {
}

/**
Gets a Pointer referencing this object.
Converts this `ParseObject` to a Parse Pointer.
- returns: Pointer<Self>
*/
func toPointer() throws -> Pointer<Self> {
Expand Down

0 comments on commit 2cb662a

Please sign in to comment.