diff options
author | Marius Ursache <marius@marius.me.uk> | 2016-03-01 10:45:24 +1100 |
---|---|---|
committer | Marius Ursache <marius@marius.me.uk> | 2016-03-01 10:45:24 +1100 |
commit | 7887ad6932b02ca149520b1624608504da3494bf (patch) | |
tree | a54f467dee09e47a56dd58681d0a216d4b4514e3 /Frameworks/PostgresKit/Resources | |
parent | 8a4bc2f3a38da7cea67c4cc5e8bb85fa2c5c2d07 (diff) | |
download | sequelpro-7887ad6932b02ca149520b1624608504da3494bf.tar.gz sequelpro-7887ad6932b02ca149520b1624608504da3494bf.tar.bz2 sequelpro-7887ad6932b02ca149520b1624608504da3494bf.zip |
Converted PostgresKit tests to XCTest
Diffstat (limited to 'Frameworks/PostgresKit/Resources')
-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 b961331f..0da2c36b 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.sequelpro.postgreskit</string> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</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 b88d8638..ddbc4bf7 100644 --- a/Frameworks/PostgresKit/Resources/Tests-Info.plist +++ b/Frameworks/PostgresKit/Resources/Tests-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>Tests</string> <key>CFBundleIdentifier</key> - <string>com.sequelpro.postgreskit.tests</string> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> |