Attempt release
This commit is contained in:
parent
7ceec3f322
commit
4a92acbeb9
|
@ -1 +1 @@
|
|||
3544
|
||||
3548
|
||||
|
|
|
@ -8,7 +8,7 @@ GEM
|
|||
artifactory (3.0.15)
|
||||
atomos (0.1.3)
|
||||
aws-eventstream (1.2.0)
|
||||
aws-partitions (1.834.0)
|
||||
aws-partitions (1.835.0)
|
||||
aws-sdk-core (3.185.1)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
aws-partitions (~> 1, >= 1.651.0)
|
||||
|
|
|
@ -1783,7 +1783,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CURRENT_PROJECT_VERSION = 3544;
|
||||
CURRENT_PROJECT_VERSION = 3548;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
|
@ -1850,7 +1850,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CURRENT_PROJECT_VERSION = 3544;
|
||||
CURRENT_PROJECT_VERSION = 3548;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
|
@ -1884,7 +1884,7 @@
|
|||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3544;
|
||||
CURRENT_PROJECT_VERSION = 3548;
|
||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
@ -1911,7 +1911,7 @@
|
|||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3544;
|
||||
CURRENT_PROJECT_VERSION = 3548;
|
||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
@ -2006,7 +2006,7 @@
|
|||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 3544;
|
||||
CURRENT_PROJECT_VERSION = 3548;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||
|
@ -2040,7 +2040,7 @@
|
|||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 3544;
|
||||
CURRENT_PROJECT_VERSION = 3548;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3544</string>
|
||||
<string>3548</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
### Added
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Allow editing of endpoints.
|
||||
|
||||
### Changed
|
||||
|
||||
- Make iCloud an opt-in preference.
|
||||
- OpenVPN: Endpoint UX.
|
||||
- Convert trusted networks to on demand activation.
|
||||
- Persisted profile is overwritten with its former value.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3544</string>
|
||||
<string>3548</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
<true/>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3544</string>
|
||||
<string>3548</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
|
||||
<key>com.algoritmico.Passepartout.config</key>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3544</string>
|
||||
<string>3548</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSExtension</key>
|
||||
|
|
Loading…
Reference in New Issue