Skip to content

Commit

Permalink
Fixed this setting for tvOS as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Nov 5, 2023
1 parent 65349da commit 7b60a8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Ably.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3923,6 +3923,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OBJC_BRIDGING_HEADER = "Test/AblyTests-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Ably_Tests-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
};
name = Debug;
Expand Down Expand Up @@ -3989,6 +3990,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OBJC_BRIDGING_HEADER = "Test/AblyTests-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Ably_Tests-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.1;
Expand Down

0 comments on commit 7b60a8b

Please sign in to comment.