Skip to content

Commit

Permalink
Add back Boot EFI menu
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaker76 committed Jun 5, 2021
1 parent 3469029 commit 31ef2e6
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 50 deletions.
8 changes: 4 additions & 4 deletions EFI Agent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,12 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0133;
CURRENT_PROJECT_VERSION = 0134;
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/EFIAgent/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.4;
PRODUCT_BUNDLE_IDENTIFIER = com.Headsoft.EFIAgent;
PRODUCT_NAME = "$(TARGET_NAME)";
SYSTEM_FRAMEWORK_SEARCH_PATHS = "$(inherited) $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks";
Expand All @@ -388,12 +388,12 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0133;
CURRENT_PROJECT_VERSION = 0134;
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/EFIAgent/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.4;
PRODUCT_BUNDLE_IDENTIFIER = com.Headsoft.EFIAgent;
PRODUCT_NAME = "$(TARGET_NAME)";
SYSTEM_FRAMEWORK_SEARCH_PATHS = "$(inherited) $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks";
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions EFIAgent/Images.xcassets/IconStatusBar.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "IconStatusBar.png",
"idiom" : "universal",
"scale" : "1x"
},
{
Expand All @@ -15,7 +15,7 @@
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}

0 comments on commit 31ef2e6

Please sign in to comment.