Skip to content

Commit df60b0d

Browse files
authored
Support Catalyst (#272)
1 parent 9f601cc commit df60b0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PINCache.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@
878878
PRODUCT_BUNDLE_IDENTIFIER = com.pinterest.PINCache;
879879
PRODUCT_NAME = "$(TARGET_NAME)";
880880
SKIP_INSTALL = YES;
881+
SUPPORTS_MACCATALYST = YES;
881882
};
882883
name = Debug;
883884
};
@@ -900,6 +901,7 @@
900901
PRODUCT_BUNDLE_IDENTIFIER = com.pinterest.PINCache;
901902
PRODUCT_NAME = "$(TARGET_NAME)";
902903
SKIP_INSTALL = YES;
904+
SUPPORTS_MACCATALYST = YES;
903905
};
904906
name = Release;
905907
};

0 commit comments

Comments
 (0)