parent
56fcee98b4
commit
c7f7dd89a1
|
@ -1 +1 @@
|
|||
1087
|
||||
1100
|
||||
|
|
|
@ -1 +1 @@
|
|||
2984
|
||||
3012
|
||||
|
|
|
@ -1177,7 +1177,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CURRENT_PROJECT_VERSION = 3001;
|
||||
CURRENT_PROJECT_VERSION = 3012;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
|
@ -1243,7 +1243,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CURRENT_PROJECT_VERSION = 3001;
|
||||
CURRENT_PROJECT_VERSION = 3012;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
|
@ -1274,7 +1274,7 @@
|
|||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3000;
|
||||
CURRENT_PROJECT_VERSION = 3012;
|
||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||
INFOPLIST_FILE = Passepartout/App/Shared/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
@ -1300,7 +1300,7 @@
|
|||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3000;
|
||||
CURRENT_PROJECT_VERSION = 3012;
|
||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||
INFOPLIST_FILE = Passepartout/App/Shared/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3000</string>
|
||||
<string>3012</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Trim whitespaces in text fields.
|
||||
- Files occasionally not selectable in browser.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
### Added
|
||||
|
||||
- Handle `--keepalive` option.
|
||||
- WireGuard support.
|
||||
- iCloud support.
|
||||
|
||||
### Changed
|
||||
|
||||
- Release app in the open via GitHub Actions.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Last update was not refreshed on "Refresh infrastructure".
|
||||
- Trim whitespaces in text fields.
|
||||
- App completely rewritten in SwiftUI.
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3000</string>
|
||||
<string>3012</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSExtension</key>
|
||||
|
|
|
@ -19,8 +19,9 @@ ci/update-release-notes.sh ios &&
|
|||
ci/copy-release-notes.sh mac
|
||||
|
||||
# pull latest API
|
||||
git -C PassepartoutCore/Sources/PassepartoutCore/API pull origin master
|
||||
git add */PassepartoutCore/API
|
||||
API_PATH="PassepartoutCore/Sources/PassepartoutServices/API"
|
||||
git -C $API_PATH pull origin master
|
||||
git add $API_PATH
|
||||
|
||||
# add build number
|
||||
git add $BUILD_FILE
|
||||
|
|
Loading…
Reference in New Issue