Skip to content

Commit

Permalink
Enable explicitly built modules
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jun 11, 2024
1 parent dbcb98d commit 8b4dd4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kingfisher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@
TVOS_DEPLOYMENT_TARGET = 13.0;
WATCHOS_DEPLOYMENT_TARGET = 6.0;
XROS_DEPLOYMENT_TARGET = 1.0;
_EXPERIMENTAL_SWIFT_EXPLICIT_MODULES = YES;
};
name = Debug;
};
Expand Down Expand Up @@ -1066,6 +1067,7 @@
TVOS_DEPLOYMENT_TARGET = 13.0;
WATCHOS_DEPLOYMENT_TARGET = 6.0;
XROS_DEPLOYMENT_TARGET = 1.0;
_EXPERIMENTAL_SWIFT_EXPLICIT_MODULES = YES;
};
name = Release;
};
Expand Down

0 comments on commit 8b4dd4b

Please sign in to comment.