Skip to content

Commit

Permalink
fix: match OC releases versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Inqnuam committed Sep 1, 2024
1 parent d5a41d5 commit 875a936
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HackinDROM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
CODE_SIGN_ENTITLEMENTS = HackinDROM/HackinDROM.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"HackinDROM/Preview Content\"";
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -824,7 +824,7 @@
CODE_SIGN_ENTITLEMENTS = HackinDROM/HackinDROM.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"HackinDROM/Preview Content\"";
ENABLE_PREVIEWS = YES;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion HackinDROM/Helpers/getEFIList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func getEFIList() -> [EFI] {
}

let OCDateAndVersion = [
"2024-07": "1.0.1",
"2024-08": "1.0.1",
"2024-05": "1.0.0",
"2024-03": "0.9.9",
"2024-02": "0.9.8",
Expand Down

0 comments on commit 875a936

Please sign in to comment.