Skip to content

Commit

Permalink
Layout strings value witnesses
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin committed Mar 28, 2024
1 parent d320131 commit 3ab1f6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/HackerNews.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@
);
LIBRARY_SEARCH_PATHS = "\"$(PROJECT_DIR)/Frameworks/Reaper.xcframework\"";
MARKETING_VERSION = 2.0;
OTHER_SWIFT_FLAGS = "-Xfrontend -enable-experimental-feature -Xfrontend LayoutStringValueWitnesses";
PRODUCT_BUNDLE_IDENTIFIER = "com.emerge.hn.Hacker-News";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -751,6 +752,7 @@
);
LIBRARY_SEARCH_PATHS = "\"$(PROJECT_DIR)/Frameworks/Reaper.xcframework\"";
MARKETING_VERSION = 2.0;
OTHER_SWIFT_FLAGS = "-Xfrontend -enable-experimental-feature -Xfrontend LayoutStringValueWitnesses";
PRODUCT_BUNDLE_IDENTIFIER = "com.emerge.hn.Hacker-News";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down

0 comments on commit 3ab1f6a

Please sign in to comment.