Skip to content

Commit

Permalink
fix conflicts in XCreds app
Browse files Browse the repository at this point in the history
  • Loading branch information
Clkw0rk committed Nov 7, 2023
1 parent 64b6876 commit e29288a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
1 change: 0 additions & 1 deletion XCreds/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class AppDelegate: NSObject, NSApplicationDelegate {
@IBOutlet weak var loginPasswordWindow: NSWindow!
@IBOutlet var window: NSWindow!
var mainController:MainController?
var wifiWindowController:WifiWindowController?
var screenIsLocked=true
var isDisplayAsleep=true
var waitForScreenToWake=false
Expand Down
1 change: 1 addition & 0 deletions XCredsLoginPlugIn/LoginWindow/ControlsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class ControlsViewController: NSViewController {
TCSLogWithMark("no window for wifi")
return
}
windowController.delegate=self.delegate
TCSLogWithMark("setting window level")
// let colorValue=0.9
// let alpha=0.95
Expand Down
14 changes: 4 additions & 10 deletions xCreds.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,10 @@
76873E2F2A107736001418A9 /* DefaultsHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76873E2E2A107736001418A9 /* DefaultsHelper.swift */; };
76873E302A107736001418A9 /* DefaultsHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76873E2E2A107736001418A9 /* DefaultsHelper.swift */; };
768A7A572A31463B00C9DD63 /* NoMAD_ADAuth.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 766D7FE82A244E3D00D368B6 /* NoMAD_ADAuth.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
769032362890EAB10043E9F3 /* WifiWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7677908528908E40004E7085 /* WifiWindowController.xib */; };
769032372890EB350043E9F3 /* WifiWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7677908328908E40004E7085 /* WifiWindowController.swift */; };
76A8A4E32A0DF7C700AA6054 /* NSTaskWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76BEF7F528724FA80013E2A1 /* NSTaskWrapper.swift */; };
76AB89DF2A12FAD800529D90 /* OIDCLite in Frameworks */ = {isa = PBXBuildFile; productRef = 76AB89DE2A12FAD800529D90 /* OIDCLite */; };
76AB89E12A12FAF900529D90 /* OIDCLite in Frameworks */ = {isa = PBXBuildFile; productRef = 76AB89E02A12FAF900529D90 /* OIDCLite */; };
76AB89E32A12FB4900529D90 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = 76AB89E22A12FB4900529D90 /* ArgumentParser */; };
76ACEA7D2890EBF900216E6E /* WifiManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7677908428908E40004E7085 /* WifiManager.swift */; };
76B040A428EFC788002A289B /* Helper+JWTDecode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B040A328EFC788002A289B /* Helper+JWTDecode.swift */; };
76B040A528EFC788002A289B /* Helper+JWTDecode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B040A328EFC788002A289B /* Helper+JWTDecode.swift */; };
76B882AA29CCFD7A00BB8186 /* TCSKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 76B882A829CCFD7900BB8186 /* TCSKeychain.m */; };
Expand Down Expand Up @@ -902,7 +899,7 @@
};
};
};
buildConfigurationList = 76EE069527FD1D00009E0F3A /* Build configuration list for PBXProject "XCreds" */;
buildConfigurationList = 76EE069527FD1D00009E0F3A /* Build configuration list for PBXProject "xCreds" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand Down Expand Up @@ -991,7 +988,6 @@
76C63A322A22872700810C53 /* History.md in Resources */,
764D8127284BC1C300B3EE54 /* LoginPasswordWindowController.xib in Resources */,
76EE06A327FD1D01009E0F3A /* MainMenu.xib in Resources */,
769032362890EAB10043E9F3 /* WifiWindowController.xib in Resources */,
76EE06B227FD1E24009E0F3A /* WebView.xib in Resources */,
7681FEC92A4CFEA200F91CD1 /* com.twocanoes.xcreds.plist in Resources */,
);
Expand Down Expand Up @@ -1115,7 +1111,6 @@
76A8A4E32A0DF7C700AA6054 /* NSTaskWrapper.swift in Sources */,
76EE06AE27FD1DC3009E0F3A /* PrefKeys.swift in Sources */,
764D8131284D11EE00B3EE54 /* MenuItems.swift in Sources */,
769032372890EB350043E9F3 /* WifiWindowController.swift in Sources */,
767116B3284B045800CCD6FF /* KeychainUtil.swift in Sources */,
76CB907B2880E41E00C70D0C /* LogShim.swift in Sources */,
764D812C284BCC7400B3EE54 /* VerifyOIDCPasswordWindowController.swift in Sources */,
Expand All @@ -1134,7 +1129,6 @@
76EE06B027FD1DD8009E0F3A /* Window+ForceToFront.swift in Sources */,
767116B1284B021500CCD6FF /* MainController.swift in Sources */,
76B040A428EFC788002A289B /* Helper+JWTDecode.swift in Sources */,
76ACEA7D2890EBF900216E6E /* WifiManager.swift in Sources */,
767116A9284AAE2B00CCD6FF /* ScheduleManager.swift in Sources */,
766FD60D2A1B06AC00C8F244 /* DefaultsOverride.swift in Sources */,
767116AC284AB4C000CCD6FF /* PasswordUtils.swift in Sources */,
Expand Down Expand Up @@ -1699,7 +1693,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
76EE069527FD1D00009E0F3A /* Build configuration list for PBXProject "XCreds" */ = {
76EE069527FD1D00009E0F3A /* Build configuration list for PBXProject "xCreds" */ = {
isa = XCConfigurationList;
buildConfigurations = (
76EE06A527FD1D01009E0F3A /* Debug */,
Expand Down Expand Up @@ -1732,8 +1726,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/twocanoes/OIDCLite";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
branch = main;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit e29288a

Please sign in to comment.