Skip to content

Commit ed81c55

Browse files
committed
missed clam renames Bitcoin-Qt -> Clam-Qt
1 parent fbba69c commit ed81c55

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

contrib/macdeploy/custom_dsstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
ds['.']['vSrn'] = ('long', 1)
5555

5656
ds['Applications']['Iloc'] = (370, 156)
57-
ds['Bitcoin-Qt.app']['Iloc'] = (128, 156)
57+
ds['Clam-Qt.app']['Iloc'] = (128, 156)
5858

5959
ds.flush()
6060
ds.close()

contrib/macdeploy/fancy.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<integer>370</integer>
2323
<integer>156</integer>
2424
</array>
25-
<key>Bitcoin-Qt.app</key>
25+
<key>Clam-Qt.app</key>
2626
<array>
2727
<integer>128</integer>
2828
<integer>156</integer>

contrib/macdeploy/macdeployqtplus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class FrameworkInfo(object):
155155
class ApplicationBundleInfo(object):
156156
def __init__(self, path):
157157
self.path = path
158-
appName = "Bitcoin-Qt"
158+
appName = "Clam-Qt"
159159
self.binaryPath = os.path.join(path, "Contents", "MacOS", appName)
160160
if not os.path.exists(self.binaryPath):
161161
raise RuntimeError("Could not find bundle binary for " + path)
@@ -604,7 +604,7 @@ else:
604604

605605
# ------------------------------------------------
606606

607-
target = os.path.join("dist", "Bitcoin-Qt.app")
607+
target = os.path.join("dist", "Clam-Qt.app")
608608

609609
if verbose >= 2:
610610
print("+ Copying source bundle +")

share/qt/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<true/>
3939

4040
<key>CFBundleIdentifier</key>
41-
<string>org.bitcoinfoundation.Bitcoin-Qt</string>
41+
<string>org.bitcoinfoundation.Clam-Qt</string>
4242

4343
<key>CFBundleURLTypes</key>
4444
<array>

src/qt/macnotificationhandler.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ @implementation NSBundle(returnCorrectIdentifier)
1313
- (NSString *)__bundleIdentifier
1414
{
1515
if (self == [NSBundle mainBundle]) {
16-
return @"org.bitcoinfoundation.Bitcoin-Qt";
16+
return @"org.bitcoinfoundation.Clam-Qt";
1717
} else {
1818
return [self __bundleIdentifier];
1919
}

src/qt/test/test_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
4747
// Don't remove this, it's needed to access
4848
// QCoreApplication:: in the tests
4949
QCoreApplication app(argc, argv);
50-
app.setApplicationName("Bitcoin-Qt-test");
50+
app.setApplicationName("Clam-Qt-test");
5151

5252
SSL_library_init();
5353

0 commit comments

Comments
 (0)