Bump version

This commit is contained in:
Peter 2019-05-09 21:32:57 +02:00
parent a99651db81
commit 6a4273bfdb
13 changed files with 20 additions and 13 deletions

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.6</string>
<string>5.6.1</string>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>
<key>NSExtension</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.6</string>
<string>5.6.1</string>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>
<key>NSExtension</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.6</string>
<string>5.6.1</string>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>
<key>NSExtension</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.6</string>
<string>5.6.1</string>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>
<key>NSExtension</key>

View File

@ -205,6 +205,8 @@ final class SharedApplicationContext {
precondition(!testIsLaunched)
testIsLaunched = true
let launchStartTime = CFAbsoluteTimeGetCurrent()
let statusBarHost = ApplicationStatusBarHost()
let (window, hostView) = nativeWindowHostView()
self.mainWindow = Window1(hostView: hostView, statusBarHost: statusBarHost)
@ -632,6 +634,9 @@ final class SharedApplicationContext {
if let progress = progress {
if self.dataImportSplash == nil {
self.dataImportSplash = LegacyDataImportSplash(theme: initialPresentationDataAndSettings?.presentationData.theme, strings: initialPresentationDataAndSettings?.presentationData.strings)
self.dataImportSplash?.serviceAction = {
self.debugPressed()
}
self.mainWindow.coveringView = self.dataImportSplash
}
self.dataImportSplash?.progress = (.generic, progress)
@ -954,6 +959,8 @@ final class SharedApplicationContext {
if readyTime > 0.5 {
print("Application: context took \(readyTime) to become ready")
}
print("Launch to ready took \((CFAbsoluteTimeGetCurrent() - launchStartTime) * 1000.0) ms")
self.mainWindow.viewController = context.rootController
if firstTime {
let layer = context.rootController.view.layer
@ -1986,7 +1993,7 @@ final class SharedApplicationContext {
}
@objc func debugPressed() {
let _ = (Logger.shared.collectLogs()
let _ = (Logger.shared.collectShortLogFiles()
|> deliverOnMainQueue).start(next: { logs in
var activityItems: [Any] = []
for (_, path) in logs {

View File

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.6</string>
<string>5.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.6</string>
<string>5.6.1</string>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>
<key>UISupportedInterfaceOrientations</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.6</string>
<string>5.6.1</string>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>
<key>NSExtension</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.6</string>
<string>5.6.1</string>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>
<key>NSExtension</key>

@ -1 +1 @@
Subproject commit 3417ed445c1615cf1ad8edfec5ec11060854e6a4
Subproject commit df839bd80bc5e7cf3bf3d5cf201075c68f18d4e4

@ -1 +1 @@
Subproject commit f12cdfbe5875f71eaebcc67eabf60f666c427318
Subproject commit 09d01ea47bf50d5d51cfd732971c79ce420ad917

@ -1 +1 @@
Subproject commit a6f3967113051438c1e630697370f746723ea1cc
Subproject commit 7401fd998d2c11d6737ec9238e5883be977802b0

@ -1 +1 @@
Subproject commit 69a824f26a2e49ec3a3da08885bf9c4baa47b1a0
Subproject commit 09295fa5e4b8c3ecbc1ea5be1347b31d55346ddf