Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions OpenCore Configurator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
7F961CCB2270974E007F0BBE /* KernelPopoverController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KernelPopoverController.swift; sourceTree = "<group>"; };
7F9A2A6E228D9B7A00CCC12B /* acpiDifferController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = acpiDifferController.swift; sourceTree = "<group>"; };
7FA19C072296B59300954C46 /* vaultPlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = vaultPlist.swift; sourceTree = "<group>"; };
7FA19C092296CB1B00954C46 /* OpenCore-Configurator-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OpenCore-Configurator-Bridging-Header.h"; sourceTree = "<group>"; };
7FEADAE82295C775009800DD /* vaultManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = vaultManager.swift; sourceTree = "<group>"; };
7FF918A8227226A60081891E /* openHandlerFunctions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = openHandlerFunctions.swift; sourceTree = "<group>"; };
810042401ECA33DF009FE633 /* OpenCore Configurator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "OpenCore Configurator.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -135,7 +134,6 @@
7F3AAC172279BB55006644AD /* saveHandlerFunctions.swift */,
7FEADAE82295C775009800DD /* vaultManager.swift */,
9021990F2290CD2700C7A73D /* Supporting Files */,
7FA19C092296CB1B00954C46 /* OpenCore-Configurator-Bridging-Header.h */,
);
path = "OpenCore Configurator";
sourceTree = "<group>";
Expand Down Expand Up @@ -478,7 +476,6 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "com.notiflux.OpenCore-Configurator";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "OpenCore Configurator/OpenCore-Configurator-Bridging-Header.h";
SWIFT_VERSION = 5.0;
};
name = Debug;
Expand All @@ -495,7 +492,6 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "com.notiflux.OpenCore-Configurator";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "OpenCore Configurator/OpenCore-Configurator-Bridging-Header.h";
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down
6 changes: 0 additions & 6 deletions OpenCore Configurator/OpenCore-Configurator-Bridging-Header.h

This file was deleted.

1 change: 1 addition & 0 deletions OpenCore Configurator/vaultManager.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Cocoa
import CommonCrypto.CommonDigest

var dataSource: [[String: String]] = [[String: String]]()
var requireVault: Bool = false
Expand Down