diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-11 18:27:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-11 18:27:13 +0000 |
commit | 6481a034c14baa33e3533737dd794b82b7e4fb26 (patch) | |
tree | f4cbe93f9596e4014214458baae448c422c995bc /Frameworks | |
parent | 2819529f8bcd239af9bd06c2310f7f8fc9900fd1 (diff) | |
download | sequelpro-6481a034c14baa33e3533737dd794b82b7e4fb26.tar.gz sequelpro-6481a034c14baa33e3533737dd794b82b7e4fb26.tar.bz2 sequelpro-6481a034c14baa33e3533737dd794b82b7e4fb26.zip |
Update PostgresKit bundle identifiers.
Diffstat (limited to 'Frameworks')
-rw-r--r-- | Frameworks/PostgresKit/Resources/Info.plist | 2 | ||||
-rw-r--r-- | Frameworks/PostgresKit/Resources/Tests-Info.plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Resources/Info.plist b/Frameworks/PostgresKit/Resources/Info.plist index 63ade530..b961331f 100644 --- a/Frameworks/PostgresKit/Resources/Info.plist +++ b/Frameworks/PostgresKit/Resources/Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>PostgresKit</string> <key>CFBundleIdentifier</key> - <string>com.google.code.sequel-pro.postgreskit</string> + <string>com.sequelpro.postgreskit</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/Frameworks/PostgresKit/Resources/Tests-Info.plist b/Frameworks/PostgresKit/Resources/Tests-Info.plist index 38648be0..a820956d 100644 --- a/Frameworks/PostgresKit/Resources/Tests-Info.plist +++ b/Frameworks/PostgresKit/Resources/Tests-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>PostgresKit</string> <key>CFBundleIdentifier</key> - <string>com.google.code.sequel-pro.postgreskit.tests</string> + <string>com.sequelpro.postgreskit.tests</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> |