Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjon committed Jan 16, 2020
1 parent 7207222 commit 60b0362
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Nocturnal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Nocturnal/Nocturnal.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_ASSET_PATHS = "";
Expand All @@ -507,6 +507,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.joshua.jon.Nocturnal;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Nocturnal/Headers/Nocturnal-Bridging-Header.h";
SWIFT_VERSION = 5.0;
};
Expand All @@ -517,7 +518,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Nocturnal/Nocturnal.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_ASSET_PATHS = "";
Expand All @@ -541,6 +542,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.joshua.jon.Nocturnal;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Nocturnal/Headers/Nocturnal-Bridging-Header.h";
SWIFT_VERSION = 5.0;
};
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Nocturnal is currently only supported on macOS Catalina 10.15 or later and requi

Download the latest version of Nocturnal from the [GitHub releases page](https://github.com/joshjon/nocturnal/releases).

### Troubleshooting

* 'Nocturnal can't be opened because Apple cannot check it for malicious software'

Solution: right-click Nocturnal.app and press 'Open', a pop-up will appear, and then click 'open' again

### Built with

- [Xcode 11.3](https://developer.apple.com/xcode/)
Expand Down

0 comments on commit 60b0362

Please sign in to comment.