Skip to content

Commit abf450e

Browse files
author
jt
committed
Use same bundle identifer prefix on Linux as on macOS
1 parent 84c360e commit abf450e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseSwift/Storage/ParseFileManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ internal struct ParseFileManager {
8787
guard let applicationId = ParseConfiguration.applicationId else {
8888
return nil
8989
}
90-
applicationIdentifier = "com.github.parse-community.parse-swift.\(applicationId)"
90+
applicationIdentifier = "com.parse.ParseSwift.\(applicationId)"
9191
#else
9292
if let identifier = Bundle.main.bundleIdentifier {
9393
applicationIdentifier = identifier

0 commit comments

Comments
 (0)