Skip to content

Commit a769519

Browse files
committed
Its time for Kate
1 parent 4bede2f commit a769519

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Config.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// Configuration settings file format documentation can be found at:
99
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project
1010

11-
VERSION = 0.7.0
12-
BUILD_NUMBER = 20251212.100
11+
VERSION = 0.8.0
12+
BUILD_NUMBER = 20251212.104

Nyxian/LindChain/ProcEnvironment/Surface/surface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ struct ksurface_proc {
7070
_Atomic bool dead;
7171
pthread_rwlock_t rwlock;
7272
struct kproc {
73-
struct kduy_proc {
73+
/*struct kduy_proc {
7474
__strong NSExtension *nsExtension;
7575
__strong RBSProcessHandle *rbsProcessHandle;
7676
__strong RBSProcessMonitor *processMonitor;
7777
__strong FBScene *fbScene;
78-
} duy;
78+
} duy;*/
7979
struct kchildren {
8080
ksurface_proc_t *parent;
8181
ksurface_proc_t *children[CHILD_PROC_MAX];

Nyxian/UI/Settings/AppInfo.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import Foundation
2121
import UIKit
2222

2323
// App
24-
let buildName: String = "Vendetta"
25-
let buildStage: String = "Alpha"
24+
let buildName: String = "Kate"
25+
let buildStage: String = "Pre-Beta"
2626

2727
var appVersion: String {
2828
Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "Unknown"

0 commit comments

Comments
 (0)