File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Nyxian.xcodeproj/project.xcworkspace/xcuserdata/seanistethered.xcuserdatad
LindChain/ProcEnvironment/Surface Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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];
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import Foundation
2121import 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
2727var appVersion : String {
2828 Bundle . main. infoDictionary ? [ " CFBundleShortVersionString " ] as? String ?? " Unknown "
You can’t perform that action at this time.
0 commit comments