Skip to content

Commit cc7ce8a

Browse files
committed
qt: Fix macOS deployment
1 parent e531477 commit cc7ce8a

9 files changed

Lines changed: 17 additions & 17 deletions

File tree

contrib/init/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Upstart: microd.conf
55
OpenRC: microd.openrc
66
microd.openrcconf
77
CentOS: microd.init
8-
macOS: org.bitcoin.microd.plist
8+
macOS: org.microbitcoin.microd.plist
99
```
1010
have been made available to assist packagers in creating node packages here.
1111

contrib/init/org.bitcoin.bitcoind.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>Label</key>
6-
<string>org.bitcoin.microd</string>
6+
<string>org.microbitcoin.microd</string>
77
<key>ProgramArguments</key>
88
<array>
99
<string>/usr/local/bin/microd</string>

contrib/macdeploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ This script should not be run manually, instead, after building as usual:
1111
During the process, the disk image window will pop up briefly where the fancy
1212
settings are applied. This is normal, please do not interfere.
1313

14-
When finished, it will produce `Bitcoin-Core.dmg`.
14+
When finished, it will produce `Micro-Core.dmg`.
1515

doc/Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,15 +1265,15 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
12651265
# The default value is: org.doxygen.Project.
12661266
# This tag requires that the tag GENERATE_DOCSET is set to YES.
12671267

1268-
DOCSET_BUNDLE_ID = org.bitcoin.Bitcoin-Core
1268+
DOCSET_BUNDLE_ID = org.microbitcoin.Micro-Core
12691269

12701270
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
12711271
# the documentation publisher. This should be a reverse domain-name style
12721272
# string, e.g. com.mycompany.MyDocSet.documentation.
12731273
# The default value is: org.doxygen.Publisher.
12741274
# This tag requires that the tag GENERATE_DOCSET is set to YES.
12751275

1276-
DOCSET_PUBLISHER_ID = org.bitcoin.Bitcoin-Core
1276+
DOCSET_PUBLISHER_ID = org.microbitcoin.Micro-Core
12771277

12781278
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
12791279
# The default value is: Publisher.

doc/init.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ setting the MICROD and FLAGS environment variables in the file
113113

114114
### macOS
115115

116-
Copy org.bitcoin.microd.plist into ~/Library/LaunchAgents. Load the launch agent by
117-
running `launchctl load ~/Library/LaunchAgents/org.bitcoin.microd.plist`.
116+
Copy org.microbitcoin.microd.plist into ~/Library/LaunchAgents. Load the launch agent by
117+
running `launchctl load ~/Library/LaunchAgents/org.microbitcoin.microd.plist`.
118118

119119
This Launch Agent will cause microd to start whenever the user logs in.
120120

121121
NOTE: This approach is intended for those wanting to run microd as the current user.
122-
You will need to modify org.bitcoin.microd.plist if you intend to use it as a
122+
You will need to modify org.microbitcoin.microd.plist if you intend to use it as a
123123
Launch Daemon with a dedicated bitcoin user.
124124

125125
Auto-respawn

doc/translation_process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Translations
22
============
33

4-
The Bitcoin-Core project has been designed to support multiple localisations. This makes adding new phrases, and completely new languages easily achievable. For managing all application translations, Bitcoin-Core makes use of the Transifex online translation management tool.
4+
The Micro-Core project has been designed to support multiple localisations. This makes adding new phrases, and completely new languages easily achievable. For managing all application translations, Micro-Core makes use of the Transifex online translation management tool.
55

66
### Helping to translate (using Transifex)
77
Transifex is setup to monitor the GitHub repo for updates, and when code containing new translations is found, Transifex will process any changes. It may take several hours after a pull-request has been merged, to appear in the Transifex web interface.
@@ -100,6 +100,6 @@ To create a new language template, you will need to edit the languages manifest
100100
**Note:** that the language translation file **must end in `.qm`** (the compiled extension), and not `.ts`.
101101

102102
### Questions and general assistance
103-
The Bitcoin-Core translation maintainers include *tcatm, seone, Diapolo, wumpus and luke-jr*. You can find them, and others, in the Freenode IRC chatroom - `irc.freenode.net #bitcoin-core-dev`.
103+
The Micro-Core translation maintainers include *tcatm, seone, Diapolo, wumpus and luke-jr*. You can find them, and others, in the Freenode IRC chatroom - `irc.freenode.net #bitcoin-core-dev`.
104104

105105
If you are a translator, you should also subscribe to the mailing list, https://groups.google.com/forum/#!forum/bitcoin-translators. Announcements will be posted during application pre-releases to notify translators to check for updates.

share/qt/Info.plist.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
<true/>
3939

4040
<key>CFBundleIdentifier</key>
41-
<string>org.bitcoinfoundation.Micro-Qt</string>
41+
<string>org.microbitcoin.Micro-Qt</string>
4242

4343
<key>CFBundleURLTypes</key>
4444
<array>
4545
<dict>
4646
<key>CFBundleTypeRole</key>
4747
<string>Editor</string>
4848
<key>CFBundleURLName</key>
49-
<string>org.bitcoin.BitcoinPayment</string>
49+
<string>org.microbitcoin.BitcoinPayment</string>
5050
<key>CFBundleURLSchemes</key>
5151
<array>
52-
<string>bitcoin</string>
52+
<string>microbitcoin</string>
5353
</array>
5454
</dict>
5555
</array>
@@ -58,7 +58,7 @@
5858
<array>
5959
<dict>
6060
<key>UTTypeIdentifier</key>
61-
<string>org.bitcoin.paymentrequest</string>
61+
<string>org.microbitcoin.paymentrequest</string>
6262
<key>UTTypeDescription</key>
6363
<string>Bitcoin payment request</string>
6464
<key>UTTypeConformsTo</key>
@@ -84,7 +84,7 @@
8484
<string>Editor</string>
8585
<key>LSItemContentTypes</key>
8686
<array>
87-
<string>org.bitcoin.paymentrequest</string>
87+
<string>org.microbitcoin.paymentrequest</string>
8888
</array>
8989
<key>LSHandlerRank</key>
9090
<string>Owner</string>

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.Micro-Qt";
16+
return @"org.microbitcoin.Micro-Qt";
1717
} else {
1818
return [self __bundleIdentifier];
1919
}

src/qt/paymentrequest.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
syntax = "proto2";
1010

1111
package payments;
12-
option java_package = "org.bitcoin.protocols.payments";
12+
option java_package = "org.microbitcoin.protocols.payments";
1313
option java_outer_classname = "Protos";
1414

1515
// Generalized form of "send payment to this/these bitcoin addresses"

0 commit comments

Comments
 (0)