Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 18, 2023
1 parent 36a988f commit 7d4080f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PostHog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
3AC745BE296D6FE60025C109 = {
CreatedOnToolsVersion = 14.2;
LastSwiftMigration = 1420;
TestTargetID = 3AA34CF6296D951A003398F4;
};
};
};
Expand Down Expand Up @@ -826,6 +827,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PostHogExample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PostHogExample";
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
Expand Down Expand Up @@ -853,6 +855,7 @@
SWIFT_OBJC_BRIDGING_HEADER = "PostHogTests/TestUtils/PostHogTests-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PostHogExample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PostHogExample";
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
Expand Down

0 comments on commit 7d4080f

Please sign in to comment.