File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/ParseSwift/Objects Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ xcrun docc $DOCC_CMD \
131
131
--additional-symbol-graph-dir " $SGFS_DIR " \
132
132
--output-path " $OUTPUT_PATH " $EXTRA_DOCC_FLAGS \
133
133
--fallback-display-name ParseSwift \
134
- --fallback-bundle-identifier edu.uky.cs.netreconlab .ParseSwift \
134
+ --fallback-bundle-identifier com.parse .ParseSwift \
135
135
--fallback-bundle-version 1.0.0
136
136
137
137
if [[ " $DOCC_CMD " == " convert" * ]]; then
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public extension ParseObject {
176
176
}
177
177
178
178
/**
179
- Gets a Pointer referencing this object .
179
+ Converts this `ParseObject` to a Parse Pointer .
180
180
- returns: Pointer<Self>
181
181
*/
182
182
func toPointer( ) throws -> Pointer < Self > {
You can’t perform that action at this time.
0 commit comments