Skip to content

Commit

Permalink
fix #911, disable mac catalyst building (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
yulin-li authored Jan 5, 2021
1 parent 3611c22 commit fc4898f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.cognitiveservices.GStreamerWrapper;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -341,6 +342,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.cognitiveservices.GStreamerWrapper;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down

0 comments on commit fc4898f

Please sign in to comment.