We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c360e commit abf450eCopy full SHA for abf450e
Sources/ParseSwift/Storage/ParseFileManager.swift
@@ -87,7 +87,7 @@ internal struct ParseFileManager {
87
guard let applicationId = ParseConfiguration.applicationId else {
88
return nil
89
}
90
- applicationIdentifier = "com.github.parse-community.parse-swift.\(applicationId)"
+ applicationIdentifier = "com.parse.ParseSwift.\(applicationId)"
91
#else
92
if let identifier = Bundle.main.bundleIdentifier {
93
applicationIdentifier = identifier
0 commit comments