Skip to content

Commit

Permalink
Merge pull request #1820 from ably/fix/1819-macos-debug-opt-level
Browse files Browse the repository at this point in the history
[SDK-3929] Fixed debug settings for macOS and tvOS.
  • Loading branch information
maratal authored Nov 13, 2023
2 parents f715fdc + 7b60a8b commit 9c4e7b3
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 9c4e7b3

Please sign in to comment.