Attempt release
This commit is contained in:
parent
12c08c132c
commit
2596622a43
|
@ -1 +1 @@
|
||||||
3538
|
3544
|
||||||
|
|
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## 2.2.0 (2023-09-10)
|
## 2.2.0 (2023-10-10)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
29
Gemfile.lock
29
Gemfile.lock
|
@ -8,16 +8,16 @@ GEM
|
||||||
artifactory (3.0.15)
|
artifactory (3.0.15)
|
||||||
atomos (0.1.3)
|
atomos (0.1.3)
|
||||||
aws-eventstream (1.2.0)
|
aws-eventstream (1.2.0)
|
||||||
aws-partitions (1.820.0)
|
aws-partitions (1.834.0)
|
||||||
aws-sdk-core (3.181.0)
|
aws-sdk-core (3.185.1)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
aws-partitions (~> 1, >= 1.651.0)
|
aws-partitions (~> 1, >= 1.651.0)
|
||||||
aws-sigv4 (~> 1.5)
|
aws-sigv4 (~> 1.5)
|
||||||
jmespath (~> 1, >= 1.6.1)
|
jmespath (~> 1, >= 1.6.1)
|
||||||
aws-sdk-kms (1.71.0)
|
aws-sdk-kms (1.72.0)
|
||||||
aws-sdk-core (~> 3, >= 3.177.0)
|
aws-sdk-core (~> 3, >= 3.184.0)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
aws-sdk-s3 (1.134.0)
|
aws-sdk-s3 (1.136.0)
|
||||||
aws-sdk-core (~> 3, >= 3.181.0)
|
aws-sdk-core (~> 3, >= 3.181.0)
|
||||||
aws-sdk-kms (~> 1)
|
aws-sdk-kms (~> 1)
|
||||||
aws-sigv4 (~> 1.6)
|
aws-sigv4 (~> 1.6)
|
||||||
|
@ -36,7 +36,7 @@ GEM
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
dotenv (2.8.1)
|
dotenv (2.8.1)
|
||||||
emoji_regex (3.2.3)
|
emoji_regex (3.2.3)
|
||||||
excon (0.102.0)
|
excon (0.104.0)
|
||||||
faraday (1.10.3)
|
faraday (1.10.3)
|
||||||
faraday-em_http (~> 1.0)
|
faraday-em_http (~> 1.0)
|
||||||
faraday-em_synchrony (~> 1.0)
|
faraday-em_synchrony (~> 1.0)
|
||||||
|
@ -66,7 +66,7 @@ GEM
|
||||||
faraday_middleware (1.2.0)
|
faraday_middleware (1.2.0)
|
||||||
faraday (~> 1.0)
|
faraday (~> 1.0)
|
||||||
fastimage (2.2.7)
|
fastimage (2.2.7)
|
||||||
fastlane (2.214.0)
|
fastlane (2.216.0)
|
||||||
CFPropertyList (>= 2.3, < 4.0.0)
|
CFPropertyList (>= 2.3, < 4.0.0)
|
||||||
addressable (>= 2.8, < 3.0.0)
|
addressable (>= 2.8, < 3.0.0)
|
||||||
artifactory (~> 3.0)
|
artifactory (~> 3.0)
|
||||||
|
@ -87,6 +87,7 @@ GEM
|
||||||
google-apis-playcustomapp_v1 (~> 0.1)
|
google-apis-playcustomapp_v1 (~> 0.1)
|
||||||
google-cloud-storage (~> 1.31)
|
google-cloud-storage (~> 1.31)
|
||||||
highline (~> 2.0)
|
highline (~> 2.0)
|
||||||
|
http-cookie (~> 1.0.5)
|
||||||
json (< 3.0.0)
|
json (< 3.0.0)
|
||||||
jwt (>= 2.1.0, < 3)
|
jwt (>= 2.1.0, < 3)
|
||||||
mini_magick (>= 4.9.4, < 5.0.0)
|
mini_magick (>= 4.9.4, < 5.0.0)
|
||||||
|
@ -98,7 +99,7 @@ GEM
|
||||||
security (= 0.1.3)
|
security (= 0.1.3)
|
||||||
simctl (~> 1.6.3)
|
simctl (~> 1.6.3)
|
||||||
terminal-notifier (>= 2.0.0, < 3.0.0)
|
terminal-notifier (>= 2.0.0, < 3.0.0)
|
||||||
terminal-table (>= 1.4.5, < 2.0.0)
|
terminal-table (~> 3)
|
||||||
tty-screen (>= 0.6.3, < 1.0.0)
|
tty-screen (>= 0.6.3, < 1.0.0)
|
||||||
tty-spinner (>= 0.8.0, < 1.0.0)
|
tty-spinner (>= 0.8.0, < 1.0.0)
|
||||||
word_wrap (~> 1.0.0)
|
word_wrap (~> 1.0.0)
|
||||||
|
@ -106,7 +107,7 @@ GEM
|
||||||
xcpretty (~> 0.3.0)
|
xcpretty (~> 0.3.0)
|
||||||
xcpretty-travis-formatter (>= 0.0.3)
|
xcpretty-travis-formatter (>= 0.0.3)
|
||||||
gh_inspector (1.1.3)
|
gh_inspector (1.1.3)
|
||||||
google-apis-androidpublisher_v3 (0.49.0)
|
google-apis-androidpublisher_v3 (0.50.0)
|
||||||
google-apis-core (>= 0.11.0, < 2.a)
|
google-apis-core (>= 0.11.0, < 2.a)
|
||||||
google-apis-core (0.11.1)
|
google-apis-core (0.11.1)
|
||||||
addressable (~> 2.5, >= 2.5.1)
|
addressable (~> 2.5, >= 2.5.1)
|
||||||
|
@ -137,7 +138,7 @@ GEM
|
||||||
google-cloud-core (~> 1.6)
|
google-cloud-core (~> 1.6)
|
||||||
googleauth (>= 0.16.2, < 2.a)
|
googleauth (>= 0.16.2, < 2.a)
|
||||||
mini_mime (~> 1.0)
|
mini_mime (~> 1.0)
|
||||||
googleauth (1.8.0)
|
googleauth (1.8.1)
|
||||||
faraday (>= 0.17.3, < 3.a)
|
faraday (>= 0.17.3, < 3.a)
|
||||||
jwt (>= 1.4, < 3.0)
|
jwt (>= 1.4, < 3.0)
|
||||||
multi_json (~> 1.11)
|
multi_json (~> 1.11)
|
||||||
|
@ -180,8 +181,8 @@ GEM
|
||||||
CFPropertyList
|
CFPropertyList
|
||||||
naturally
|
naturally
|
||||||
terminal-notifier (2.0.0)
|
terminal-notifier (2.0.0)
|
||||||
terminal-table (1.8.0)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
trailblazer-option (0.1.2)
|
trailblazer-option (0.1.2)
|
||||||
tty-cursor (0.7.1)
|
tty-cursor (0.7.1)
|
||||||
tty-screen (0.8.1)
|
tty-screen (0.8.1)
|
||||||
|
@ -191,10 +192,10 @@ GEM
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.2)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (2.5.0)
|
||||||
webrick (1.8.1)
|
webrick (1.8.1)
|
||||||
word_wrap (1.0.0)
|
word_wrap (1.0.0)
|
||||||
xcodeproj (1.22.0)
|
xcodeproj (1.23.0)
|
||||||
CFPropertyList (>= 2.3.3, < 4.0)
|
CFPropertyList (>= 2.3.3, < 4.0)
|
||||||
atomos (~> 0.1.3)
|
atomos (~> 0.1.3)
|
||||||
claide (>= 1.0.2, < 2.0)
|
claide (>= 1.0.2, < 2.0)
|
||||||
|
|
|
@ -1783,7 +1783,7 @@
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CURRENT_PROJECT_VERSION = 3538;
|
CURRENT_PROJECT_VERSION = 3544;
|
||||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
@ -1850,7 +1850,7 @@
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CURRENT_PROJECT_VERSION = 3538;
|
CURRENT_PROJECT_VERSION = 3544;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_NS_ASSERTIONS = NO;
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
|
@ -1884,7 +1884,7 @@
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
CURRENT_PROJECT_VERSION = 3538;
|
CURRENT_PROJECT_VERSION = 3544;
|
||||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
|
@ -1912,7 +1912,7 @@
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
CURRENT_PROJECT_VERSION = 3538;
|
CURRENT_PROJECT_VERSION = 3544;
|
||||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
|
@ -2008,7 +2008,7 @@
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 3538;
|
CURRENT_PROJECT_VERSION = 3544;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
DEVELOPMENT_TEAM = "";
|
DEVELOPMENT_TEAM = "";
|
||||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||||
|
@ -2042,7 +2042,7 @@
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 3538;
|
CURRENT_PROJECT_VERSION = 3544;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
DEVELOPMENT_TEAM = "";
|
DEVELOPMENT_TEAM = "";
|
||||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.2.0</string>
|
<string>2.2.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3538</string>
|
<string>3544</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
- Make iCloud an opt-in preference.
|
- Make iCloud an opt-in preference.
|
||||||
- OpenVPN: Endpoint UX.
|
- OpenVPN: Endpoint UX.
|
||||||
- Convert trusted networks to on-demand activation.
|
- Convert trusted networks to on demand activation.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.2.0</string>
|
<string>2.2.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3538</string>
|
<string>3544</string>
|
||||||
<key>LSBackgroundOnly</key>
|
<key>LSBackgroundOnly</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.2.0</string>
|
<string>2.2.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3538</string>
|
<string>3544</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
|
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
|
||||||
<key>com.algoritmico.Passepartout.config</key>
|
<key>com.algoritmico.Passepartout.config</key>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.2.0</string>
|
<string>2.2.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3538</string>
|
<string>3544</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 06e5809c9ea81840a49dcd8080a91463609aafa1
|
Subproject commit 4c18949f383d64a40c45f67b8aef21ed132c1ddb
|
Loading…
Reference in New Issue