Skip to content

Commit

Permalink
. e Enable explicit modules for Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jul 3, 2024
1 parent 5c06367 commit 6f9fa8c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
_EXPERIMENTAL_SWIFT_EXPLICIT_MODULES = YES;
};
name = Debug;
};
Expand All @@ -385,6 +386,7 @@
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
_EXPERIMENTAL_SWIFT_EXPLICIT_MODULES = YES;
};
name = Release;
};
Expand Down

0 comments on commit 6f9fa8c

Please sign in to comment.