Skip to content

Commit

Permalink
Possible workaround for iOS 12 crash
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Jan 2, 2024
1 parent 09e56a8 commit c77bf71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION=2023.12
MARKETING_VERSION=2023.12.1
CURRENT_PROJECT_VERSION=2023
6 changes: 6 additions & 0 deletions HomeAssistant.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6953,6 +6953,8 @@
"\"UIKit\"",
"$(inherited)",
"-fprofile-instr-generate",
"-Wl",
"-ld_classic",
);
PRODUCT_MODULE_NAME = HomeAssistant;
PRODUCT_NAME = "Home Assistant β";
Expand Down Expand Up @@ -7168,6 +7170,8 @@
"\"UIKit\"",
"$(inherited)",
"-fprofile-instr-generate",
"-Wl",
"-ld_classic",
);
PRODUCT_MODULE_NAME = HomeAssistant;
PRODUCT_NAME = "Home Assistant Δ";
Expand Down Expand Up @@ -7210,6 +7214,8 @@
"\"UIKit\"",
"$(inherited)",
"-fprofile-instr-generate",
"-Wl",
"-ld_classic",
);
PRODUCT_MODULE_NAME = HomeAssistant;
PRODUCT_NAME = "Home Assistant";
Expand Down

0 comments on commit c77bf71

Please sign in to comment.