Skip to content

Commit

Permalink
Enabling this for macOS Catalyst apps (#34956)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Aug 28, 2024
1 parent 6dd3369 commit 1061064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/darwin/Framework/Matter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2319,6 +2319,7 @@
INSTALLHDRS_SCRIPT_PHASE = YES;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IS_ZIPPERED = YES;
LIBRARY_SEARCH_PATHS = "$(TEMP_DIR)/out/lib";
OTHER_CFLAGS = "-fmacro-prefix-map=$(SRCROOT)/CHIP/=";
OTHER_CPLUSPLUSFLAGS = (
Expand Down Expand Up @@ -2488,6 +2489,7 @@
INSTALLHDRS_SCRIPT_PHASE = YES;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IS_ZIPPERED = YES;
LIBRARY_SEARCH_PATHS = "$(TEMP_DIR)/out/lib";
OTHER_CFLAGS = "-fmacro-prefix-map=$(SRCROOT)/CHIP/=";
OTHER_CPLUSPLUSFLAGS = (
Expand Down

0 comments on commit 1061064

Please sign in to comment.