Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Mar 19, 2023
1 parent 7779687 commit 8293bea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v1.4.3 (2023-03-19)

### Added

- Select sort order in web view

### Changed

- Update SevenZip.swift from 0.1.1 to 0.1.2
- Update Unrar.swift from 0.3.11 to 0.3.12
- Update ZIPFoundation from 0.9.15 to 0.9.16
- Update web packages

## v1.4.2 (2022-10-23)

### Changed
Expand Down
16 changes: 8 additions & 8 deletions Fomalhaut2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -927,15 +927,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2032;
CURRENT_PROJECT_VERSION = 2033;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -952,15 +952,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2032;
CURRENT_PROJECT_VERSION = 2033;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1075,7 +1075,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2032;
CURRENT_PROJECT_VERSION = 2033;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1084,7 +1084,7 @@
"@executable_path/../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2.Fomalhaut2QuickLook;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -1098,7 +1098,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2032;
CURRENT_PROJECT_VERSION = 2033;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1107,7 +1107,7 @@
"@executable_path/../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2.Fomalhaut2QuickLook;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 8293bea

Please sign in to comment.