Attempt release
This commit is contained in:
parent
e21e11b022
commit
917e712510
|
@ -1 +1 @@
|
|||
3583
|
||||
3585
|
||||
|
|
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
## 2.3.3 (2024-01-11)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -1783,7 +1783,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CURRENT_PROJECT_VERSION = 3583;
|
||||
CURRENT_PROJECT_VERSION = 3585;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DEVELOPMENT_TEAM = "$(CFG_TEAM_ID)";
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -1852,7 +1852,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CURRENT_PROJECT_VERSION = 3583;
|
||||
CURRENT_PROJECT_VERSION = 3585;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = "$(CFG_TEAM_ID)";
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -1889,7 +1889,7 @@
|
|||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3583;
|
||||
CURRENT_PROJECT_VERSION = 3585;
|
||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
@ -1917,7 +1917,7 @@
|
|||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3583;
|
||||
CURRENT_PROJECT_VERSION = 3585;
|
||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
@ -1943,7 +1943,7 @@
|
|||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 3583;
|
||||
CURRENT_PROJECT_VERSION = 3585;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
||||
|
@ -1976,7 +1976,7 @@
|
|||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 3583;
|
||||
CURRENT_PROJECT_VERSION = 3585;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.3.2</string>
|
||||
<string>2.3.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3583</string>
|
||||
<string>3585</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
### Fixed
|
||||
|
||||
- "Restore purchases" not working.
|
||||
- Purchase is not credited if any refund was issued in the past.
|
||||
- On-demand not applying to wired connections.
|
||||
- Platform purchasers cannot upgrade to full version.
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.3.2</string>
|
||||
<string>2.3.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3583</string>
|
||||
<string>3585</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
<true/>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.3.2</string>
|
||||
<string>2.3.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3583</string>
|
||||
<string>3585</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
|
||||
<key>com.algoritmico.Passepartout.config</key>
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.3.2</string>
|
||||
<string>2.3.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3583</string>
|
||||
<string>3585</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSExtension</key>
|
||||
|
|
Loading…
Reference in New Issue