mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-17 21:32:05 +00:00
Attempt beta release
Update script.
This commit is contained in:
parent
56fcee98b4
commit
c7f7dd89a1
@ -1 +1 @@
|
|||||||
1087
|
1100
|
||||||
|
@ -1 +1 @@
|
|||||||
2984
|
3012
|
||||||
|
@ -1177,7 +1177,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 = 3001;
|
CURRENT_PROJECT_VERSION = 3012;
|
||||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
@ -1243,7 +1243,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 = 3001;
|
CURRENT_PROJECT_VERSION = 3012;
|
||||||
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;
|
||||||
@ -1274,7 +1274,7 @@
|
|||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements;
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
CURRENT_PROJECT_VERSION = 3000;
|
CURRENT_PROJECT_VERSION = 3012;
|
||||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||||
INFOPLIST_FILE = Passepartout/App/Shared/Info.plist;
|
INFOPLIST_FILE = Passepartout/App/Shared/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
@ -1300,7 +1300,7 @@
|
|||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements;
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
CURRENT_PROJECT_VERSION = 3000;
|
CURRENT_PROJECT_VERSION = 3012;
|
||||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||||
INFOPLIST_FILE = Passepartout/App/Shared/Info.plist;
|
INFOPLIST_FILE = Passepartout/App/Shared/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.0</string>
|
<string>2.0.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3000</string>
|
<string>3012</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Trim whitespaces in text fields.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Handle `--keepalive` option.
|
- WireGuard support.
|
||||||
|
- iCloud support.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Release app in the open via GitHub Actions.
|
- App completely rewritten in SwiftUI.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Last update was not refreshed on "Refresh infrastructure".
|
|
||||||
- Trim whitespaces in text fields.
|
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.0</string>
|
<string>2.0.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3000</string>
|
<string>3012</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
|
@ -19,8 +19,9 @@ ci/update-release-notes.sh ios &&
|
|||||||
ci/copy-release-notes.sh mac
|
ci/copy-release-notes.sh mac
|
||||||
|
|
||||||
# pull latest API
|
# pull latest API
|
||||||
git -C PassepartoutCore/Sources/PassepartoutCore/API pull origin master
|
API_PATH="PassepartoutCore/Sources/PassepartoutServices/API"
|
||||||
git add */PassepartoutCore/API
|
git -C $API_PATH pull origin master
|
||||||
|
git add $API_PATH
|
||||||
|
|
||||||
# add build number
|
# add build number
|
||||||
git add $BUILD_FILE
|
git add $BUILD_FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user