Skip to content

Commit 4a92acb

Browse files
committed
Attempt release
1 parent 7ceec3f commit 4a92acb

29 files changed

+56
-188
lines changed

.beta-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3544
1+
3548

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
artifactory (3.0.15)
99
atomos (0.1.3)
1010
aws-eventstream (1.2.0)
11-
aws-partitions (1.834.0)
11+
aws-partitions (1.835.0)
1212
aws-sdk-core (3.185.1)
1313
aws-eventstream (~> 1, >= 1.0.2)
1414
aws-partitions (~> 1, >= 1.651.0)

Passepartout.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@
17831783
CLANG_WARN_UNREACHABLE_CODE = YES;
17841784
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
17851785
CODE_SIGN_IDENTITY = "Apple Development";
1786-
CURRENT_PROJECT_VERSION = 3544;
1786+
CURRENT_PROJECT_VERSION = 3548;
17871787
DEBUG_INFORMATION_FORMAT = dwarf;
17881788
ENABLE_BITCODE = NO;
17891789
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1850,7 +1850,7 @@
18501850
CLANG_WARN_UNREACHABLE_CODE = YES;
18511851
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
18521852
CODE_SIGN_IDENTITY = "Apple Development";
1853-
CURRENT_PROJECT_VERSION = 3544;
1853+
CURRENT_PROJECT_VERSION = 3548;
18541854
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
18551855
ENABLE_BITCODE = NO;
18561856
ENABLE_NS_ASSERTIONS = NO;
@@ -1884,7 +1884,7 @@
18841884
CLANG_ENABLE_MODULES = YES;
18851885
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
18861886
CODE_SIGN_STYLE = Manual;
1887-
CURRENT_PROJECT_VERSION = 3544;
1887+
CURRENT_PROJECT_VERSION = 3548;
18881888
DEVELOPMENT_TEAM = DTDYD63ZX9;
18891889
INFOPLIST_FILE = Passepartout/App/Info.plist;
18901890
LD_RUNPATH_SEARCH_PATHS = (
@@ -1911,7 +1911,7 @@
19111911
CLANG_ENABLE_MODULES = YES;
19121912
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
19131913
CODE_SIGN_STYLE = Manual;
1914-
CURRENT_PROJECT_VERSION = 3544;
1914+
CURRENT_PROJECT_VERSION = 3548;
19151915
DEVELOPMENT_TEAM = DTDYD63ZX9;
19161916
INFOPLIST_FILE = Passepartout/App/Info.plist;
19171917
LD_RUNPATH_SEARCH_PATHS = (
@@ -2006,7 +2006,7 @@
20062006
CODE_SIGN_STYLE = Manual;
20072007
COMBINE_HIDPI_IMAGES = YES;
20082008
COPY_PHASE_STRIP = NO;
2009-
CURRENT_PROJECT_VERSION = 3544;
2009+
CURRENT_PROJECT_VERSION = 3548;
20102010
DEAD_CODE_STRIPPING = YES;
20112011
DEVELOPMENT_TEAM = "";
20122012
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
@@ -2040,7 +2040,7 @@
20402040
CODE_SIGN_STYLE = Manual;
20412041
COMBINE_HIDPI_IMAGES = YES;
20422042
COPY_PHASE_STRIP = NO;
2043-
CURRENT_PROJECT_VERSION = 3544;
2043+
CURRENT_PROJECT_VERSION = 3548;
20442044
DEAD_CODE_STRIPPING = YES;
20452045
DEVELOPMENT_TEAM = "";
20462046
INFOPLIST_FILE = Passepartout/Mac/Info.plist;

Passepartout/App/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<key>CFBundleShortVersionString</key>
3535
<string>2.2.1</string>
3636
<key>CFBundleVersion</key>
37-
<string>3544</string>
37+
<string>3548</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false/>
4040
<key>LSApplicationCategoryType</key>
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
### Added
1+
### Fixed
22

3-
- OpenVPN: Allow editing of endpoints.
4-
5-
### Changed
6-
7-
- Make iCloud an opt-in preference.
8-
- OpenVPN: Endpoint UX.
9-
- Convert trusted networks to on demand activation.
3+
- Persisted profile is overwritten with its former value.
104

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
### Added
1+
### Fixed
22

3-
- OpenVPN: Allow editing of endpoints.
4-
5-
### Changed
6-
7-
- Make iCloud an opt-in preference.
8-
- OpenVPN: Endpoint UX.
9-
- Convert trusted networks to on demand activation.
3+
- Persisted profile is overwritten with its former value.
104

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
### Added
1+
### Fixed
22

3-
- OpenVPN: Allow editing of endpoints.
4-
5-
### Changed
6-
7-
- Make iCloud an opt-in preference.
8-
- OpenVPN: Endpoint UX.
9-
- Convert trusted networks to on demand activation.
3+
- Persisted profile is overwritten with its former value.
104

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
### Added
1+
### Fixed
22

3-
- OpenVPN: Allow editing of endpoints.
4-
5-
### Changed
6-
7-
- Make iCloud an opt-in preference.
8-
- OpenVPN: Endpoint UX.
9-
- Convert trusted networks to on demand activation.
3+
- Persisted profile is overwritten with its former value.
104

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
### Added
1+
### Fixed
22

3-
- OpenVPN: Allow editing of endpoints.
4-
5-
### Changed
6-
7-
- Make iCloud an opt-in preference.
8-
- OpenVPN: Endpoint UX.
9-
- Convert trusted networks to on demand activation.
3+
- Persisted profile is overwritten with its former value.
104

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
### Added
1+
### Fixed
22

3-
- OpenVPN: Allow editing of endpoints.
4-
5-
### Changed
6-
7-
- Make iCloud an opt-in preference.
8-
- OpenVPN: Endpoint UX.
9-
- Convert trusted networks to on demand activation.
3+
- Persisted profile is overwritten with its former value.
104

0 commit comments

Comments
 (0)