forked from stacks-archive/blockstack-browser
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v0.4' of github.com:blockstack/blockstack-portal into u…
…i-0.4 merge of v0.4
- Loading branch information
Showing
18 changed files
with
157 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
#define LAUNCH_BROWSER_DELAY 1.0 | ||
|
||
#import "MenubarController.h" | ||
|
||
@interface ApplicationDelegate : NSObject <NSApplicationDelegate> | ||
|
||
@property (nonatomic, strong) MenubarController *menubarController; | ||
@property (nonatomic, strong) NSTask *blockstackProxyTask; | ||
@property (nonatomic, strong) NSTask *corsProxyTask; | ||
|
||
@property (strong) NSString *blockstackCoreConfigFilePath; | ||
|
||
@property (strong) NSString *blockstackPath; | ||
|
||
@property (strong) NSStatusItem *statusItem; | ||
|
||
- (IBAction)handleClick:(id)sender; | ||
@property BOOL devModeEnabled; | ||
|
||
@property (readonly) int prodModePortalPort; | ||
@property (readonly) int devModePortalPort; | ||
@property (readonly) int corsProxyPort; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-538 Bytes
(50%)
...k/Blockstack/Images.xcassets/MenuBar.imageset/blockstack-bug-mac-menubar-1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.05 KB
...k/Blockstack/Images.xcassets/MenuBar.imageset/blockstack-bug-mac-menubar-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-534 Bytes
...tack/Blockstack/Images.xcassets/MenuBar.imageset/blockstack-bug-mac-menubar.png
Binary file not shown.
Binary file removed
BIN
-1.16 KB
...acos/Blockstack/Blockstack/Images.xcassets/MenuBarDark.imageset/Artboard-2x.png
Binary file not shown.
Binary file removed
BIN
-620 Bytes
...e/macos/Blockstack/Blockstack/Images.xcassets/MenuBarDark.imageset/Artboard.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+517 Bytes
...Images.xcassets/MenuBarDark.imageset/blockstack-bug-mac-menubar-1x-inverted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+959 Bytes
...Images.xcassets/MenuBarDark.imageset/blockstack-bug-mac-menubar-2x-inverted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.