Skip to content

Commit

Permalink
Support Catalyst (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmaier authored Jul 28, 2020
1 parent 9f601cc commit df60b0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PINCache.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.pinterest.PINCache;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = YES;
};
name = Debug;
};
Expand All @@ -900,6 +901,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.pinterest.PINCache;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = YES;
};
name = Release;
};
Expand Down

0 comments on commit df60b0d

Please sign in to comment.