Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Sep 24, 2022
1 parent 02cb6a4 commit 3e42bb2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v1.4.1 (2022-09-24)

### Added

- Enable to hide web sharing sheet

### Changed

- Fix wrong icons in settings of web view
- Update Realm from 11.17.0 to 12.7.0
- Update RealmSwift from 10.26.0 to 10.30.0
- Update swift-nio from 2.40.0 to 2.41.1
- Update Unrar.swift from 0.3.10 to 0.3.11
- Update ZIPFoundation from 0.9.14 to 0.9.15
- Update web packages

## v1.4.0 (2022-09-19)

### Added
Expand Down
12 changes: 6 additions & 6 deletions Fomalhaut2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.4.0;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -956,7 +956,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.4.0;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1071,7 +1071,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2028;
CURRENT_PROJECT_VERSION = 2030;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1080,7 +1080,7 @@
"@executable_path/../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2.Fomalhaut2QuickLook;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -1094,7 +1094,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2028;
CURRENT_PROJECT_VERSION = 2030;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1103,7 +1103,7 @@
"@executable_path/../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2.Fomalhaut2QuickLook;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 3e42bb2

Please sign in to comment.