mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-09 14:01:55 -04:00
Bump the version to 0.3
This commit is contained in:
parent
76bb62c2b6
commit
40139e4c0c
3 changed files with 18 additions and 12 deletions
|
@ -945,7 +945,7 @@
|
|||
CODE_SIGN_IDENTITY = "Developer ID Application";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 0.2;
|
||||
CURRENT_PROJECT_VERSION = 0.3;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
|
@ -960,7 +960,7 @@
|
|||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||
MARKETING_VERSION = 0.2;
|
||||
MARKETING_VERSION = 0.3;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.ninxsoft.mist;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
|
@ -977,7 +977,7 @@
|
|||
CODE_SIGN_IDENTITY = "Developer ID Application";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 0.2;
|
||||
CURRENT_PROJECT_VERSION = 0.3;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
|
@ -992,7 +992,7 @@
|
|||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||
MARKETING_VERSION = 0.2;
|
||||
MARKETING_VERSION = 0.3;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.ninxsoft.mist;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
|
@ -1006,7 +1006,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_IDENTITY = "Developer ID Application";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 0.2;
|
||||
CURRENT_PROJECT_VERSION = 0.3;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
|
@ -1014,7 +1014,7 @@
|
|||
INFOPLIST_KEY_CFBundleDisplayName = Mist;
|
||||
LAUNCHDPLIST_FILE = "$(SRCROOT)/MistHelperTool/launchd.plist";
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||
MARKETING_VERSION = 0.2;
|
||||
MARKETING_VERSION = 0.3;
|
||||
OTHER_LDFLAGS = (
|
||||
"-sectcreate",
|
||||
__TEXT,
|
||||
|
@ -1040,7 +1040,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_IDENTITY = "Developer ID Application";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 0.2;
|
||||
CURRENT_PROJECT_VERSION = 0.3;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
|
@ -1048,7 +1048,7 @@
|
|||
INFOPLIST_KEY_CFBundleDisplayName = Mist;
|
||||
LAUNCHDPLIST_FILE = "$(SRCROOT)/MistHelperTool/launchd.plist";
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||
MARKETING_VERSION = 0.2;
|
||||
MARKETING_VERSION = 0.3;
|
||||
OTHER_LDFLAGS = (
|
||||
"-sectcreate",
|
||||
__TEXT,
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2</string>
|
||||
<string>0.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.2</string>
|
||||
<string>0.3</string>
|
||||
<key>SMAuthorizedClients</key>
|
||||
<array>
|
||||
<string>anchor apple generic and identifier "com.ninxsoft.mist" and info[CFBundleVersion] >= "0.1" and certificate leaf[subject.OU] = "7K3HVCLV7Z"</string>
|
||||
|
|
10
README.md
10
README.md
|
@ -39,8 +39,7 @@ A Mac utility that automatically downloads macOS Firmwares / Installers:
|
|||
|
||||
## Build Requirements
|
||||
|
||||
- Swift **5.5**.
|
||||
- Xcode **14.0**.
|
||||
- Swift **5.7** | Xcode **14.0**.
|
||||
- Runs on macOS Monterey **12.0** and later.
|
||||
|
||||
## Download
|
||||
|
@ -57,6 +56,13 @@ Grab the latest version of **Mist** from the [releases page](https://github.com/
|
|||
|
||||
## Version History
|
||||
|
||||
- 0.3
|
||||
|
||||
- The macOS Installer cache directory can now be customised in the app preferences
|
||||
- Calculating ISO image sizes is _slightly_ more dynamic (to better support macOS Ventura ISOs)
|
||||
- macOS Installer SHA-1 checksums are now only validated when they are present
|
||||
- Minor cosmetic tweaks
|
||||
|
||||
- 0.2
|
||||
|
||||
- Users are now notified of incompatible macOS Firmwares / Installers before downloading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue