Skip to content

Commit

Permalink
Fixed a localization export build error because of a conflicting conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
newmarcel committed Mar 29, 2024
1 parent 085e1af commit 89474b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KeepingYouAwake.xcodeproj/project.pbxproj
Expand Up @@ -1143,6 +1143,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
LOCALIZATION_EXPORT_SUPPORTED = NO;
PRODUCT_NAME = KeepingYouAwake;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -1170,6 +1171,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
LOCALIZATION_EXPORT_SUPPORTED = NO;
OTHER_CODE_SIGN_FLAGS = "$(inherited) --timestamp";
PRODUCT_NAME = KeepingYouAwake;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 89474b7

Please sign in to comment.