Skip to content

Commit 6e231e8

Browse files
committed
Update desc in iOS Resolver setting dialog
Update description in iOS Resolver setting dialog according to change in 379916e.
1 parent 379916e commit 6e231e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/IOSResolver/src/IOSResolverSettingsDialog.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ public void OnGUI() {
273273
"Standard Library when some plugins depend on Swift Framework " +
274274
"pods by:");
275275
GUILayout.Label("1. Add a dummy Swift file to Xcode project.");
276-
GUILayout.Label("2. Enable 'CLANG_ENABLE_MODULES' and " +
277-
"'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' build settings and set " +
276+
GUILayout.Label("2. Enable 'CLANG_ENABLE_MODULES' build settings and set " +
278277
"'SWIFT_VERSION' to the value below.");
279278

280279
if (settings.swiftFrameworkSupportWorkaroundEnabled) {

0 commit comments

Comments
 (0)