diff options
-rw-r--r-- | Frameworks/QueryKit/Resources/Info.plist | 2 | ||||
-rw-r--r-- | Frameworks/QueryKit/Resources/Tests-Info.plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/QueryKit/Resources/Info.plist b/Frameworks/QueryKit/Resources/Info.plist index b76ed0eb..6c5911aa 100644 --- a/Frameworks/QueryKit/Resources/Info.plist +++ b/Frameworks/QueryKit/Resources/Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>QueryKit</string> <key>CFBundleIdentifier</key> - <string>com.google.code.sequel-pro.querykit</string> + <string>com.sequelpro.querykit</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/Frameworks/QueryKit/Resources/Tests-Info.plist b/Frameworks/QueryKit/Resources/Tests-Info.plist index 607c2ef5..add26ae7 100644 --- a/Frameworks/QueryKit/Resources/Tests-Info.plist +++ b/Frameworks/QueryKit/Resources/Tests-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>Tests</string> <key>CFBundleIdentifier</key> - <string>com.google.code.sequel-pro.querykit.tests</string> + <string>com.sequelpro.querykit.tests</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> |